Skip to content

Commit 3dcd82e

Browse files
authored
Merge branch 'main' into chore/modernize-platforms-and-cleanup
2 parents cd0c4b5 + 0f7e6a5 commit 3dcd82e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.10.2"
2+
".": "11.10.4"
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 docker cookbook.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [11.10.4](https://github.com/sous-chefs/docker/compare/v11.10.3...v11.10.4) (2026-03-03)
9+
10+
11+
### Bug Fixes
12+
13+
* remove version constraint on chef-client ([#1331](https://github.com/sous-chefs/docker/issues/1331)) ([948ac70](https://github.com/sous-chefs/docker/commit/948ac7080e474e41de1af92a9b69f117848d2e12))
14+
15+
## [11.10.3](https://github.com/sous-chefs/docker/compare/v11.10.2...v11.10.3) (2026-01-06)
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** Update workflows to use release pipeline ([#1320](https://github.com/sous-chefs/docker/issues/1320)) ([5fce840](https://github.com/sous-chefs/docker/commit/5fce84023bac5499c9552cd295dddcab2504ed9c))
21+
* correct install version for ubuntu jammy ([#1255](https://github.com/sous-chefs/docker/issues/1255)) ([3861b7a](https://github.com/sous-chefs/docker/commit/3861b7abcdc442f9bb1717eeaf862700582f8f69))
22+
* **docs:** Fix markdown ([#1329](https://github.com/sous-chefs/docker/issues/1329)) ([b9e57a3](https://github.com/sous-chefs/docker/commit/b9e57a34477d31b36ffc086a4250940587801606))
23+
* **docs:** Ignore multiple blank lines ([#1330](https://github.com/sous-chefs/docker/issues/1330)) ([04a69e5](https://github.com/sous-chefs/docker/commit/04a69e5fa8f63d08b2082433aa1daa29985d9769))
24+
825
## [11.10.2](https://github.com/sous-chefs/docker/compare/11.10.1...v11.10.2) (2025-10-15)
926

1027

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
maintainer_email 'help@sous-chefs.org'
44
license 'Apache-2.0'
55
description 'Provides docker_service, docker_image, and docker_container resources'
6-
version '11.11.0'
6+
version '11.10.4'
77
source_url 'https://github.com/sous-chefs/docker'
88
issues_url 'https://github.com/sous-chefs/docker/issues'
9-
chef_version '>= 16.5'
9+
chef_version '>= 16.0'
1010

1111
supports 'amazon'
1212
supports 'centos'

0 commit comments

Comments
 (0)