From b37454f445277d3b0c5972ad8e5f447347607a66 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 24 May 2024 16:50:00 +0200 Subject: [PATCH] Remove release notes We manage the release notes again in the central osism/release and osism/osism.github.io repository. Signed-off-by: Christian Berendt --- ...l-ansible-collection-commons-e7dbdd5c11e632e2.yaml | 5 ----- .../notes/inventory-kubectl-7c5de71349852b2b.yaml | 4 ---- ...ager-enforce-use-of-password-0e13e16fe99251b1.yaml | 5 ----- ...manager-sources-configurable-2350cc7e0377f785.yaml | 6 ------ ...ger-version-from-config-repo-1323f3e0575c1a48.yaml | 5 ----- .../notes/pass-exit-code-0f5f47b31efe5e2b.yaml | 7 ------- .../remove-ansible-requirements-6c6eba43f616bc6b.yaml | 11 ----------- 7 files changed, 43 deletions(-) delete mode 100644 releasenotes/notes/install-ansible-collection-commons-e7dbdd5c11e632e2.yaml delete mode 100644 releasenotes/notes/inventory-kubectl-7c5de71349852b2b.yaml delete mode 100644 releasenotes/notes/manager-enforce-use-of-password-0e13e16fe99251b1.yaml delete mode 100644 releasenotes/notes/manager-sources-configurable-2350cc7e0377f785.yaml delete mode 100644 releasenotes/notes/manager-version-from-config-repo-1323f3e0575c1a48.yaml delete mode 100644 releasenotes/notes/pass-exit-code-0f5f47b31efe5e2b.yaml delete mode 100644 releasenotes/notes/remove-ansible-requirements-6c6eba43f616bc6b.yaml diff --git a/releasenotes/notes/install-ansible-collection-commons-e7dbdd5c11e632e2.yaml b/releasenotes/notes/install-ansible-collection-commons-e7dbdd5c11e632e2.yaml deleted file mode 100644 index 3b1e635..0000000 --- a/releasenotes/notes/install-ansible-collection-commons-e7dbdd5c11e632e2.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -features: - - | - The `run.sh` script in the manager environment now also installs the - osism.commons Ansible collection. diff --git a/releasenotes/notes/inventory-kubectl-7c5de71349852b2b.yaml b/releasenotes/notes/inventory-kubectl-7c5de71349852b2b.yaml deleted file mode 100644 index 202c41d..0000000 --- a/releasenotes/notes/inventory-kubectl-7c5de71349852b2b.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -features: - - | - Add `kubectl` inventory group. diff --git a/releasenotes/notes/manager-enforce-use-of-password-0e13e16fe99251b1.yaml b/releasenotes/notes/manager-enforce-use-of-password-0e13e16fe99251b1.yaml deleted file mode 100644 index 3752918..0000000 --- a/releasenotes/notes/manager-enforce-use-of-password-0e13e16fe99251b1.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -features: - - | - In the `run.sh` script of the manager environment it is now ensured that the private key is - not used when a password is used to create the operator user. diff --git a/releasenotes/notes/manager-sources-configurable-2350cc7e0377f785.yaml b/releasenotes/notes/manager-sources-configurable-2350cc7e0377f785.yaml deleted file mode 100644 index 517023d..0000000 --- a/releasenotes/notes/manager-sources-configurable-2350cc7e0377f785.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -features: - - | - Git sources in the `run.sh` script in `environments/manager` are now - configurable via the environment variables `ANSIBLE_COLLECTION_SERVICES_SOURCE`, - and `ANSIBLE_COLLECTION_COMMONS_SOURCE`, and `ANSIBLE_PLAYBOOKS_MANAGER_SOURCE`. diff --git a/releasenotes/notes/manager-version-from-config-repo-1323f3e0575c1a48.yaml b/releasenotes/notes/manager-version-from-config-repo-1323f3e0575c1a48.yaml deleted file mode 100644 index e3dd336..0000000 --- a/releasenotes/notes/manager-version-from-config-repo-1323f3e0575c1a48.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -features: - - | - Try to read `MANAGER_VERSION` from `environments/manager/configuration.yml` if - `MANAGER_VERSION` has not been set. diff --git a/releasenotes/notes/pass-exit-code-0f5f47b31efe5e2b.yaml b/releasenotes/notes/pass-exit-code-0f5f47b31efe5e2b.yaml deleted file mode 100644 index 32ff44b..0000000 --- a/releasenotes/notes/pass-exit-code-0f5f47b31efe5e2b.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -features: - - | - In the `run.sh` script in `environments/manager`, the execution is now interrupted - directly in the event of an error in an Ansible run and the exit code is passed through. - A trap is used to keep things clean as before (only if a cleanup was requested with - `CLEANUP=True`). diff --git a/releasenotes/notes/remove-ansible-requirements-6c6eba43f616bc6b.yaml b/releasenotes/notes/remove-ansible-requirements-6c6eba43f616bc6b.yaml deleted file mode 100644 index e0b9bf4..0000000 --- a/releasenotes/notes/remove-ansible-requirements-6c6eba43f616bc6b.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -features: - - | - The `requirements.yml` has been removed. The version will be set in the `run.sh` - script for the seed process in the future exactly as later in the update process - via the parameters `ANSIBLE_COLLECTION_SERVICES_VERSION` and - `ANSIBLE_PLAYBOOKS_MANAGER_VERSION`. -upgrade: - - | - In existing configuration repositories, the `environments/manager/requirements.yml` - file can be removed after the generics have been synced.