Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the Release Process for Ansible Community Execution Environment #70

Merged
merged 15 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Edits based on feedback
  • Loading branch information
anweshadas committed Dec 18, 2023
commit b02510d92f5aac93c6b1c998d546c74ffb2534d5
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