Skip to content

Commit

Permalink
Merge pull request #13 from lsst-it/release/2.0.0
Browse files Browse the repository at this point in the history
release 2.0.0
  • Loading branch information
jhoblitt authored Jul 3, 2024
2 parents 77f6e43 + 29ec3c8 commit b2887cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## Release 1.0.0
## [v2.0.0](https://github.com/lsst-it/puppet-rke2/tree/v2.0.0) (2024-07-03)

**Features**
[Full Changelog](https://github.com/lsst-it/puppet-rke2/compare/e6f0bc97d47719d72fa08dd30fb8408a8a850dc2...v2.0.0)

Install RKE2 using the official script or downloading the official binary.
**Breaking changes:**

## Release 1.0.1
- rm config specific params [\#11](https://github.com/lsst-it/puppet-rke2/pull/11) ([jhoblitt](https://github.com/jhoblitt))
- rm support for installing via script & binary [\#10](https://github.com/lsst-it/puppet-rke2/pull/10) ([jhoblitt](https://github.com/jhoblitt))
- drop support for ubuntu [\#9](https://github.com/lsst-it/puppet-rke2/pull/9) ([jhoblitt](https://github.com/jhoblitt))
- drop support for EL8 [\#8](https://github.com/lsst-it/puppet-rke2/pull/8) ([jhoblitt](https://github.com/jhoblitt))

**Features**
**Implemented enhancements:**

Fix error on metadata requirements.
- add el9 support with installation via rpm [\#6](https://github.com/lsst-it/puppet-rke2/pull/6) ([jhoblitt](https://github.com/jhoblitt))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsst-rke2",
"version": "1.0.1",
"version": "2.0.0",
"author": "AURA/LSST/Rubin Observatory",
"summary": "RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution.",
"license": "Apache-2.0",
Expand Down

0 comments on commit b2887cc

Please sign in to comment.