Skip to content

Commit a3df087

Browse files
author
sanfrancrisko
authored
Merge 7dfae0e into 4e34c4e
2 parents 4e34c4e + 7dfae0e commit a3df087

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/pdk_install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ compatibility, see the table below.
2727
|Operating system|Versions|Arch|Package type|
2828
|----------------|--------|----|------------|
2929
|CentOS|6, 7, 8|x86_64|RPM|
30-
|Debian|9, 10|x86_64|DEB|
31-
|Fedora|28, 29, 30|x86_64|RPM|
32-
|macOS|10.11, 10.12, 10.13, 10.14|x86_64|DPKG|
30+
|Debian|9, 10, 11|x86_64|DEB|
31+
|Fedora|30, 31, 32, 34|x86_64|RPM|
32+
|macOS|10.13, 10.14, 10.15, 11|x86_64|DPKG|
3333
|Oracle Linux|6, 7, 8|x86_64|RPM|
3434
|Red Hat Enterprise Linux (RHEL)|6, 7,8|x86_64|RPM|
3535
|Scientific Linux|6, 7|x86_64|RPM|
3636
|SUSE Linux Enterprise Server|11, 12|x86_64|N/A|
3737
|Ubuntu|16.04, 18.04, 20.04|x86_64|DEB|
3838
|Windows (Consumer OS)|7, 8.1, 10|x86_64|MSI|
39-
|Windows (Server OS)|2008r2, 2012, 2012r2, 2012r2Core, and 2016|x86_64|MSI|
39+
|Windows (Server OS)|2008r2, 2012, 2012r2, 2012r2Core, 2016 & 2019|x86_64|MSI|
4040

4141
> **Tip:** On Windows, PowerShell version 2.0 or greater is supported, but we
4242
recommend 4.0 or greater.

docs/release_notes_pdk.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,21 @@ New features, enhancements, and resolved issues for the PDK 2.x release series.
66

77
### New features and enhancements
88

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.
1010

11-
Support added for OSX 11, Debian 11, Fedora 33/34
11+
Support added for OSX 11, Debian 11, Fedora 32 & 34
1212

1313
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)
1414

15-
1615
Bump `json_pure` gem to ~> 2.5.1 on Ruby >= 2.7 [puppetlabs/pdk#1124](https://github.com/puppetlabs/pdk/pull/1124)
1716

18-
1917
### Resolved issues
2018
Prevent errors when choosing not to set forge token prior to running `pdk release` [puppetlabs/pdk#1121](https://github.com/puppetlabs/pdk/pull/1121)
2119

2220
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)
2321

2422
Run validation steps prior to the matrix build [puppetlabs/pdk-templates#441](https://github.com/puppetlabs/pdk-templates/pull/441)
2523

26-
27-
2824
## PDK 2.1.1
2925

3026
### New features and enhancements

0 commit comments

Comments
 (0)