diff --git a/CHANGES/1161.feature b/CHANGES/1161.feature deleted file mode 100644 index 5c8627087..000000000 --- a/CHANGES/1161.feature +++ /dev/null @@ -1 +0,0 @@ -Added `env_vars` field to define custom environment variables. diff --git a/CHANGES/1163.doc b/CHANGES/1163.doc deleted file mode 100644 index f07e40232..000000000 --- a/CHANGES/1163.doc +++ /dev/null @@ -1 +0,0 @@ -Added a section explaining how to add custom Pulp settings. diff --git a/CHANGES/1190.feature b/CHANGES/1190.feature deleted file mode 100644 index 263da11c4..000000000 --- a/CHANGES/1190.feature +++ /dev/null @@ -1 +0,0 @@ -Added support for annotating pulp-operator managed Deployments. diff --git a/CHANGES/1192.misc b/CHANGES/1192.misc deleted file mode 100644 index 7539d3c68..000000000 --- a/CHANGES/1192.misc +++ /dev/null @@ -1 +0,0 @@ -Removed k8s.io/kubernetes dependency. diff --git a/bundle/manifests/pulp-operator.clusterserviceversion.yaml b/bundle/manifests/pulp-operator.clusterserviceversion.yaml index 1b8eb3e83..b16cd20a7 100644 --- a/bundle/manifests/pulp-operator.clusterserviceversion.yaml +++ b/bundle/manifests/pulp-operator.clusterserviceversion.yaml @@ -168,7 +168,7 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery containerImage: quay.io/pulp/pulp-operator:devel - createdAt: "2024-01-18T17:07:51Z" + createdAt: "2024-01-18T20:33:37Z" description: Pulp is a platform for managing repositories of software packages and making them available to a large number of consumers. operators.operatorframework.io/builder: operator-sdk-v1.29.0 diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 2bbebd0ab..f04f8b0a6 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,35 @@ Changelog +1.0.0-beta.4 (2024-01-18) +========================= + + +Features +-------- + +- Added `env_vars` field to define custom environment variables. + [#1161](https://github.com/pulp/pulp-operator/issues/1161) +- Added support for annotating pulp-operator managed Deployments. + [#1190](https://github.com/pulp/pulp-operator/issues/1190) + + +Improved Documentation +---------------------- + +- Added a section explaining how to add custom Pulp settings. + [#1163](https://github.com/pulp/pulp-operator/issues/1163) + + +Misc +---- + +- [#1192](https://github.com/pulp/pulp-operator/issues/1192) + + +---- + + 1.0.0-beta.3 (2023-12-04) =========================