diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d059ad0a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +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.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 +- 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 diff --git a/README.md b/README.md index 0ab9d6de..bd98aae8 100644 --- a/README.md +++ b/README.md @@ -636,6 +636,10 @@ There are a few moving parts to this project: 1. The Docker image which powers AWX Operator. 2. The `awx-operator.yaml` Kubernetes manifest file which initially deploys the Operator into a cluster. + 3. Then use the command below to generate a list of commits between the versions. + ```sh + #> git log --pretty="- %s (%an) - %h " .. | grep -v Merge + ``` Each of these must be appropriately built in preparation for a new tag: