project-koku / korekuta

Read Only Please See: https://github.com/project-koku/korekuta-operator
https://github.com/project-koku/korekuta-operator
GNU Affero General Public License v3.0
6 stars 1 forks source link

Bump molecule from 2.20.1 to 2.22 #101

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps molecule from 2.20.1 to 2.22.

Release notes *Sourced from [molecule's releases](https://github.com/ansible/molecule/releases).* > ## 2.22 > * ``molecule dependency`` now has a retry and timed back-off by default for flaky network connections. > * Add the `--parallel` flag to experimentally allow molecule to be run in parallel. > * `dependency` step is now run by default before any playbook sequence step, including > `create` and `destroy`. This allows the use of roles in all sequence step playbooks. > * Removed validation regex for docker registry passwords, all ``string`` values are now valid. > * Add ``tty`` option to the Docker driver. > * Specify new lower bound of 3.0.2 for ``testinfra`` which uses the new Ansible test runner. > * Place upper bounds on inspec and rubocop for CI testing. > * Support pruning of docker volumes in 'destroy' phase for docker driver > * Update Goss to 0.3.7 > * Add SSH password to delegated driver instance_dict > * Add WinRM connections options to delegated driver instance_dict > * Update testinfra to 3.0.6 so we can use ansible verbosity > * Add ``sysctls`` option to the Docker driver. > > ## 2.22rc5 > TBD > > ## 2.22rc4 > TBD > > ## 2.22rc3 > TBD > > ## 2.22rc2 > TBD > > ## 2.22rc1 > * Added docker-machine support > * Pass etc_hosts through to docker_container module > * Fixed dependency gem for rubocop > * Use selinux shim library for testing > * Bumbed multiple requirements > * Add ansible_args support back to converge command > * Fix Deprecations > * Support pruning of docker volumes in 'destroy' phase > * CI Fixes for ansible 2.8 > * Other minor fixes > > ## 2.20.2 > Includes few minor fixes in order to make the last stable release compatible with Ansible 2.8.
Changelog *Sourced from [molecule's changelog](https://github.com/ansible/molecule/blob/master/CHANGELOG.rst).* > 2.22 > ==== > > - `molecule dependency` now has a retry and timed back-off by default for flaky network connections. > - Add the --parallel flag to experimentally allow molecule to be run in parallel. > - dependency step is now run by default before any playbook sequence step, including create and destroy. This allows the use of roles in all sequence step playbooks. > - Removed validation regex for docker registry passwords, all `string` values are now valid. > - Add `tty` option to the Docker driver. > - Specify new lower bound of 3.0.2 for `testinfra` which uses the new Ansible test runner. > - Place upper bounds on inspec and rubocop for CI testing. > - Support pruning of docker volumes in 'destroy' phase for docker driver > - Update Goss to 0.3.7 > - Add SSH password to delegated driver instance\_dict > - Add WinRM connections options to delegated driver instance\_dict > - Update testinfra to 3.0.6 so we can use ansible verbosity > - Add `sysctls` option to the Docker driver. > > 2.20 > ==== > > Important Changes > ----------------- > > - Project now maintained by the Ansible Team, see [Move to Red Hat](https://molecule.readthedocs.io/en/latest/contributing.html#move-to-red-hat) for details > - Docker Container now hosted on [quay.io](https://quay.io/repository/ansible/molecule) > > Other > ----- > > - Molecule docker images will use the following convention on tags going forwards: > - `latest`: corresponds to the master branch, which should be viewed as unstable > - `2.20`: Git based tags > - `2.20a1`: pre-releases tags > - Molecule docker image no longer requires `sudo` when invoking `molecule`. > - Molecule docker image no longer specifies `USER molecule`. > - Officially advertise support for Python 3.5. > - Remove mandatory `-r` option for `molecule init scenario`. > - Make the default scenario use the parent folder. > - Fix support for honouring environment variables such as `MOLECULE_DEBUG`. > - Allow to customise the location of the `Dockerfile.j2` with the `dockerfile` option for the Docker driver. > - Add integer type coercion for the `exposed_ports` platform option. > - Add support for honouring `PY_COLORS` environment variable. > - Disable YAML lint truthy rule by default. > - Add validation for non-unique platform instance names. > - Add 'Getting Started' guide to the documentation for the benefit of new users. > - Allow to specify extra inventory sources not created by Molecule. > - Avoid including assets in the package `sdist`. > - Add `openssh-client` to the Molecule Docker image. > - Fix `ca-certificates` installation for OpenSUSE. > - Add `purge_networks` option to the Docker driver. > ... (truncated)
Commits - [`a339ce2`](https://github.com/ansible/molecule/commit/a339ce2ecc38959065192c38110f2af46f07ac73) Force flake to use py3 ([#2233](https://github-redirect.dependabot.com/ansible/molecule/issues/2233)) - [`c932658`](https://github.com/ansible/molecule/commit/c932658e3fd28191f5119677f8cd4e08adcfe391) Workaround for setuptools version parsing error ([#2232](https://github-redirect.dependabot.com/ansible/molecule/issues/2232)) - [`705f375`](https://github.com/ansible/molecule/commit/705f375550f5517012a7353edd40e766fdc98f8e) Scheduled weekly dependency update for week 32 ([#2222](https://github-redirect.dependabot.com/ansible/molecule/issues/2222)) - [`4a348a1`](https://github.com/ansible/molecule/commit/4a348a1f20faf6c61840a7df1687c772f4d575fe) Fix floating IP deletion in openstack driver ([#2217](https://github-redirect.dependabot.com/ansible/molecule/issues/2217)) - [`cb4dec0`](https://github.com/ansible/molecule/commit/cb4dec0a7d4993395f123b2c9b0590d41e9dd557) Adds retries to image building tasks ([#2206](https://github-redirect.dependabot.com/ansible/molecule/issues/2206)) - [`c3465f4`](https://github.com/ansible/molecule/commit/c3465f41f9f9aee0009d29d08e5ea80e90143a63) Fix error caused by missing is_parallel key ([#2210](https://github-redirect.dependabot.com/ansible/molecule/issues/2210)) - [`9805798`](https://github.com/ansible/molecule/commit/980579803c786e32446451445a51cbcb04d8e202) Revert anyconfig version to last known good ([#2208](https://github-redirect.dependabot.com/ansible/molecule/issues/2208)) - [`7d14e86`](https://github.com/ansible/molecule/commit/7d14e86512b4c3da5ec61dcbb90a3c744d51b99f) Removed obsolete metadata-validation ([#2209](https://github-redirect.dependabot.com/ansible/molecule/issues/2209)) - [`b224aba`](https://github.com/ansible/molecule/commit/b224abafef1c98dc256e0de1dca29a48292c74fa) Update pre-commit from 1.17.0 to 1.18.0 ([#2203](https://github-redirect.dependabot.com/ansible/molecule/issues/2203)) - [`4bb0f1e`](https://github.com/ansible/molecule/commit/4bb0f1e2d8e4e02b746f2ccc1f6b1595d70d7b4a) Fixed invalid use of env params on Travis ([#2202](https://github-redirect.dependabot.com/ansible/molecule/issues/2202)) - Additional commits viewable in [compare view](https://github.com/ansible/molecule/compare/2.20.1...2.22)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.