You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes_pdk.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,21 @@ New features, enhancements, and resolved issues for the PDK 2.x release series.
6
6
7
7
### New features and enhancements
8
8
9
-
PDK entry point is now Ruby 2.5. Up from Ruby 2.4. This change should be transparent to users as the available Ruby versions are unchanged.
9
+
The PDK entry point is now Ruby 2.5, up from Ruby 2.4. This change should be transparent to users as the available Ruby versions are unchanged.
10
10
11
-
Support added for OSX 11, Debian 11, Fedora 33/34
11
+
Support added for OSX 11, Debian 11, Fedora 32 & 34
12
12
13
13
A project level setting containing a list of ignored files or patterns for use with `pdk validate`[puppetlabs/pdk#1114](https://github.com/puppetlabs/pdk/pull/1114)
14
14
15
-
16
15
Bump `json_pure` gem to ~> 2.5.1 on Ruby >= 2.7 [puppetlabs/pdk#1124](https://github.com/puppetlabs/pdk/pull/1124)
17
16
18
-
19
17
### Resolved issues
20
18
Prevent errors when choosing not to set forge token prior to running `pdk release`[puppetlabs/pdk#1121](https://github.com/puppetlabs/pdk/pull/1121)
21
19
22
20
Set `skip_branch_with_pr` to true by default in appveyor.yml template [puppetlabs/pdk-templates#442](https://github.com/puppetlabs/pdk-templates/pull/442)
23
21
24
22
Run validation steps prior to the matrix build [puppetlabs/pdk-templates#441](https://github.com/puppetlabs/pdk-templates/pull/441)
0 commit comments