This document describes the ansible community package release process.
Note
Throughout this page, placeholder values in code blocks are formatted as
${PLACEHOLDER_VALUE} where PLACEHOLDER_VALUE describes the value to fill in.
Set up container
Release managers may choose to preform the following steps inside a podman or
docker container created from the [docker.io/library/python:3.10][container]
image.
Make sure to mount your working directory as a volume so you don't have to set
up new repository clones every time.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on ansible to permit the latest version.
Changelog
Sourced from ansible's changelog.
... (truncated)
Commits
3d30036
Ansible 9.0.0: Dependencies, changelog and porting guide (#328)c00d20f
docs/new-ansible-and-freezes.md: fix deps file path1ab8f40
docs/new-ansible-and-freezes.md: properly refer to major verionsfa5e132
docs: add new-ansible-and-freezes documentationb70080e
Update maintainers list for some netapp.* collections. (#313)30b9a77
Ansible 9.0.0rc1: Dependencies, changelog and porting guide (#327)c62d4f2
README: clarify what the issue tracker covers (#322)45b4a1f
set collection-directory for chocolatey.chocolatey (#323)b76899a
Revert "8: pin purestorage.flasharray to previous release" (#321)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show