From ee4ea409c5d110bdd9d82e4d24f95872e7f465e0 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Wed, 29 Apr 2026 18:42:34 -0700 Subject: [PATCH] chore(master): release bootstrap-k0s 0.2.0 --- .release-please-manifest.json | 2 +- bootstrap/k0s/CHANGELOG.md | 14 ++++++++++++++ bootstrap/k0s/VERSION | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 bootstrap/k0s/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b9ca7ae..1910eef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "bootstrap/cilium": "1.2.0", "bootstrap/argocd": "1.1.0", "bootstrap/kro": "1.1.0", - "bootstrap/k0s": "0.1.0", + "bootstrap/k0s": "0.2.0", "services/dns-mirror": "0.3.1", "services/github-token-broker": "0.2.1", "tools/labctl": "0.2.0" diff --git a/bootstrap/k0s/CHANGELOG.md b/bootstrap/k0s/CHANGELOG.md new file mode 100644 index 0000000..40e0e77 --- /dev/null +++ b/bootstrap/k0s/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.2.0](https://github.com/GilmanLab/platform/compare/bootstrap-k0s-v0.1.0...bootstrap-k0s-v0.2.0) (2026-04-30) + + +### Features + +* **bootstrap-k0s:** publish released bootstrap image ([#37](https://github.com/GilmanLab/platform/issues/37)) ([4a24a86](https://github.com/GilmanLab/platform/commit/4a24a866fe5b9cf358fa152b02df8d4238498414)) +* **bootstrap:** add k0s bootstrap image ([#36](https://github.com/GilmanLab/platform/issues/36)) ([f206f56](https://github.com/GilmanLab/platform/commit/f206f566d885679d28c73f61fc64743c7ae0e902)) + + +### Bug Fixes + +* **bootstrap-k0s:** use installed proto tools from moon ([#39](https://github.com/GilmanLab/platform/issues/39)) ([856736f](https://github.com/GilmanLab/platform/commit/856736fbbced54db518eeb6c5cd9cef188f75f86)) diff --git a/bootstrap/k0s/VERSION b/bootstrap/k0s/VERSION index 6e8bf73..0ea3a94 100644 --- a/bootstrap/k0s/VERSION +++ b/bootstrap/k0s/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0