Skip to content

Commit

Permalink
Merge pull request #58 from betadots/release-v3.1.0
Browse files Browse the repository at this point in the history
Release v3.1.0
  • Loading branch information
rwaffen committed Jun 18, 2024
2 parents 2039650 + 3d73820 commit 218c820
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [v3.1.0](https://github.com/betadots/pdc/tree/v3.1.0) (2024-06-18)

[Full Changelog](https://github.com/betadots/pdc/compare/v3.0.0...v3.1.0)

**Implemented enhancements:**

- Update puppet, puppetdb-termini, terraform, pdk and bolt to latest versions [\#55](https://github.com/betadots/pdc/pull/55) ([rwaffen](https://github.com/rwaffen))
- update terraform for release 8 image [\#52](https://github.com/betadots/pdc/pull/52) ([rwaffen](https://github.com/rwaffen))

**Closed issues:**

- Replacement for Vox Pupuli testing Container? [\#49](https://github.com/betadots/pdc/issues/49)
- need newer ruby for puppet 8 gems [\#48](https://github.com/betadots/pdc/issues/48)

**Merged pull requests:**

- add toc and license link to readme [\#57](https://github.com/betadots/pdc/pull/57) ([rwaffen](https://github.com/rwaffen))
- Update readme/release notes [\#56](https://github.com/betadots/pdc/pull/56) ([rwaffen](https://github.com/rwaffen))
- Bump docker/build-push-action from 5 to 6 [\#54](https://github.com/betadots/pdc/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.0.0](https://github.com/betadots/pdc/tree/v3.0.0) (2024-04-16)

[Full Changelog](https://github.com/betadots/pdc/compare/v2.1.0...v3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle install

CHANGELOG_GITHUB_TOKEN="token_MC_tokenface" bundle exec rake changelog

git commit -am "Release v${RELEASE_VERSION}"
git commit -sam "Release v${RELEASE_VERSION}"
git push origin release-v$RELEASE_VERSION
```

Expand Down

0 comments on commit 218c820

Please sign in to comment.