From 45fedf3c49be20ebec3b33a6a286b5cd9f65671e Mon Sep 17 00:00:00 2001 From: "public-release-please[bot]" <297987214+public-release-please[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:59:52 +0000 Subject: [PATCH] chore(main): release 0.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a403c7..71e95ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.1" + ".": "0.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bf1e9..c51928c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.20.0](https://github.com/GlueOps/docs-argocd/compare/v0.19.1...v0.20.0) (2026-08-26) + + +### ⚠ BREAKING CHANGES + +* on existing clusters the next helm upgrade of the argocd release deletes the live gates.platform.glueops.dev CRD (no Gate resources exist in prod). Run the captain_utils crds step again after the argocd upgrade to recreate it from the bundle. + +### Features + +* remove the Gate CRD from extraObjects (shipped by platform-crds) ([#62](https://github.com/GlueOps/docs-argocd/issues/62)) ([ba17215](https://github.com/GlueOps/docs-argocd/commit/ba17215b8b94c04c429c30c397af3c061b9cec5e)) + + +### Miscellaneous Chores + +* add Apache-2.0 LICENSE ([#59](https://github.com/GlueOps/docs-argocd/issues/59)) ([9127232](https://github.com/GlueOps/docs-argocd/commit/91272326a18f634b2018e8f0698e018848087a17)) + ## [0.19.1](https://github.com/GlueOps/docs-argocd/compare/v0.19.0...v0.19.1) (2026-07-03)