Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

104 lines (55 loc) · 5.13 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v3.0.1 (2023-07-17)

Full Changelog

Merged pull requests:

v3.0.0 (2023-07-06)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add feature flag to enable/disable managing of the falco repository #24 (jordyb6)
  • Add watch_config _files parameter #23 (jordyb6)

Fixed bugs:

  • Make falco file output really optional #28 (claviola)
  • Fix falco-driver-loader bpf #26 (jordyb6)
  • Fix: Add missing dependencies when building bpf probe #25 (jordyb6)

v2.0.0 (2023-04-13)

Full Changelog

Breaking changes:

  • (ITSYS-2824) Falco >= 0.34.0 Compatibility #20 (yachub)

v1.2.0 (2023-04-11)

Full Changelog

Implemented enhancements:

  • Add support for SUSE Linux, add EL 9 to metadata #13 (genebean)

Fixed bugs:

v1.1.0 (2022-06-01)

Full Changelog

Implemented enhancements:

  • Allow local rules to be applied; require puppetlabs/stdlib 8.2 or newer #11 (genebean)

v1.0.1 (2022-05-25)

Full Changelog

Closed issues:

  • release workflow has wrong owner listed #9

v1.0.0 (2022-05-24)

Full Changelog

This is the first release as part of Vox Pupuli.

This module is derrived from falcosecurity/evolution. That code came from falcosecurity/falco as part of resolving issue falcosecurity/falco#1114. The old code is the basis for sysdig/falco. falcosecurity/falco#2005 was submitted to request that module be depreciated since it appears to be abandoned.

The v1.0.0 release includes an overhaul of the code to make everything work and bring it up to current coding standards. It also incorporates all the change needed as part of migrating a module to Vox Pupuli.

Breaking changes:

Fixed bugs:

  • Fix default value for program_output #6 (genebean)

Closed issues:

  • Falco crashes due to formatting error in config file #7
  • Update metadata.json to reflect transfer to Vox Pupuli #2

Merged pull requests:

  • Add missing files, update metadata post-migration #3 (genebean)

v0.4.0 (2022-05-19)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator