Skip to content

Commit

Permalink
Release/v6.2.0 (#432)
Browse files Browse the repository at this point in the history
* set release version

* add release summary

* enable markdown changelog output

* release v6.2.0
  • Loading branch information
briantist committed Mar 20, 2024
1 parent 1550cfc commit 584c2d2
Show file tree
Hide file tree
Showing 6 changed files with 925 additions and 8 deletions.
828 changes: 828 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

38 changes: 34 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
===================================
community.hashi_vault Release Notes
===================================
====================================
community.hashi\_vault Release Notes
====================================

.. contents:: Topics

v6.2.0
======

Release Summary
---------------

This release contains a dozen+ new modules for working with Vault's database secrets engine and some new ``vars`` entries for specifying public and private keys in ``cert`` auth.

Minor Changes
-------------

- cert auth - add option to set the ``cert_auth_public_key`` and ``cert_auth_private_key`` parameters using the variables ``ansible_hashi_vault_cert_auth_public_key`` and ``ansible_hashi_vault_cert_auth_private_key`` (https://github.com/ansible-collections/community.hashi_vault/issues/428).

New Modules
-----------

- vault_database_connection_configure - Configures the database engine
- vault_database_connection_delete - Delete a Database Connection
- vault_database_connection_read - Returns the configuration settings for a O(connection_name)
- vault_database_connection_reset - Closes a O(connection_name) and its underlying plugin and restarts it with the configuration stored
- vault_database_connections_list - Returns a list of available connections
- vault_database_role_create - Creates or updates a (dynamic) role definition
- vault_database_role_delete - Delete a role definition
- vault_database_role_read - Queries a dynamic role definition
- vault_database_roles_list - Returns a list of available (dynamic) roles
- vault_database_rotate_root_credentials - Rotates the root credentials stored for the database connection. This user must have permissions to update its own password.
- vault_database_static_role_create - Create or update a static role
- vault_database_static_role_get_credentials - Returns the current credentials based on the named static role
- vault_database_static_role_read - Queries a static role definition
- vault_database_static_role_rotate_credentials - Trigger the credential rotation for a static role
- vault_database_static_roles_list - Returns a list of available static roles

v6.1.0
======
Expand Down Expand Up @@ -660,4 +691,3 @@ Release Summary
---------------

Our first release matches the ``hashi_vault`` lookup functionality provided by ``community.general`` version ``1.3.0``.

61 changes: 61 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,3 +704,64 @@ releases:
- 416-core-changes.yml
- 6.1.0.yml
release_date: '2024-01-02'
6.2.0:
changes:
minor_changes:
- cert auth - add option to set the ``cert_auth_public_key`` and ``cert_auth_private_key``
parameters using the variables ``ansible_hashi_vault_cert_auth_public_key``
and ``ansible_hashi_vault_cert_auth_private_key`` (https://github.com/ansible-collections/community.hashi_vault/issues/428).
release_summary: This release contains a dozen+ new modules for working with
Vault's database secrets engine and some new ``vars`` entries for specifying
public and private keys in ``cert`` auth.
fragments:
- 429-add-cert-auth-variables.yml
- 6.2.0.yml
modules:
- description: Configures the database engine
name: vault_database_connection_configure
namespace: ''
- description: Delete a Database Connection
name: vault_database_connection_delete
namespace: ''
- description: Returns the configuration settings for a O(connection_name)
name: vault_database_connection_read
namespace: ''
- description: Closes a O(connection_name) and its underlying plugin and restarts
it with the configuration stored
name: vault_database_connection_reset
namespace: ''
- description: Returns a list of available connections
name: vault_database_connections_list
namespace: ''
- description: Creates or updates a (dynamic) role definition
name: vault_database_role_create
namespace: ''
- description: Delete a role definition
name: vault_database_role_delete
namespace: ''
- description: Queries a dynamic role definition
name: vault_database_role_read
namespace: ''
- description: Returns a list of available (dynamic) roles
name: vault_database_roles_list
namespace: ''
- description: Rotates the root credentials stored for the database connection.
This user must have permissions to update its own password.
name: vault_database_rotate_root_credentials
namespace: ''
- description: Create or update a static role
name: vault_database_static_role_create
namespace: ''
- description: Returns the current credentials based on the named static role
name: vault_database_static_role_get_credentials
namespace: ''
- description: Queries a static role definition
name: vault_database_static_role_read
namespace: ''
- description: Trigger the credential rotation for a static role
name: vault_database_static_role_rotate_credentials
namespace: ''
- description: Returns a list of available static roles
name: vault_database_static_roles_list
namespace: ''
release_date: '2024-03-19'
1 change: 1 addition & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ sections:
- Known Issues
title: community.hashi_vault
trivial_section_name: trivial
output_formats: [rst, md]
3 changes: 0 additions & 3 deletions changelogs/fragments/429-add-cert-auth-variables.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: community
name: hashi_vault
version: 6.2.0-dev0
version: 6.2.0
readme: README.md
authors:
- Julie Davila (@juliedavila) <julie(at)davila.io>
Expand Down

0 comments on commit 584c2d2

Please sign in to comment.