Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "4.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# xinetd Cookbook CHANGELOG

## [4.0.0](https://github.com/sous-chefs/xinetd/compare/v3.0.0...v4.0.0) (2026-06-29)


### ⚠ BREAKING CHANGES

* consumers still carrying older recipe or attribute usage should manage xinetd state through xinetd_install, xinetd_config, xinetd_service, and xinetd_builtin_services resources.

### Features

* complete xinetd resource migration cleanup ([#37](https://github.com/sous-chefs/xinetd/issues/37)) ([247efc7](https://github.com/sous-chefs/xinetd/commit/247efc773692355be2e0537260fe4323eacfd8f5))

## [3.0.0](https://github.com/sous-chefs/xinetd/compare/v2.1.4...v3.0.0) (2026-04-10)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Provides xinetd_install, xinetd_config, xinetd_service, and xinetd_builtin_services resources'
version '3.0.0'
version '4.0.0'
source_url 'https://github.com/sous-chefs/xinetd'
issues_url 'https://github.com/sous-chefs/xinetd/issues'
chef_version '>= 15.3'
Expand Down
Loading