CHANGELOG.mkd in r10k-4.1.0 vs CHANGELOG.mkd in r10k-5.0.0

- old
+ new

@@ -2,10 +2,20 @@ ========= Unreleased ---------- +5.0.0 +----- + +- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403) +- Require Ruby 3.1 [#1402](https://github.com/puppetlabs/r10k/pull/1402) +- Replace deprecated action: actions/setup-ruby->ruby/setup-ruby [#1406](https://github.com/puppetlabs/r10k/pull/1406) +- Ensure git repositories are pruned on fetch [#1410](https://github.com/puppetlabs/r10k/pull/1410) +- Limit Rugged Control Repo refspec to only clone refs/heads [#1412](https://github.com/puppetlabs/r10k/pull/1412) +- Allow librarian exclusion declaration as a noop + 4.1.0 ----- - Allow jwt gem >= 2.8 - r10k::module::git: expose remote as getter [#1379](https://github.com/puppetlabs/r10k/pull/1379) @@ -31,9 +41,13 @@ - (RK-390) Remove default ref for deploying git modules [#1275](http://github.com/puppetlabs/r10k/pull/1275) - (RK-391) Change `exclude_spec` default to true for module spec dir deletion [#1264](https://github.com/puppetlabs/r10k/pull/1261) - (RK-383) Remove deprecated `basedir` method from Puppetfile DSL. Users should use `environment_name` instead. [#1254](https://github.com/puppetlabs/r10k/pull/1254) - (RK-386) Remove deprecated `bare` environment type. [#1235](https://github.com/puppetlabs/r10k/issues/1235) +3.16.2 +------ + +- r10k::module::git: expose remote as getter [#1379](https://github.com/puppetlabs/r10k/pull/1379) 3.16.1 ------ - Make metadata loading during incremental deploys more robust [PE-34917](https://perforce.atlassian.net/browse/PE-34917)