Skip to content

Commit 588922e

Browse files
chore(main): release 3.0.0 (#211)
1 parent 149c6af commit 588922e

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.11.19"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ This file is used to list changes made in each version of the openssh cookbook.
55
Standardise files with files in sous-chefs/repo-management
66
Standardise files with files in sous-chefs/repo-management
77

8+
## [3.0.0](https://github.com/sous-chefs/openssh/compare/v2.11.19...v3.0.0) (2026-04-20)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* removes the legacy recipes, attributes, and template entrypoints in favor of custom resources and a current Linux-only support matrix.
14+
15+
### Features
16+
17+
* migrate openssh to custom resources ([#209](https://github.com/sous-chefs/openssh/issues/209)) ([d8c402e](https://github.com/sous-chefs/openssh/commit/d8c402eba5f3b5769f931a35b853c1806c8e2919))
18+
19+
20+
### Bug Fixes
21+
22+
* align workflows and kitchen naming ([#210](https://github.com/sous-chefs/openssh/issues/210)) ([149c6af](https://github.com/sous-chefs/openssh/commit/149c6af9ab6aad72f1b9c5aa3cdbc0fdcb2f71fb))
23+
* **ci:** Update workflows to use release pipeline ([#203](https://github.com/sous-chefs/openssh/issues/203)) ([37620a3](https://github.com/sous-chefs/openssh/commit/37620a3cb2a54760ba4d3563fb82b826d3f08020))
24+
825
## [2.11.19](https://github.com/sous-chefs/openssh/compare/v2.11.18...v2.11.19) (2025-10-16)
926

1027

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
maintainer_email 'help@sous-chefs.org'
66
license 'Apache-2.0'
77
description 'Provides openssh_client, openssh_server, and openssh_firewall resources'
8-
version '2.11.19'
8+
version '3.0.0'
99
source_url 'https://github.com/sous-chefs/openssh'
1010
issues_url 'https://github.com/sous-chefs/openssh/issues'
1111
chef_version '>= 16.0'

0 commit comments

Comments
 (0)