Skip to content

Tags: ansible/ansible-compat

Tags

v24.10.0

Toggle v24.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the dependencies group in /.config with 5 updates (#421)

Bumps the dependencies group in /.config with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.44` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2024.9.11` | `2024.11.6` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.20.1` | `0.21.0` |


Updates `mkdocs-material` from 9.5.43 to 9.5.44
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.43...9.5.44)

Updates `mkdocstrings` from 0.26.2 to 0.27.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0)

Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

Updates `regex` from 2024.9.11 to 2024.11.6
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.9.11...2024.11.6)

Updates `rpds-py` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>

v24.9.1

Toggle v24.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add template for bug reports (#410)

* Add template for bug reports

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113 pre-commit-ci[bot]@users.noreply.github.com>

v24.9.0

Toggle v24.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: pre-commit autoupdate (#402)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
- [github.com/pycqa/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7)

Co-authored-by: pre-commit-ci[bot] <66853113 pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alison Hart <[email protected]>

v24.8.0

Toggle v24.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated dead links in constants.py (#397)

* chore: Update dead links in constants.py

* Revised the link in the namespaces section of constants.py

* Updated the links pointing to roles and namespaces docs

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113 pre-commit-ci[bot]@users.noreply.github.com>

v24.7.0

Toggle v24.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: pre-commit autoupdate (#389)

* chore: pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
- [github.com/pycqa/pylint: v3.2.2 → v3.2.4](pylint-dev/pylint@v3.2.2...v3.2.4)

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113 pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bradley A. Thornton <[email protected]>

v24.6.1

Toggle v24.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow the caller to set the ANSIBLE_COLLECTIONS_PATH (#388)

* Allow the caller to set the ANSIBLE_COLLECTIONS_PATH

* Remove comment

v24.6.0

Toggle v24.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make collection location cache_dir aware (#384)

v24.5.1

Toggle v24.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix packaging version to recognize pre-release versions (#371)

v24.5.1a0

Toggle v24.5.1a0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix packaging version to recognize pre-release versions (#371)

v4.1.12

Toggle v4.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ack.yml (#356)