diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d18bbe4c..a2f63d1e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.10.3" + ".": "11.10.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f1b9384..fdcb92791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This file is used to list changes made in each version of the docker cookbook. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [11.10.4](https://github.com/sous-chefs/docker/compare/v11.10.3...v11.10.4) (2026-03-03) + + +### Bug Fixes + +* remove version constraint on chef-client ([#1331](https://github.com/sous-chefs/docker/issues/1331)) ([948ac70](https://github.com/sous-chefs/docker/commit/948ac7080e474e41de1af92a9b69f117848d2e12)) + ## [11.10.3](https://github.com/sous-chefs/docker/compare/v11.10.2...v11.10.3) (2026-01-06) diff --git a/metadata.rb b/metadata.rb index 566ca305f..b9367d6b3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Provides docker_service, docker_image, and docker_container resources' -version '11.10.3' +version '11.10.4' source_url 'https://github.com/sous-chefs/docker' issues_url 'https://github.com/sous-chefs/docker/issues' chef_version '>= 16.0'