Skip to content

Commit

Permalink
Edits based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
anweshadas committed Dec 18, 2023
1 parent f663673 commit b02510d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ansible-core-version-minimal-ee-version> and Ansible Community Execution Environment Base <ansible-core-version-base-ee-version> !!!
Ansible Community Execution Environment Minimal <ansible-core-version-minimal-ee-version> and Ansible Community Execution Environment Base <ansible-core-version-base-ee-version>!
## Whats inside community-ee-minimal <ansible-core-version-minimal-ee-version>?
Ansible community-ee-minimal is a container image. It includes :
Ansible community-ee-minimal is a container image. It includes:
- `base_image`: fedora-minimal
Expand All @@ -32,7 +32,7 @@ Ansible community-ee-minimal is a container image. It includes :
- ansible.utils <version>
- ansible.windows <version>
## sha256 sum value of the container image :
## sha256 sum value of the container image:
Expand All @@ -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:
Expand Down Expand Up @@ -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 <ansible-core-version-minimal-ee-version> and Ansible Community Execution Environment Base <ansible-core-version-base-ee-version> !!!
Ansible Community Execution Environment Minimal <ansible-core-version-minimal-ee-version> and Ansible Community Execution Environment Base <ansible-core-version-base-ee-version>!
Get the details of both the images [here](<link to the forum post>).
Expand Down
6 changes: 3 additions & 3 deletions docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Versioning would be the core tag + a patch number, e.g

`git checkout -b base-<ansible-core-version-base-ee-version>`

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-<version>.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-<version>.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`

Expand Down Expand Up @@ -89,7 +89,7 @@ python3 -m pip install setuptools

`ansible-builder build --tag ghcr.io/ansible-community/community-ee-base:<ansible-core-version-base-ee-version>`

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 <image ID> of `community-ee-base`

`podman images`

Expand Down Expand Up @@ -139,7 +139,7 @@ Compare and create the pull request.

`git checkout -b base-<ansible-core-version-minimal-ee-version>`

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`

Expand Down

0 comments on commit b02510d

Please sign in to comment.