Skip to content

Commit 5c9733b

Browse files
Merge pull request #1338 from puppetlabs/release-prep
Release prep v3.1.0
2 parents fe0f662 + 5bf37a8 commit 5c9733b

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ 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-
## [v3.0.1](https://github.com/puppetlabs/pdk/tree/v3.0.1) - 2023-12-07
8+
## [v3.1.0](https://github.com/puppetlabs/pdk/tree/v3.1.0) - 2024-04-11
9+
10+
[Full Changelog](https://github.com/puppetlabs/pdk/compare/v3.0.1...v3.1.0)
11+
12+
### Added
13+
14+
- Allow `pdk convert` and `pdk update` to work in a ControlRepo context [#1310](https://github.com/puppetlabs/pdk/pull/1310) ([garrettrowell](https://github.com/garrettrowell))
15+
- Support executable templates [#1289](https://github.com/puppetlabs/pdk/pull/1289) ([nabertrand](https://github.com/nabertrand))
16+
17+
### Fixed
18+
19+
- (CAT-1796) Fix missing locale gem [#1337](https://github.com/puppetlabs/pdk/pull/1337) ([LukasAud](https://github.com/LukasAud))
20+
- (CAT-1703) Convert concurrent-ruby from a pin to a pessimistic constraint [#1312](https://github.com/puppetlabs/pdk/pull/1312) ([david22swan](https://github.com/david22swan))
21+
22+
## [v3.0.1](https://github.com/puppetlabs/pdk/tree/v3.0.1) - 2023-12-13
923

1024
[Full Changelog](https://github.com/puppetlabs/pdk/compare/v3.0.0...v3.0.1)
1125

docs/release_notes_pdk.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
New features, enhancements, and resolved issues for PDK.
44

5+
## PDK 3.1.0
6+
7+
### New features and enhancements
8+
9+
* Executable templates are now supported
10+
* `pdk convert` and `pdk update`can now work in a ControlRepo context
11+
12+
### Template Changes
13+
14+
* The templates have been updated to allow Rubocop rules to be overriden.
15+
* CFPropertyList has been added as a pinned dependency on Windows.
16+
* Our Rubocop pin has been increased to `1.50.0`.
17+
* The codecov gem has been removed.
18+
* The archived ruby vscode extension has been replaced.
19+
520
## PDK 3.0.1
621

722
### New features and enhancements

lib/pdk/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module PDK
2-
VERSION = '3.0.1'.freeze
3-
TEMPLATE_REF = '3.0.1.3'.freeze
2+
VERSION = '3.1.0'.freeze
3+
TEMPLATE_REF = '3.1.0'.freeze
44
end

0 commit comments

Comments
 (0)