Skip to content

Commit

Permalink
(MAINT) Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Jan 25, 2023
1 parent 8a2b54b commit 7684d62
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/pdk_known_issues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# PDK known issues

Known issues in the PDK 1.x release series.
## PDK 2.6.1

When using selecting Puppet versions PDK, you may encounter an `uninitialized constant` error if the target version is below 6.29 for Puppet 6 or 7.22 for Puppet 7.

This is caused by an incompatible version of concurrent-ruby that is downloaded when PDK processes the selected Puppet version.

To mitigate this issue, we recommend selecting only the latest puppet versions when using `--puppet-version`.

For example:

### Puppet 6

```
pdk validate --puppet-version 6.29
```

### Puppet 7

```
pdk validate --puppet-version 7.22
```
In scenarios where `--pe-version` is used, it is recommended that `--puppet-version` is used instead, with the correct target as described above.

## PDK 1.15.0 is incompatible with Bundler 2.1.0 and later

Expand Down
11 changes: 11 additions & 0 deletions docs/release_notes_pdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

New features, enhancements, and resolved issues for the PDK 2.x release series.

## PDK 2.6.1

### New features and enhancements

* A Ubuntu 22.04 compatible packages has been added.
* An OSX 12 compatible package has been added.

### Resolved issues

* Versions 6.29 and 7.22 of the Puppet gem have been added to the packages. The two new gem releases resolve an issue where an incompatible version of `concurrent-ruby` may be dowloaded when creating a new module or running `pdk validate`.

## PDK 2.6.0

### New features and enhancements
Expand Down

0 comments on commit 7684d62

Please sign in to comment.