Skip to content

Commit

Permalink
Release/1.3.2 (#110)
Browse files Browse the repository at this point in the history
* prepare 1.3.2 release

* add ee to release summary

* Release 1.3.2
  • Loading branch information
briantist authored Jul 20, 2021
1 parent ccbe136 commit 4bbdf5f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ community.hashi_vault Release Notes
.. contents:: Topics


v1.3.2
======

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

This release adds requirements detection support for Ansible Execution Environments. It also updates and adds new guides in our `collection docsite <https://docs.ansible.com/ansible/devel/collections/community/hashi_vault>`_.
This release also announces the dropping of Python 3.5 support in version ``2.0.0`` of the collection, alongside the previous announcement dropping Python 2.x in ``2.0.0``.

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

- hashi_vault collection - add ``execution-environment.yml`` and a python requirements file to better support ``ansible-builder`` (https://github.com/ansible-collections/community.hashi_vault/pull/105).

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

- hashi_vault collection - support for Python 3.5 will be dropped in version ``2.0.0`` of ``community.hashi_vault`` (https://github.com/ansible-collections/community.hashi_vault/issues/81).

v1.3.1
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,23 @@ releases:
fragments:
- 1.3.1.yml
release_date: '2021-06-30'
1.3.2:
changes:
deprecated_features:
- hashi_vault collection - support for Python 3.5 will be dropped in version
``2.0.0`` of ``community.hashi_vault`` (https://github.com/ansible-collections/community.hashi_vault/issues/81).
minor_changes:
- hashi_vault collection - add ``execution-environment.yml`` and a python requirements
file to better support ``ansible-builder`` (https://github.com/ansible-collections/community.hashi_vault/pull/105).
release_summary: 'This release adds requirements detection support for Ansible
Execution Environments. It also updates and adds new guides in our `collection
docsite <https://docs.ansible.com/ansible/devel/collections/community/hashi_vault>`_.
This release also announces the dropping of Python 3.5 support in version
``2.0.0`` of the collection, alongside the previous announcement dropping
Python 2.x in ``2.0.0``.'
fragments:
- 1.3.2.yml
- 105-support-ansible-builder.yml
- 107-deprecating-python-35.yml
release_date: '2021-07-20'
3 changes: 0 additions & 3 deletions changelogs/fragments/105-support-ansible-builder.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/107-deprecating-python-35.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: 1.4.0
version: 1.3.2
readme: README.md
authors:
- Jonathan Davila
Expand Down

0 comments on commit 4bbdf5f

Please sign in to comment.