Skip to content

Releases: manheim/manheim-c7n-tools

1.4.3

24 May 12:51
82f077d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

20 May 20:22
ae3c803
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

09 Feb 16:58
3696a27
Compare
Choose a tag to compare
  • Fixes #67 - Add check_deprecations="yes" for Validate stage

1.4.0

24 Jan 15:50
0061781
Compare
Choose a tag to compare
  • 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
  • Replace TravisCI with Github Actions

1.3.1

18 Jun 14:53
77a904e
Compare
Choose a tag to compare
  • 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

1.3.0

13 Jan 13:20
28c6e34
Compare
Choose a tag to compare
  • 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

29 Jul 15:14
f339e59
Compare
Choose a tag to compare
  • Fixes #53
    • Add function_prefix option to manheim-c7n-tools.yml to allow passing this option to mugc. Default it to the current/default custodian-.
    • Have runner.MugcStep use configured function_prefix instead of hard-coded custodian-.
    • New policy sanity check PolicyGen._check_policy_function_prefix - fail if a policy's function-prefix doesn't match the configured (manheim-c7n-tools.yml) function_prefix.
  • Switch from deprecated pep8 / pytest-pep8 to pycodestyle / pytest-pycodestyle.

1.2.3

29 Jul 15:12
0720bb7
Compare
Choose a tag to compare
  • Update policygen to add enabled/disabled status to generated policy documentation

1.2.2

08 Jul 13:14
7cec202
Compare
Choose a tag to compare
  • 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

25 Jun 18:21
38692c2
Compare
Choose a tag to compare

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 in PR #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