diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7b8234..ef5e35c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This is a list of high-level changes for each release of `awx-operator`. A full list of commits can be found at `https://github.com/ansible/awx-operator/releases/tag/`. +# 0.14.0 (TBA) + +- Starting with awx-operator 0.14.0, AWX can only be deployed in the namespace that the operator exists in. See [upgrade docs](#upgrading) for necessary cleanup actions. (Christian Adams) - 58c3ebf (breaking change) + # 0.10.0 (Jun 1, 2021) - Make tower_ingress_type to respect ClusterIP definition (Marcelo Moreira de Mello) - e37c091 (breaking_change) diff --git a/README.md b/README.md index ec85af54..e84997ac 100644 --- a/README.md +++ b/README.md @@ -795,6 +795,11 @@ To upgrade AWX, it is recommended to upgrade the awx-operator to the version tha Apply the awx-operator.yml for that release to upgrade the operator, and in turn also upgrade your AWX deployment. +**Cluster-scope to Namespace-scope considerations** + +Starting with awx-operator 0.14.0, AWX can only be deployed in the namespace that the operator exists in. This is called a namespace-scoped operator. If you are upgrading from an earlier version, you will want to +delete your existing `awx-operator` service account, role and role binding. + ## Contributing Please visit [our contributing guidelines](https://github.com/ansible/awx-operator/blob/devel/CONTRIBUTING.md).