Skip to content

Commit ce1e083

Browse files
chore(main): release 3.0.0
1 parent fb09242 commit ce1e083

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.18"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ Standardise files with files in sous-chefs/repo-management
1010
* Modernize supported platforms and align Kitchen and CI with the current matrix
1111
* Add `LIMITATIONS.md`, resource documentation, test cookbook recipes, and resource-focused ChefSpec/InSpec coverage
1212

13+
## [3.0.0](https://github.com/sous-chefs/ossec/compare/v2.0.18...v3.0.0) (2026-04-20)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* Migrate to Custom Resources and remove recipes ([#194](https://github.com/sous-chefs/ossec/issues/194))
19+
20+
### Features
21+
22+
* 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))
23+
24+
25+
### Bug Fixes
26+
27+
* **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))
28+
* repair release workflow validation ([#195](https://github.com/sous-chefs/ossec/issues/195)) ([fb09242](https://github.com/sous-chefs/ossec/commit/fb09242543b67aafe903b465486521b00d777860))
29+
1330
## [2.0.18](https://github.com/sous-chefs/ossec/compare/v2.0.17...v2.0.18) (2025-10-16)
1431

1532

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
source_url 'https://github.com/sous-chefs/ossec'
88
issues_url 'https://github.com/sous-chefs/ossec/issues'
99
description 'Provides custom resources for managing OSSEC HIDS packages and configuration'
10-
version '2.0.18'
10+
version '3.0.0'
1111
chef_version '>= 15.3'
1212

1313
supports 'amazon', '>= 2023.0'

0 commit comments

Comments
 (0)