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 @@
{
".": "11.10.2"
".": "11.10.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.3](https://github.com/sous-chefs/docker/compare/v11.10.2...v11.10.3) (2026-01-06)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v11.10.2...v11.10.3 Status: 404



### Bug Fixes

* **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))
* correct install version for ubuntu jammy ([#1255](https://github.com/sous-chefs/docker/issues/1255)) ([3861b7a](https://github.com/sous-chefs/docker/commit/3861b7abcdc442f9bb1717eeaf862700582f8f69))
* **docs:** Fix markdown ([#1329](https://github.com/sous-chefs/docker/issues/1329)) ([b9e57a3](https://github.com/sous-chefs/docker/commit/b9e57a34477d31b36ffc086a4250940587801606))
* **docs:** Ignore multiple blank lines ([#1330](https://github.com/sous-chefs/docker/issues/1330)) ([04a69e5](https://github.com/sous-chefs/docker/commit/04a69e5fa8f63d08b2082433aa1daa29985d9769))

## [11.10.2](https://github.com/sous-chefs/docker/compare/11.10.1...v11.10.2) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
version '11.10.3'
source_url 'https://github.com/sous-chefs/docker'
issues_url 'https://github.com/sous-chefs/docker/issues'
chef_version '>= 16.0', '< 19.0'
Expand Down
Loading