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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v10.4.1](https://github.com/puppetlabs/puppetlabs-docker/tree/v10.4.1) - 2026-06-28

[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v10.4.0...v10.4.1)

### Fixed

- Do not limit puppetlabs/apt requirement < v12 [#1056](https://github.com/puppetlabs/puppetlabs-docker/pull/1056) ([mpdude](https://github.com/mpdude))

### Other

- (MODULES-11840) Allow puppetlabs/stdlib 10.x [#1057](https://github.com/puppetlabs/puppetlabs-docker/pull/1057) ([imaqsood](https://github.com/imaqsood))
- Fix argument order on compose up [#1037](https://github.com/puppetlabs/puppetlabs-docker/pull/1037) ([deligatedgeek](https://github.com/deligatedgeek))

## [v10.4.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v10.4.0) - 2026-02-10

[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v10.3.0...v10.4.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-docker",
"version": "10.4.0",
"version": "10.4.1",
"author": "puppetlabs",
"summary": "Module for installing and managing docker",
"license": "Apache-2.0",
Expand Down
Loading