Skip to content

Commit 1e55070

Browse files
authored
Merge pull request #1681 from puppetlabs/release-prep
Release prep v16.3.0
2 parents 3cc1d4e + 6b8b428 commit 1e55070

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [v16.3.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v16.3.0) - 2025-07-29
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v16.2.0...v16.3.0)
11+
12+
### Added
13+
14+
- Add support for Mariadb 11.x [#1645](https://github.com/puppetlabs/puppetlabs-mysql/pull/1645) ([Marc-DRI](https://github.com/Marc-DRI))
15+
16+
### Other
17+
18+
- ci(MODULES-11557): add Twingate setup step to GitHub Actions workflow [#1678](https://github.com/puppetlabs/puppetlabs-mysql/pull/1678) ([imaqsood](https://github.com/imaqsood))
19+
- MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1 [#1671](https://github.com/puppetlabs/puppetlabs-mysql/pull/1671) ([imaqsood](https://github.com/imaqsood))
20+
- (CAT-2296) Update github runner image to ubuntu-24.04 [#1669](https://github.com/puppetlabs/puppetlabs-mysql/pull/1669) ([shubhamshinde360](https://github.com/shubhamshinde360))
21+
822
## [v16.2.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v16.2.0) - 2024-12-16
923

1024
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v16.1.0...v16.2.0)
@@ -195,7 +209,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
195209

196210
### Fixed
197211

198-
- Fix mysql_user parameters update on modern MySQL [#1415](https://github.com/puppetlabs/puppetlabs-mysql/pull/1415) ([weastur](https://github.com/weastur))
212+
- Fix mysql_user parameters update on modern MySQL [#1415](https://github.com/puppetlabs/puppetlabs-mysql/pull/1415) ([psapezhka](https://github.com/psapezhka))
199213
- (IAC-1677) Fix issue with deprecated rspec [#1414](https://github.com/puppetlabs/puppetlabs-mysql/pull/1414) ([ghoneycutt](https://github.com/ghoneycutt))
200214
- Fix broken link and style in documentation [#1403](https://github.com/puppetlabs/puppetlabs-mysql/pull/1403) ([ghoneycutt](https://github.com/ghoneycutt))
201215

@@ -1184,7 +1198,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
11841198
- Refactor to put a knob on all parameters [#169](https://github.com/puppetlabs/puppetlabs-mysql/pull/169) ([wolfspyre](https://github.com/wolfspyre))
11851199
- Puppet 2.6 fix [#163](https://github.com/puppetlabs/puppetlabs-mysql/pull/163) ([domcleal](https://github.com/domcleal))
11861200
- Restrict the versions and add 3.1 [#155](https://github.com/puppetlabs/puppetlabs-mysql/pull/155) ([richardc](https://github.com/richardc))
1187-
- Fix issue with redeclaration of database_user via mysql::db [#154](https://github.com/puppetlabs/puppetlabs-mysql/pull/154) ([pbrit](https://github.com/pbrit))
1201+
- Fix issue with redeclaration of database_user via mysql::db [#154](https://github.com/puppetlabs/puppetlabs-mysql/pull/154) ([paaloeye](https://github.com/paaloeye))
11881202
- Update travis config file [#148](https://github.com/puppetlabs/puppetlabs-mysql/pull/148) ([blkperl](https://github.com/blkperl))
11891203

11901204
## [0.6.1](https://github.com/puppetlabs/puppetlabs-mysql/tree/0.6.1) - 2013-01-11
@@ -1207,7 +1221,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
12071221
- allow logging via syslog [#130](https://github.com/puppetlabs/puppetlabs-mysql/pull/130) ([saz](https://github.com/saz))
12081222
- Optionally manage the mysqld service [#122](https://github.com/puppetlabs/puppetlabs-mysql/pull/122) ([hunner](https://github.com/hunner))
12091223
- Mysql::backup Compression Optional [#117](https://github.com/puppetlabs/puppetlabs-mysql/pull/117) ([hunner](https://github.com/hunner))
1210-
- Add show view privilege for backup user [#108](https://github.com/puppetlabs/puppetlabs-mysql/pull/108) ([pbrit](https://github.com/pbrit))
1224+
- Add show view privilege for backup user [#108](https://github.com/puppetlabs/puppetlabs-mysql/pull/108) ([paaloeye](https://github.com/paaloeye))
12111225
- new config define and a small bugfix [#93](https://github.com/puppetlabs/puppetlabs-mysql/pull/93) ([savar](https://github.com/savar))
12121226

12131227
### Fixed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mysql",
3-
"version": "16.2.0",
3+
"version": "16.3.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages the MySQL service.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)