From 236bce6970e2f7279c2169de3d36c8f8cf7900ad Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Wed, 23 Mar 2022 18:10:23 -0400 Subject: [PATCH] Add Changelog entries for 0.19.0 release --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d143b1b..ab11abfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ 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) +# 0.19.0 (Mar 23, 2022) + +- Fix corrupted spec for the service with nodeport type (kurokobo) - dbaf64e +- Add ability to deploy with OLM & added logo (Christian Adams) - 86c31a4 +- Fix backup & restore issues with special characters in the postgres password (kurokobo) - 589a375 +- Use centos:stream8 container where applicable (Shane McDonald)- 12a58d7 + +# 0.14.0 (Oct 03, 2021) - Starting with awx-operator 0.14.0, the project is now based on operator-sdk 1.x. - To avoid a headache, you probably want to delete your existing operator Deployment and follow the README.