Skip to content

Commit

Permalink
Release/v4.1.0 (#345)
Browse files Browse the repository at this point in the history
* add release summary

* set version

* release v4.1.0
  • Loading branch information
briantist authored Jan 19, 2023
1 parent fce3ae8 commit c216786
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 10 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ community.hashi_vault Release Notes
.. contents:: Topics


v4.1.0
======

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

This release brings new generic ``vault_list`` plugins from a new contributor!
There are also some deprecation notices for the next major version, and some updates to documentation attributes.

Deprecated Features
-------------------

- ansible-core - support for ``ansible-core`` versions ``2.11`` and ``2.12`` will be dropped in collection version ``5.0.0``, making ``2.13`` the minimum supported version of ``ansible-core`` (https://github.com/ansible-collections/community.hashi_vault/issues/340).
- hvac - the minimum version of ``hvac`` to be supported in collection version ``5.0.0`` will be at least ``1.0.2``; this minimum may be raised before ``5.0.0`` is released, so please subscribe to the linked issue and look out for new notices in the changelog (https://github.com/ansible-collections/community.hashi_vault/issues/324).

New Plugins
-----------

Lookup
~~~~~~

- vault_list - Perform a list operation against HashiCorp Vault

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

- vault_list - Perform a list operation against HashiCorp Vault

v4.0.0
======

Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,3 +589,33 @@ releases:
- 279-vault_kv2_get-lookup-mount-default.yml
- 4.0.0.yml
release_date: '2022-11-05'
4.1.0:
changes:
deprecated_features:
- ansible-core - support for ``ansible-core`` versions ``2.11`` and ``2.12``
will be dropped in collection version ``5.0.0``, making ``2.13`` the minimum
supported version of ``ansible-core`` (https://github.com/ansible-collections/community.hashi_vault/issues/340).
- hvac - the minimum version of ``hvac`` to be supported in collection version
``5.0.0`` will be at least ``1.0.2``; this minimum may be raised before ``5.0.0``
is released, so please subscribe to the linked issue and look out for new
notices in the changelog (https://github.com/ansible-collections/community.hashi_vault/issues/324).
release_summary: 'This release brings new generic ``vault_list`` plugins from
a new contributor!
There are also some deprecation notices for the next major version, and some
updates to documentation attributes.'
fragments:
- 324-deprecate-hvac.yml
- 325-fix attributes.yml
- 340-deprecate-core-211-212.yml
- 4.1.0.yml
modules:
- description: Perform a list operation against HashiCorp Vault
name: vault_list
namespace: ''
plugins:
lookup:
- description: Perform a list operation against HashiCorp Vault
name: vault_list
namespace: null
release_date: '2023-01-18'
3 changes: 0 additions & 3 deletions changelogs/fragments/324-deprecate-hvac.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/325-fix attributes.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/340-deprecate-core-211-212.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: 4.1.0-devel
version: 4.1.0
readme: README.md
authors:
- Julie Davila (@juliedavila) <julie(at)davila.io>
Expand Down

0 comments on commit c216786

Please sign in to comment.