From a308a54aa527bfbb8445fb9409338ea4b8ab4e0d Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:07:01 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Felix Fontein --- changelogs/fragments/403-core-vault-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/403-core-vault-python.yml b/changelogs/fragments/403-core-vault-python.yml index a50bdcf9d..f0456ab6e 100644 --- a/changelogs/fragments/403-core-vault-python.yml +++ b/changelogs/fragments/403-core-vault-python.yml @@ -3,7 +3,7 @@ removed_features: - The minimum supported version of ``ansible-core`` is now ``2.14``, support for ``2.13`` has been dropped (https://github.com/ansible-collections/community.hashi_vault/pull/403). trivial: - - The ``docker-image-versions`` action in the collection has been updated to support dockerhub images that are not in the default namespace. The ``image`` input is now required and no longer defaults to ``vault`` which is no longer the current location of Vault images (https://github.com/ansible-collections/community.hashi_vault/pull/403). + - The ``docker-image-versions`` action in the collection has been updated to support Docker Hub images that are not in the default namespace. The ``image`` input is now required and no longer defaults to ``vault`` which is no longer the current location of Vault images (https://github.com/ansible-collections/community.hashi_vault/pull/403). -major_changes: +breaking_changes: - The minimum required version of ``hvac`` is now ``1.2.1`` (https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/docsite/user_guide.html#hvac-version-specifics).