Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Feb 24, 2021
1 parent 4701c20 commit b038c92
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": ""
}
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ community.hashi_vault Release Notes
.. contents:: Topics


v1.1.1
======

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

This bugfix release restores the use of the ``VAULT_ADDR`` environment variable for setting the ``url`` option.
See the PR linked from the changelog entry for details and workarounds if you cannot upgrade.

Bugfixes
--------

- hashi_vault - restore use of ``VAULT_ADDR`` environment variable as a low preference env var (https://github.com/ansible-collections/community.hashi_vault/pull/61).

v1.1.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,17 @@ releases:
- 1.1.0.yml
- 50-add-proxies-option.yml
release_date: '2021-02-08'
1.1.1:
changes:
bugfixes:
- hashi_vault - restore use of ``VAULT_ADDR`` environment variable as a low
preference env var (https://github.com/ansible-collections/community.hashi_vault/pull/61).
release_summary: 'This bugfix release restores the use of the ``VAULT_ADDR``
environment variable for setting the ``url`` option.
See the PR linked from the changelog entry for details and workarounds if
you cannot upgrade.'
fragments:
- 1.1.1.yml
- 41-fix-vault-addr.yml
release_date: '2021-02-24'
4 changes: 0 additions & 4 deletions changelogs/fragments/1.1.1.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/41-fix-vault-addr.yml

This file was deleted.

0 comments on commit b038c92

Please sign in to comment.