From ebd8b9030b2f20c00d21b832d63133693c4777ec Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 3 Jul 2024 12:48:25 -0700 Subject: [PATCH 1/2] [blacksmith] Bump version to 2.0.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index a1bf368..e8ac7b3 100644 --- a/metadata.json +++ b/metadata.json @@ -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", From 29ec3c885680e37453d6ed046673a2f7e6b07877 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 3 Jul 2024 12:48:31 -0700 Subject: [PATCH 2/2] update CHANGELOG.md for 2.0.0 release --- CHANGELOG.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa4836..ad566d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)*