From 2ca7ae4a5f53f605976a2576361b64395d1b323c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:38:44 +0000 Subject: [PATCH] chore(master): release argocd 1.0.0 --- .release-please-manifest.json | 2 +- bootstrap/argocd/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bootstrap/argocd/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6cca99..a680bdf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "bootstrap/cilium": "0.0.0", - "bootstrap/argocd": "0.0.0", + "bootstrap/argocd": "1.0.0", "bootstrap/kro": "0.0.0" } diff --git a/bootstrap/argocd/CHANGELOG.md b/bootstrap/argocd/CHANGELOG.md new file mode 100644 index 0000000..78827d1 --- /dev/null +++ b/bootstrap/argocd/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-04-19) + + +### Features + +* **bootstrap:** scaffold platform bootstrap artifacts ([#1](https://github.com/GilmanLab/platform/issues/1)) ([398e29c](https://github.com/GilmanLab/platform/commit/398e29c1986ad04a76663aac22cab98dbb0e8789))