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

Bump ansible from 2.9.20 to 4.4.0 #14272

Merged
merged 10 commits into from
Oct 31, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2021

Bumps ansible from 2.9.20 to 4.4.0.

Commits

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 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 11, 2021
@jackivanov
Copy link
Collaborator

jackivanov commented Aug 14, 2021

let's test it out, there're major changes

  • DigitalOcean
  • Amazon Lightsail
  • Amazon EC2
  • Microsoft Azure
  • Google Compute Engine
  • Hetzner Cloud
  • Vultr
  • Scaleway
  • OpenStack (DreamCompute optimised)
  • CloudStack (Exoscale optimised)
  • Linode
  • Install to existing Ubuntu 18.04 or 20.04 server (for more advanced users)

dependabot bot and others added 6 commits August 30, 2021 22:06
Bumps [ansible](https://github.com/ansible/ansible) from 2.9.20 to 4.4.0.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/commits)

---
updated-dependencies:
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@jackivanov jackivanov force-pushed the dependabot/pip/ansible-4.4.0 branch from 42d26f7 to f47bfba Compare August 30, 2021 21:21
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2021

A newer version of ansible exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jackivanov jackivanov merged commit 4e739b5 into master Oct 31, 2021
@jackivanov jackivanov deleted the dependabot/pip/ansible-4.4.0 branch October 31, 2021 09:58
@glennschler
Copy link
Contributor

glennschler commented Nov 2, 2021

Requirements install of ansible v4.4.0 showed an error with instructions to uninstall ansible.
After manual uninstall, executing the install of requirements a second time worked fine.

macOS version 11.6.1

.env ❯ python3 -m pip install -r requirements.txt
Collecting ansible-core==2.11.3
  Using cached ansible-core-2.11.3.tar.gz (6.8 MB)
  Preparing metadata (setup.py) ... done
Collecting ansible==4.4.0
  Using cached ansible-4.4.0.tar.gz (35.4 MB)
  Preparing metadata (setup.py) ... error
  ERROR: Command errored out with exit status 1:
...
  Complete output (31 lines):


              ### ERROR ###

              Upgrading directly from ansible-2.9 or less to ansible-2.10 or greater with pip is
              known to cause problems.  Please uninstall the old version found at:

              algo/.env/lib/python3.9/site-packages/ansible/__init__.py

              and install the new version:

                  pip uninstall ansible
                  pip install ansible

              If you have a broken installation, perhaps because ansible-core was installed before
              ansible was upgraded, try this to resolve it:

                  pip install --force-reinstall ansible ansible-core

              If ansible is installed in a different location than you will be installing it now
              (for example, if the old version is installed by a system package manager to
              /usr/lib/python3.8/site-packages/ansible but you are installing the new version into
              ~/.local/lib/python3.8/site-packages/ansible with `pip install --user ansible`)
              or you want to install anyways and cleanup any breakage afterwards, then you may set
              the ANSIBLE_SKIP_CONFLICT_CHECK environment variable to ignore this check:

                  ANSIBLE_SKIP_CONFLICT_CHECK=1 pip install --user ansible

              ### END ERROR ###

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants