diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5765f904..6b5a0c63 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: Install Collections run: | - ansible-galaxy collection install community.general kubernetes.core:1.2.1 operator_sdk.util community.docker + ansible-galaxy collection install community.general kubernetes.core:1.2.1 operator_sdk.util community.docker - name: Run Molecule env: diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5e35c4..35d4b222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,17 +25,17 @@ This is a list of high-level changes for each release of `awx-operator`. A full # 0.9.0 (May 1, 2021) -- Update playbook to allow for deploying custom image version/tag (Shane McDonald) - 77e7039 -- Mounts /var/lib/awx/projects on awx-web container (Marcelo Moreira de Mello) - f21ec4d -- Extra Settings: Allow one to pass extra API configuration settings. (Yanis Guenane) - 1d14ebc -- PostgreSQL: Properly handle variable name difference when using Red Hat containers (Yanis Guenane) - 2965a90 -- Deployment type: Make more fields dynamic based on that field (Yanis Guenane) - 4706aa9 -- Add templated EE volume mount var to operator config (Christian M. Adams) - e55d83f -- Add NodePort to tower_ingress_type enum (TheStally) - 96b878f +- Update playbook to allow for deploying custom image version/tag (Shane McDonald) - 77e7039 +- Mounts /var/lib/awx/projects on awx-web container (Marcelo Moreira de Mello) - f21ec4d +- Extra Settings: Allow one to pass extra API configuration settings. (Yanis Guenane) - 1d14ebc +- PostgreSQL: Properly handle variable name difference when using Red Hat containers (Yanis Guenane) - 2965a90 +- Deployment type: Make more fields dynamic based on that field (Yanis Guenane) - 4706aa9 +- Add templated EE volume mount var to operator config (Christian M. Adams) - e55d83f +- Add NodePort to tower_ingress_type enum (TheStally) - 96b878f - Split container image and version in 2 variables (Marcelo Moreira de Mello) - bc34758 (breaking_change) -- Handles deleting and recreating statefulset and deployment when needed (Marcelo Moreira de Mello) - 597356f -- Add tower_ingress_type NodePort (stal) - 1b87616 -- expose settings to use custom volumes and volume mounts (Gabe Muniz) - 8d65b84 -- Inherit imagePullPolicy to redis container (Marcelo Moreira de Mello) - 83a85d1 -- Add nodeSelector and tolerations for Postgres pod (Ernesto Pérez) - 151ff11 -- Added support to override pg_sslmode (Marcelo Moreira de Mello) - 298d39c +- Handles deleting and recreating statefulset and deployment when needed (Marcelo Moreira de Mello) - 597356f +- Add tower_ingress_type NodePort (stal) - 1b87616 +- expose settings to use custom volumes and volume mounts (Gabe Muniz) - 8d65b84 +- Inherit imagePullPolicy to redis container (Marcelo Moreira de Mello) - 83a85d1 +- Add nodeSelector and tolerations for Postgres pod (Ernesto Pérez) - 151ff11 +- Added support to override pg_sslmode (Marcelo Moreira de Mello) - 298d39c