From 07d60f7fe39950a2c7c78a2f7ceb684b0ed6867c Mon Sep 17 00:00:00 2001 From: git-hyagi <45576767+git-hyagi@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:22:55 -0300 Subject: [PATCH] Release version 1.0.0-beta.2 [noissue] --- CHANGES/1042.feature | 1 - CHANGES/1078.doc | 2 -- CHANGES/1079.feature | 1 - CHANGES/1081.bugfix | 1 - CHANGES/1098.bugfix | 1 - CHANGES/1101.misc | 1 - CHANGES/1102.bugfix | 1 - CHANGES/742.doc | 1 - docs/CHANGES.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 43 insertions(+), 9 deletions(-) delete mode 100644 CHANGES/1042.feature delete mode 100644 CHANGES/1078.doc delete mode 100644 CHANGES/1079.feature delete mode 100644 CHANGES/1081.bugfix delete mode 100644 CHANGES/1098.bugfix delete mode 100644 CHANGES/1101.misc delete mode 100644 CHANGES/1102.bugfix delete mode 100644 CHANGES/742.doc diff --git a/CHANGES/1042.feature b/CHANGES/1042.feature deleted file mode 100644 index 85e202ade..000000000 --- a/CHANGES/1042.feature +++ /dev/null @@ -1 +0,0 @@ -Added support to configure LDAP with Pulp. diff --git a/CHANGES/1078.doc b/CHANGES/1078.doc deleted file mode 100644 index 7d4c9ddd1..000000000 --- a/CHANGES/1078.doc +++ /dev/null @@ -1,2 +0,0 @@ -Updated the `reset-admin-password` warning message to also don't reset the -password via `/api/v3/users` endpoint. diff --git a/CHANGES/1079.feature b/CHANGES/1079.feature deleted file mode 100644 index 214e7bcce..000000000 --- a/CHANGES/1079.feature +++ /dev/null @@ -1 +0,0 @@ -Added capability to customize annotations of serviceAccount created by operator. diff --git a/CHANGES/1081.bugfix b/CHANGES/1081.bugfix deleted file mode 100644 index befc79c9c..000000000 --- a/CHANGES/1081.bugfix +++ /dev/null @@ -1 +0,0 @@ -Modified pulpcore containers entrypoints to support `pulp-minimal:3.33` image. diff --git a/CHANGES/1098.bugfix b/CHANGES/1098.bugfix deleted file mode 100644 index 8208f8ea1..000000000 --- a/CHANGES/1098.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a backup issue in pulp-secret-key with special chars. diff --git a/CHANGES/1101.misc b/CHANGES/1101.misc deleted file mode 100644 index d14fdc050..000000000 --- a/CHANGES/1101.misc +++ /dev/null @@ -1 +0,0 @@ -Modified the entrypoint of pulpcore containers. diff --git a/CHANGES/1102.bugfix b/CHANGES/1102.bugfix deleted file mode 100644 index 7682e6429..000000000 --- a/CHANGES/1102.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed the KubeAPIWarningLogger PodSecurity warning messages. diff --git a/CHANGES/742.doc b/CHANGES/742.doc deleted file mode 100644 index ec7624b43..000000000 --- a/CHANGES/742.doc +++ /dev/null @@ -1 +0,0 @@ -Added doc steps to rotate database fields encryption key. diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 5d7388ae4..e9229a55b 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,49 @@ Changelog +1.0.0-beta.2 (2023-10-17) +========================= + + +Features +-------- + +- Added support to configure LDAP with Pulp. + [#1042](https://github.com/pulp/pulp-operator/issues/1042) +- Added capability to customize annotations of serviceAccount created by operator. + [#1079](https://github.com/pulp/pulp-operator/issues/1079) + + +Bugfixes +-------- + +- Modified pulpcore containers entrypoints to support `pulp-minimal:3.33` image. + [#1081](https://github.com/pulp/pulp-operator/issues/1081) +- Fixed a backup issue in pulp-secret-key with special chars. + [#1098](https://github.com/pulp/pulp-operator/issues/1098) +- Fixed the KubeAPIWarningLogger PodSecurity warning messages. + [#1102](https://github.com/pulp/pulp-operator/issues/1102) + + +Improved Documentation +---------------------- + +- Added doc steps to rotate database fields encryption key. + [#742](https://github.com/pulp/pulp-operator/issues/742) +- Updated the `reset-admin-password` warning message to also don't reset the + password via `/api/v3/users` endpoint. + [#1078](https://github.com/pulp/pulp-operator/issues/1078) + + +Misc +---- + +- [#1101](https://github.com/pulp/pulp-operator/issues/1101) + + +---- + + 1.0.0-beta.1 (2023-09-05) =========================