Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

75 lines (50 loc) · 4.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

v1.3.0 - 2019-05-09

Merged

  • Copy tags from related resource where possible. #24
  • Run EBS encryption check daily. #26
  • Speed up CI pipeline #25
  • Add more tag enforcement policies #23

Commits

  • Attempt to copy tags from related resource. c632004
  • Add ebs-snapshot tag policy. 3ec4376
  • Add Lambda tag policy. edbce44

v1.2.0 - 2019-05-07

Merged

  • Fix network-addr policy names to match the resource #21
  • Decrease many policy run frequencies to once per day. #20
  • Add policy to reboot retired EC2 instances. #19

Commits

  • Decrease run frequency to once per day. ab60154
  • Release 1.2.0 35e971a
  • Align policy names with resource type. 9d1a22a

v1.1.0 - 2019-05-03

Merged

  • Add tag checking policies for more resource types. #18
  • Namespace all policy resources. #17
  • Leverage yaml anchors to DRY a little. #16

Commits

  • Add tag checking for 10 more resource types. 1fecc9b
  • Enforce tags on IAM roles too. 7243a73
  • Release version 1.1.0 f06ae70

v1.0.0 - 2019-05-01

Merged

  • Setup Versioning #15
  • More snapshot cleanup #13
  • Add policy for cleaning up EBS snapshots. #12
  • Update CI to use c7n version 0.8.43.1 #11
  • Add ebs volume related policies. #9
  • Add policy for deregistering old, unused AMIs. #2
  • Add sqs2slack lambda. #4
  • Cis benchmarks #3
  • Add automated log group retention time management. #1

Fixed

  • Fix CircleCI configuration. Pin c7n version. #5 #6

Commits