Skip to content

Commit c8f6acf

Browse files
author
GitHub Actions
committed
Release prep v10.4.0
1 parent 853c3ca commit c8f6acf

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v10.4.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v10.4.0) - 2026-02-10
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v10.3.0...v10.4.0)
11+
12+
### Changed
13+
14+
- Use modern APT keyrings on Debian family [#965](https://github.com/puppetlabs/puppetlabs-docker/pull/965) ([kenyon](https://github.com/kenyon))
15+
16+
### Added
17+
18+
- MODULES-11639: Review PR #1029 (use apt keyring to manage gpg key) for puppetlabs-docker [#1041](https://github.com/puppetlabs/puppetlabs-docker/pull/1041) ([span786](https://github.com/span786))
19+
20+
### Other
21+
22+
- (MODULES-11645) Ignore services with restart option as 'no' in exists? method [#1046](https://github.com/puppetlabs/puppetlabs-docker/pull/1046) ([shubhamshinde360](https://github.com/shubhamshinde360))
23+
- (CAT-2370) Prepare module for Puppetcore [#1032](https://github.com/puppetlabs/puppetlabs-docker/pull/1032) ([skyamgarp](https://github.com/skyamgarp))
24+
- use apt keyring to manage gpg key [#1029](https://github.com/puppetlabs/puppetlabs-docker/pull/1029) ([techsk8](https://github.com/techsk8))
25+
- remove dependency on cgroupfs-mount for Debian trixie [#1024](https://github.com/puppetlabs/puppetlabs-docker/pull/1024) ([zen-fu](https://github.com/zen-fu))
26+
- (CAT-2296) Update github runner image to ubuntu-24.04 [#1019](https://github.com/puppetlabs/puppetlabs-docker/pull/1019) ([shubhamshinde360](https://github.com/shubhamshinde360))
27+
828
## [v10.3.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v10.3.0) - 2025-04-14
929

1030
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v10.2.0...v10.3.0)
@@ -447,7 +467,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
447467

448468
- (FM-8151) Add Windows Server 2019 support [#493](https://github.com/puppetlabs/puppetlabs-docker/pull/493) ([eimlav](https://github.com/eimlav))
449469
- Support for docker machine download and install [#466](https://github.com/puppetlabs/puppetlabs-docker/pull/466) ([acurus-puppetmaster](https://github.com/acurus-puppetmaster))
450-
- Add service_provider parameter to docker::run [#376](https://github.com/puppetlabs/puppetlabs-docker/pull/376) ([jameslikeslinux](https://github.com/jameslikeslinux))
470+
- Add service_provider parameter to docker::run [#376](https://github.com/puppetlabs/puppetlabs-docker/pull/376) ([puppetjoy](https://github.com/puppetjoy))
451471

452472
### Fixed
453473

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-docker",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)