diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..3cce948f6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "restructuredtext.confPath": "" +} \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21785c43a..dd7c847fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 34da158a4..baf884213 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/1.1.1.yml b/changelogs/fragments/1.1.1.yml deleted file mode 100644 index 50a246cc9..000000000 --- a/changelogs/fragments/1.1.1.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -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. diff --git a/changelogs/fragments/41-fix-vault-addr.yml b/changelogs/fragments/41-fix-vault-addr.yml deleted file mode 100644 index 220342550..000000000 --- a/changelogs/fragments/41-fix-vault-addr.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -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).