diff --git a/CHANGES/674.feature b/CHANGES/674.feature deleted file mode 100644 index 3bf42718d..000000000 --- a/CHANGES/674.feature +++ /dev/null @@ -1 +0,0 @@ -Added a field to set IngressClass name. diff --git a/CHANGES/792.doc b/CHANGES/792.doc deleted file mode 100644 index f91f76766..000000000 --- a/CHANGES/792.doc +++ /dev/null @@ -1 +0,0 @@ -Described the Operator unmanaged state. diff --git a/CHANGES/796.misc b/CHANGES/796.misc deleted file mode 100644 index deee63c84..000000000 --- a/CHANGES/796.misc +++ /dev/null @@ -1 +0,0 @@ -Allocate more resources to minikube from GH runner diff --git a/CHANGES/800.feature b/CHANGES/800.feature deleted file mode 100644 index 354328381..000000000 --- a/CHANGES/800.feature +++ /dev/null @@ -1 +0,0 @@ -Added a field to pass a secret name to configure route custom certificates. diff --git a/CHANGES/807.bugfix b/CHANGES/807.bugfix deleted file mode 100644 index 26f90f621..000000000 --- a/CHANGES/807.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue with envtest failing because of an assessment with old value. diff --git a/docs/CHANGES.md b/docs/CHANGES.md index c8ab3fe80..88681c593 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,42 @@ Changelog +1.0.0-alpha.4 (2022-11-28) +========================== + + +Features +-------- + +- Added a field to set IngressClass name. + [#674](https://github.com/pulp/pulp-operator/issues/674) +- Added a field to pass a secret name to configure route custom certificates. + [#800](https://github.com/pulp/pulp-operator/issues/800) + + +Bugfixes +-------- + +- Fixed an issue with envtest failing because of an assessment with old value. + [#807](https://github.com/pulp/pulp-operator/issues/807) + + +Improved Documentation +---------------------- + +- Described the Operator unmanaged state. + [#792](https://github.com/pulp/pulp-operator/issues/792) + + +Misc +---- + +- [#796](https://github.com/pulp/pulp-operator/issues/796) + + +---- + + 1.0.0-alpha.3 (2022-11-17) ==========================