Skip to content
Merged
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,3 +1,3 @@
{
".": "0.19.1"
".": "0.20.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading