diff --git a/changelogs/fragments/fix-oc-conn-plugin-envvar.yml b/changelogs/fragments/fix-oc-conn-plugin-envvar.yml new file mode 100644 index 0000000000..31e03ac11d --- /dev/null +++ b/changelogs/fragments/fix-oc-conn-plugin-envvar.yml @@ -0,0 +1,4 @@ +breaking_changes: +- The environment variable for the auth context for the oc.py connection plugin + has been corrected (K8S_CONTEXT). It was using an initial lowercase k by mistake. + (https://github.com/ansible-collections/community.general/pull/377).