diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47384bcf4..ae5167104 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ community.hashi_vault Release Notes .. contents:: Topics +v1.0.0 +====== + +Release Summary +--------------- + +Our first major release contains a single breaking change that will affect only a small subset of users. No functionality is removed. See the details in the changelog to determine if you're affected and if so how to transition to remediate. + +Breaking Changes / Porting Guide +-------------------------------- + +- hashi_vault - the ``VAULT_ADDR`` environment variable is now checked last for the ``url`` parameter. For details on which use cases are impacted, see (https://github.com/ansible-collections/community.hashi_vault/issues/8). + v0.2.0 ====== @@ -54,3 +67,4 @@ Release Summary --------------- Our first release matches the ``hashi_vault`` lookup functionality provided by ``community.general`` version ``1.3.0``. + diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 08862a73e..203fd7c65 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -70,3 +70,17 @@ releases: - 33-approle-deprecation.yml - 35-env-var-deprecations.yml release_date: '2020-12-24' + 1.0.0: + changes: + breaking_changes: + - hashi_vault - the ``VAULT_ADDR`` environment variable is now checked last + for the ``url`` parameter. For details on which use cases are impacted, see + (https://github.com/ansible-collections/community.hashi_vault/issues/8). + release_summary: Our first major release contains a single breaking change that + will affect only a small subset of users. No functionality is removed. See + the details in the changelog to determine if you're affected and if so how + to transition to remediate. + fragments: + - 1.0.0.yml + - 41-lower-url-env-precedence.yml + release_date: '2020-12-30' diff --git a/changelogs/fragments/41-lower-url-env-precedence.yml b/changelogs/fragments/41-lower-url-env-precedence.yml deleted file mode 100644 index 2af5defce..000000000 --- a/changelogs/fragments/41-lower-url-env-precedence.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -breaking_changes: - - hashi_vault - the ``VAULT_ADDR`` environment variable is now checked last for the ``url`` parameter. For details on which use cases are impacted, see (https://github.com/ansible-collections/community.hashi_vault/issues/8).