From b02510d92f5aac93c6b1c998d546c74ffb2534d5 Mon Sep 17 00:00:00 2001 From: Anwesha Das Date: Mon, 18 Dec 2023 10:26:14 +0100 Subject: [PATCH] Edits based on feedback --- docs/announcement.md | 12 ++++++------ docs/release_process.md | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/announcement.md b/docs/announcement.md index 2e8db5a..eb05f67 100644 --- a/docs/announcement.md +++ b/docs/announcement.md @@ -8,19 +8,19 @@ Release announcement to be done in the [Ecosystem Releases category](https://f `ansible-annouce` Google Groups -# community-ee-base announcement +# Community-ee (both Base and Minimal) announcement ``` Hello everyone, We’re happy to announce the release of the -Ansible Community Execution Environment Minimal and Ansible Community Execution Environment Base !!! +Ansible Community Execution Environment Minimal and Ansible Community Execution Environment Base ! ## Whats inside community-ee-minimal ? -Ansible community-ee-minimal is a container image. It includes : +Ansible community-ee-minimal is a container image. It includes: - `base_image`: fedora-minimal @@ -32,7 +32,7 @@ Ansible community-ee-minimal is a container image. It includes : - ansible.utils - ansible.windows -## sha256 sum value of the container image : +## sha256 sum value of the container image: @@ -55,7 +55,7 @@ Ansible community-ee-minimal is a container image. It includes : - `ansible-core`: ansible-core 2.16.0 (latest version of ansible-core) -## sha256 sum value of the container image : +## sha256 sum value of the container image: @@ -112,7 +112,7 @@ Posting news for the Bullhorn newsletter @newbot ``` We’re happy to announce the release of the -Ansible Community Execution Environment Minimal and Ansible Community Execution Environment Base !!! +Ansible Community Execution Environment Minimal and Ansible Community Execution Environment Base ! Get the details of both the images [here](). diff --git a/docs/release_process.md b/docs/release_process.md index c6c3dbc..750bf84 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -30,7 +30,7 @@ Versioning would be the core tag + a patch number, e.g `git checkout -b base-` -3. Edit the `execution-environment.yml` file to the right `collection version` and `ansible-core version`. Get the correct `[ansible-core](https://pypi.org/project/ansible-core/)` version and `[ansible-.deps](https://github.com/ansible-community/ansible-build-data/blob/main/9/ansible-9.0.1.deps)` and edit accordinly. +3. Edit the `execution-environment.yml` file to the right `collection version` and `ansible-core version`. Get the correct [ansible-core](https://pypi.org/project/ansible-core/) version and [ansible-.deps](https://github.com/ansible-community/ansible-build-data/blob/main/9/ansible-9.0.1.deps) and edit accordinly. `vim execution-environments/community-ee-base/execution-environment.yml` @@ -89,7 +89,7 @@ python3 -m pip install setuptools `ansible-builder build --tag ghcr.io/ansible-community/community-ee-base:` -10. Check if the image has been created or not and get the < image ID> of `community-ee-base` +10. Check if the image has been created or not and get the of `community-ee-base` `podman images` @@ -139,7 +139,7 @@ Compare and create the pull request. `git checkout -b base-` -3. Edit the `execution-environment.yml` file to the right `collection version` and `ansible-core version`. Get the correct `[ansible-core](https://pypi.org/project/ansible-core/)` version and edit accordinly. +3. Edit the `execution-environment.yml` file to the right `collection version` and `ansible-core version`. Get the correct [ansible-core](https://pypi.org/project/ansible-core/) version and edit accordinly. `vim execution-environments/community-ee-minimal/execution-environment.yml`