Releases: manheim/manheim-c7n-tools
Releases · manheim/manheim-c7n-tools
1.4.3
What's Changed
- fix: dependencies in c7n-mailer by @manheim-tooling in #75
New Contributors
- @manheim-tooling made their first contribution in #75
Full Changelog: 1.4.2...1.4.3
1.4.2
What's Changed
- feat: bump c7n and c7n-mailer to latest to support python3.9 by @coxauto-kennyg in #74
New Contributors
- @coxauto-kennyg made their first contribution in #74
Full Changelog: 1.4.1...1.4.2
1.4.1
1.4.0
- Bump c7n to release 0.9.14
- Bump c7n-mailer to release 0.6.13
- Updated dependencies for c7n and c7n-mailer
- Remove version contstrains for
docutils
- Pin
mistune==0.8.4
for docs
- Remove version contstrains for
- Replace TravisCI with Github Actions
1.3.1
- Fixing dryrun-diff bug to show changes to inherited policies.
- Remove
git diff
comparison; Now we compare results of full dryrun to last live-run
- Remove
1.3.0
- Fixes #56 - Bump c7n version from 0.9.4 to 0.9.10 and c7n-mailer from 0.6.3 to 0.6.9.
- Bump relax boto3 and botocore dependencies to work with c7n and new pip resolver.
- Add testing under Python 3.9; switch default Python version for tox/TravisCI to 3.9.
- Bump base Docker image to latest
python:3.9.1-alpine3.12
- Implement
notify_only
option - Fix failing test.
1.2.4
- Fixes #53
- Add
function_prefix
option tomanheim-c7n-tools.yml
to allow passing this option to mugc. Default it to the current/defaultcustodian-
. - Have
runner.MugcStep
use configuredfunction_prefix
instead of hard-codedcustodian-
. - New policy sanity check
PolicyGen._check_policy_function_prefix
- fail if a policy'sfunction-prefix
doesn't match the configured (manheim-c7n-tools.yml
)function_prefix
.
- Add
- Switch from deprecated pep8 / pytest-pep8 to pycodestyle / pytest-pycodestyle.
1.2.3
1.2.2
- Bump c7n to release 0.9.4
- Bump c7n-mailer to release 0.6.3
- Updated dependencies for c7n and c7n-mailer
1.2.1
WARNING: THIS RELEASE CAUSES A BUG WITH C7N-MAILER, PLEASE USE v1.2.0
This is because of an upstream bug, cloud-custodian/cloud-custodian#5899
- Bump c7n and c7n-mailer installed version to
26ba07e <https://github.com/cloud-custodian/cloud-custodian/commit/26ba07ea569dfe320682f7509082fc9bead0ca4c>
__ in order to pull inPR #5893 <https://github.com/cloud-custodian/cloud-custodian/pull/5893>
, fix for#5854 <https://github.com/cloud-custodian/cloud-custodian/issues/5854>
c7n config splunk sourcetype. - Bump c7n and c7n-mailer versions in setup.py to match the latest versions released