From ce1e083bc1cdfd6a6ecd19c44b5f61c7036e542e Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:33:37 +0100 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ metadata.rb | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7734e9..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.18" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2655281..84285f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,23 @@ Standardise files with files in sous-chefs/repo-management * Modernize supported platforms and align Kitchen and CI with the current matrix * Add `LIMITATIONS.md`, resource documentation, test cookbook recipes, and resource-focused ChefSpec/InSpec coverage +## [3.0.0](https://github.com/sous-chefs/ossec/compare/v2.0.18...v3.0.0) (2026-04-20) + + +### ⚠ BREAKING CHANGES + +* Migrate to Custom Resources and remove recipes ([#194](https://github.com/sous-chefs/ossec/issues/194)) + +### Features + +* Migrate to Custom Resources and remove recipes ([#194](https://github.com/sous-chefs/ossec/issues/194)) ([d58551d](https://github.com/sous-chefs/ossec/commit/d58551d9c602744da8801050042bdfca0e75d739)) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#188](https://github.com/sous-chefs/ossec/issues/188)) ([1cc004a](https://github.com/sous-chefs/ossec/commit/1cc004ad272354130c96be8018ccd3d17c35ee06)) +* repair release workflow validation ([#195](https://github.com/sous-chefs/ossec/issues/195)) ([fb09242](https://github.com/sous-chefs/ossec/commit/fb09242543b67aafe903b465486521b00d777860)) + ## [2.0.18](https://github.com/sous-chefs/ossec/compare/v2.0.17...v2.0.18) (2025-10-16) diff --git a/metadata.rb b/metadata.rb index 70ef90f..7ee9026 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,7 +7,7 @@ source_url 'https://github.com/sous-chefs/ossec' issues_url 'https://github.com/sous-chefs/ossec/issues' description 'Provides custom resources for managing OSSEC HIDS packages and configuration' -version '2.0.18' +version '3.0.0' chef_version '>= 15.3' supports 'amazon', '>= 2023.0'