bsemp / dotfiles

Bootstrap workstation. Install basic packages and configurations.
1 stars 2 forks source link

build(deps): bump ansible from 8.6.1 to 9.0.0 #160

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps ansible from 8.6.1 to 9.0.0.

Changelog

Sourced from ansible's changelog.

Ansible Release Process

Preamble

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.

podman run --name ansible-release -v ${PERSISTENT_DIRECTORY}:/pwd:z -w /pwd -ti docker.io/library/python:3.10 bash

Set up repository clones

First, you need to set up ansible-build-data and antsibull repository clones. This only needs to be done once.

  1. [Fork][abd-fork] the [ansible-build-data] repository.

  2. Checkout the antsibull and ansible-documentation repositories and change into antsibull.

    git clone https://github.com/ansible/ansible-documentation
    git clone https://github.com/ansible-community/antsibull
    cd antsibull
    
  3. Checkout ansible-build-data and configure your fork.

    To checkout the repository run

    mkdir build
    cd build
    git clone https://github.com/ansible-community/ansible-build-data
    cd ansible-build-data
    

... (truncated)

Commits
  • 3d30036 Ansible 9.0.0: Dependencies, changelog and porting guide (#328)
  • c00d20f docs/new-ansible-and-freezes.md: fix deps file path
  • 1ab8f40 docs/new-ansible-and-freezes.md: properly refer to major verions
  • fa5e132 docs: add new-ansible-and-freezes documentation
  • b70080e 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)
  • See full diff in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 7 months ago

Superseded by #161.