Skip to content

Commit e4dda83

Browse files
author
GitHub Actions
committed
Release prep v10.1.0
1 parent 1d44ab2 commit e4dda83

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1.0](https://github.com/puppetlabs/puppetlabs-stdlib/tree/v10.1.0) - 2026-09-04
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-stdlib/compare/v10.0.2...v10.1.0)
11+
12+
### Added
13+
14+
- (MODULES-11710) Add Puppet 9 support [#1482](https://github.com/puppetlabs/puppetlabs-stdlib/pull/1482) ([skyamgarp](https://github.com/skyamgarp))
15+
816
## [v10.0.2](https://github.com/puppetlabs/puppetlabs-stdlib/tree/v10.0.2) - 2026-08-06
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-stdlib/compare/v10.0.1...v10.0.2)
@@ -451,6 +459,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
451459
### Added
452460

453461
- (MODULES-8404) - Relax `Stdlib::Filesource` type [#981](https://github.com/puppetlabs/puppetlabs-stdlib/pull/981) ([alexjfisher](https://github.com/alexjfisher))
462+
- Creates new type Stdlib::IP::Address::V6::CIDR [#980](https://github.com/puppetlabs/puppetlabs-stdlib/pull/980) ([timhughes](https://github.com/timhughes))
454463
- (MODULES-8137) - Addition of support for SLES 15 [#978](https://github.com/puppetlabs/puppetlabs-stdlib/pull/978) ([david22swan](https://github.com/david22swan))
455464
- (MODULES-8322) Consider IPs with /0 as valid [#975](https://github.com/puppetlabs/puppetlabs-stdlib/pull/975) ([simondeziel](https://github.com/simondeziel))
456465
- Add a function to compare the OS version [#972](https://github.com/puppetlabs/puppetlabs-stdlib/pull/972) ([ekohl](https://github.com/ekohl))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "10.0.2",
3+
"version": "10.1.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)