Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.0"}
{".":"0.1.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down