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

Release v0.3.12 #1141

Merged
merged 15 commits into from
Oct 7, 2024
Merged

Release v0.3.12 #1141

merged 15 commits into from
Oct 7, 2024

Conversation

moreati
Copy link
Member

@moreati moreati commented Oct 7, 2024

No description provided.

moreati and others added 15 commits September 30, 2024 11:54
…h_password

This switches `ansible_mitogen.transport_config.PlayContextSpec.password()` to
Ansible's plugin option framework. As a result
- The relatively recent `ansible_ssh_password` variable is now respected.
- The SSH connection password can be templated and specified as a play
  variable. Task variables will probably also work, but testing was blocked
  by mitogen-hq#1132.

There is a chance this change will cause a regression in another connection
plugin (e.g. mitogen_docker), but nothing turned up in the test suite.
I intend ot migrate other connection configuration to
`ansible_mitogen.transport_config.PlayContextSpec._connect_option()`, the next
candidate is the remote port.

fixes mitogen-hq#1106
By switching to block style (`|`) with clip (no `-` or `+`) the failure
messages don't require quoting and gain a single trailing newline. This causes
Ansible to print them as block style, when using the yaml stdout callback
plugin. As a result the values have one less layer of quoting and quote
escaping, making them much easier to read.
tests: Improve Ansible fail_msg formatting
These targets are not used by any active tests, and the large numbers of hosts
multiply the size of the taskvars disctionary in memory to many (10s) MiB.

refs mitogen-hq#1058
tests: Ignore inventory files of inactive tests & benchmarks
This will allow a single job to be required in the GitHub branch protection
web UI; regardless of which jobs are added to or removed from the matrix of
platform specific, Ansible specific jobs.
CI: Add re-actors/alls-green GitHub Actions job
Reports of Mitogen's time machine will have been greatly exaggerated.
@moreati moreati merged commit 63e193b into mitogen-hq:stable Oct 7, 2024
92 checks passed
@moreati moreati deleted the release-v0.3.12 branch October 7, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants