-
Notifications
You must be signed in to change notification settings - Fork 199
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 0.3.0 #862
Release 0.3.0 #862
Conversation
Handles no tmpdir in fetch command for old ansible versions
…further package discovery, needs fix
… so switching to jjj
Fix mitogen_ssh_keepalive_interval documentation
Resolves ansible 2.9+, Mitogen, and Python 3.5 setup module issue
Fix typo in Ansible documentation
…ith bad perms, generates key for sudo user as well in tests
… running old ansible version before because ansible-base didn't override everything. Did a fresh uninstall of ansible and installed 2.10.0 and Mitogen's connection monkeypatching isn't working
…rides aren't being triggered
…t_with_context now
Fix issue 827 (collections import)
tests: Print variables on failure of assert tasks
tests: Support multi-word cpusets
This should increase the rate limit from 1/s to 10/s. AWS credentials are obtained from environment variables in Azure pipelines, or the default AWS CLI profile. https://docs.aws.amazon.com/AmazonECR/latest/public/public-service-quotas.html https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html#public-registry-auth https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
tests: Authenticate to AWS Elastic Container Registry for `docker pull` fixes mitogen-hq#789
…CI platforms. The tests running on Travis provide very little extra coverage vs Azure Pipelines alone
(cherry picked from commit 40b603e)
Ansible 2.10 and earlier try to use setfacl, which is not present on MacOS. Ansible 2.11 and later use chmod +a instead.
This reverse shell was historically used to debug CI jobs interactively. It is not used anymore, and may be causing jobs to hang, then timeout. There is no reason to keep it, and removing it simplifies CI jobs. Additionally it has been reported as flagged by security scanners, so removing it makes Mitogen easier to package/adopt. fixes mitogen-hq#847
Abandon Travis CI
6209c74
to
e6c1b77
Compare
Python sdist at https://test.pypi.org/project/mitogen/0.3.0/ |
e6c1b77
to
55f973e
Compare
v0.3.0rc1...moreati:release-0.3.0 is a better view of the changes in this PR, since the last 0.3.0rc1 release candidate - that release was made directly from master. |
@dw do you still wish to approve new releases? If so, please could you look at the pull requests for 0.2.10 and 0.3.0? |
LGTM! This works well.. just give me a little heads up so I have a chance to scan, but if you don't hear anything, don't let me hold you back either. Thanks a ton for this |
No description provided.