Skip to content

Commit

Permalink
(MAINT) Update install.md w/ supported OSs; release note fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfrancrisko committed Aug 4, 2021
1 parent 4e34c4e commit 7dfae0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/pdk_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ compatibility, see the table below.
|Operating system|Versions|Arch|Package type|
|----------------|--------|----|------------|
|CentOS|6, 7, 8|x86_64|RPM|
|Debian|9, 10|x86_64|DEB|
|Fedora|28, 29, 30|x86_64|RPM|
|macOS|10.11, 10.12, 10.13, 10.14|x86_64|DPKG|
|Debian|9, 10, 11|x86_64|DEB|
|Fedora|30, 31, 32, 34|x86_64|RPM|
|macOS|10.13, 10.14, 10.15, 11|x86_64|DPKG|
|Oracle Linux|6, 7, 8|x86_64|RPM|
|Red Hat Enterprise Linux (RHEL)|6, 7,8|x86_64|RPM|
|Scientific Linux|6, 7|x86_64|RPM|
|SUSE Linux Enterprise Server|11, 12|x86_64|N/A|
|Ubuntu|16.04, 18.04, 20.04|x86_64|DEB|
|Windows (Consumer OS)|7, 8.1, 10|x86_64|MSI|
|Windows (Server OS)|2008r2, 2012, 2012r2, 2012r2Core, and 2016|x86_64|MSI|
|Windows (Server OS)|2008r2, 2012, 2012r2, 2012r2Core, 2016 & 2019|x86_64|MSI|

> **Tip:** On Windows, PowerShell version 2.0 or greater is supported, but we
recommend 4.0 or greater.
Expand Down
8 changes: 2 additions & 6 deletions docs/release_notes_pdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,21 @@ New features, enhancements, and resolved issues for the PDK 2.x release series.

### New features and enhancements

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

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

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)


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


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

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)

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



## PDK 2.1.1

### New features and enhancements
Expand Down

0 comments on commit 7dfae0e

Please sign in to comment.