diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d5940f03..8a9bd301 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,9 +22,9 @@ Minor Changes - Update base branch to 'main' (https://github.com/ansible-collections/community.kubernetes/issues/148). - helm - Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env (https://github.com/ansible-collections/community.kubernetes/pull/141). - helm - Allow creating namespaces with Helm (https://github.com/ansible-collections/community.kubernetes/pull/157). -- helm - add aliases context for kube_context. +- helm - add aliases context for kube_context (https://github.com/ansible-collections/community.kubernetes/pull/152). - helm - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140). -- helm_info - add aliases context for kube_context. +- helm_info - add aliases context for kube_context (https://github.com/ansible-collections/community.kubernetes/pull/152). - helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140). - k8s_exec - return RC for the command executed (https://github.com/ansible-collections/community.kubernetes/issues/122). - k8s_info - Update example using vars (https://github.com/ansible-collections/community.kubernetes/pull/156). diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4d4331cb..65d8e949 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -151,10 +151,10 @@ releases: - Update base branch to 'main' (https://github.com/ansible-collections/community.kubernetes/issues/148). - helm - Add support for K8S_AUTH_CONTEXT, K8S_AUTH_KUBECONFIG env (https://github.com/ansible-collections/community.kubernetes/pull/141). - helm - Allow creating namespaces with Helm (https://github.com/ansible-collections/community.kubernetes/pull/157). - - helm - add aliases context for kube_context. + - helm - add aliases context for kube_context (https://github.com/ansible-collections/community.kubernetes/pull/152). - helm - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140). - - helm_info - add aliases context for kube_context. + - helm_info - add aliases context for kube_context (https://github.com/ansible-collections/community.kubernetes/pull/152). - helm_info - add support for K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT environment variable (https://github.com/ansible-collections/community.kubernetes/issues/140). - k8s_exec - return RC for the command executed (https://github.com/ansible-collections/community.kubernetes/issues/122). diff --git a/changelogs/fragments/152-helm-context-aliases.yml b/changelogs/fragments/152-helm-context-aliases.yml index 424bc73e..4a3d0876 100644 --- a/changelogs/fragments/152-helm-context-aliases.yml +++ b/changelogs/fragments/152-helm-context-aliases.yml @@ -1,4 +1,4 @@ --- minor_changes: - - helm - add aliases context for kube_context. - - helm_info - add aliases context for kube_context. + - helm - add aliases context for kube_context (https://github.com/ansible-collections/community.kubernetes/pull/152). + - helm_info - add aliases context for kube_context (https://github.com/ansible-collections/community.kubernetes/pull/152).