Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.23 KB

File metadata and controls

45 lines (33 loc) · 1.23 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.

Unreleased

0.15.1 - 2021-10-05

Added

  • Add release-major, release-minor, release-patch, and publish Makefile targets and GitHub Actions

0.15.0 - 2020-02-21

Changed

  • Disabled iptables so that when instance is restarted, iptables won't run

0.14.0 - 2019-07-26

Changed

  • Restrict iptables and auditd stopping only for RedHat
  • Change auditd stopping to use exec instead of service Puppet type

0.13.0 - 2019-07-25

Added

  • Enforce auditd stopping temporarily while trialling CIS-benchmarked RHEL7

0.12.0 - 2019-06-30

Added

  • Enforce iptables stopping temporarily while trialling CIS-benchmarked RHEL7

0.11.0 - 2019-06-17

Added

  • Add HOME env var to inspec exec on post-common.sh as a workaround to latest pry release

0.10.0 - 2019-05-31

Added

  • Add HOME env var to inspec exec on pre-common.sh as a workaround to latest pry release

0.9.1 - 2019-05-15

Changed

  • Update tests with latest Rubocop

0.9.0 - 2019-03-07

Added

  • Initial version