From c579c8e097f151080a1cd9efab6e46bf0e73f304 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:02:58 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Chart.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b719d43..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.0"} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b85d75b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2026-04-26) + + +### Features + +* agones configmap ([#4](https://github.com/groundsgg/platform-vcluster-template/issues/4)) ([821a154](https://github.com/groundsgg/platform-vcluster-template/commit/821a154fbe96a40a18f8b0957afb455e30c37458)) +* chart skeleton ([#1](https://github.com/groundsgg/platform-vcluster-template/issues/1)) ([8b5c8ee](https://github.com/groundsgg/platform-vcluster-template/commit/8b5c8ee3ad047f0498c4943f3bb3264b62eb9990)) +* default fleet (gated) ([#6](https://github.com/groundsgg/platform-vcluster-template/issues/6)) ([d47a093](https://github.com/groundsgg/platform-vcluster-template/commit/d47a093a415b9fff465ceaece50ebe033c75bc0b)) +* NOTES.txt + ci helm lint + snapshot diff ([#7](https://github.com/groundsgg/platform-vcluster-template/issues/7)) ([77ae122](https://github.com/groundsgg/platform-vcluster-template/commit/77ae122e63de60d75f9ac2b3fc355787b5c0f8a8)) +* serviceaccount + rbac ([#3](https://github.com/groundsgg/platform-vcluster-template/issues/3)) ([79e597d](https://github.com/groundsgg/platform-vcluster-template/commit/79e597d8ce35282db647c95dacb2f6450dc14daa)) +* values + schema ([#2](https://github.com/groundsgg/platform-vcluster-template/issues/2)) ([2cd27f2](https://github.com/groundsgg/platform-vcluster-template/commit/2cd27f2acebbe926b815e5f8a23010ae1e96d6b6)) +* velocity deployment + service ([#5](https://github.com/groundsgg/platform-vcluster-template/issues/5)) ([e1d03a5](https://github.com/groundsgg/platform-vcluster-template/commit/e1d03a501e195864ff282c9fcf74b4fc1adfa8f1)) diff --git a/Chart.yaml b/Chart.yaml index 833939f..f5696a7 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,7 +5,7 @@ description: | Deploys Velocity (with plugin-agones), RBAC, ConfigMap envFrom, and an optional default Agones Fleet inside a dev's vCluster. type: application -version: 0.0.0 +version: 0.1.0 # `appVersion` is the groundsgg/velocity image tag this chart targets. # Bumped when the image bundles a new plugin-agones release. appVersion: "0.6.0"