Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0 release prep #30

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.0](https://github.com/voxpupuli/puppet-falco/tree/v3.0.0) (2023-07-06)

[Full Changelog](https://github.com/voxpupuli/puppet-falco/compare/v2.0.0...v3.0.0)

**Breaking changes:**

- Drop Puppet 6 support [\#27](https://github.com/voxpupuli/puppet-falco/pull/27) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add feature flag to enable/disable managing of the falco repository [\#24](https://github.com/voxpupuli/puppet-falco/pull/24) ([jordyb6](https://github.com/jordyb6))
- Add watch\_config \_files parameter [\#23](https://github.com/voxpupuli/puppet-falco/pull/23) ([jordyb6](https://github.com/jordyb6))

**Fixed bugs:**

- Make falco file output really optional [\#28](https://github.com/voxpupuli/puppet-falco/pull/28) ([claviola](https://github.com/claviola))
- Fix falco-driver-loader bpf [\#26](https://github.com/voxpupuli/puppet-falco/pull/26) ([jordyb6](https://github.com/jordyb6))
- Fix: Add missing dependencies when building bpf probe [\#25](https://github.com/voxpupuli/puppet-falco/pull/25) ([jordyb6](https://github.com/jordyb6))

## [v2.0.0](https://github.com/voxpupuli/puppet-falco/tree/v2.0.0) (2023-04-13)

[Full Changelog](https://github.com/voxpupuli/puppet-falco/compare/v1.2.0...v2.0.0)
Expand Down Expand Up @@ -46,6 +65,7 @@ These should not affect the functionality of the module.
[Full Changelog](https://github.com/voxpupuli/puppet-falco/compare/v0.4.0...v1.0.0)

This is the first release as part of Vox Pupuli.

This module is derrived from [falcosecurity/evolution](https://github.com/falcosecurity/evolution/tree/33a3025d1dedc3a6fbea814b8f3f80d275d6e3f0/integrations/puppet-module/falco). That code came from [falcosecurity/falco](https://github.com/falcosecurity/falco) as part of resolving issue https://github.com/falcosecurity/falco/issues/1114. The old code is the basis for [sysdig/falco](https://forge.puppet.com/modules/sysdig/falco). https://github.com/falcosecurity/falco/issues/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.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-falco",
"version": "2.0.1-rc0",
"version": "3.0.0",
"author": "Vox Pupuli",
"summary": "Falco: Behavioral Activity Monitoring With Container Support",
"license": "Apache-2.0",
Expand Down