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
4 changes: 4 additions & 0 deletions graduated/gitops-argocd-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [1.5.1] - 2025-10-02
### Changed
- Change default step image to 1.5.0

## [1.5.0] - 2025-01-29
### Changed
- Add APP_NAMESPACE option (supported from app-proxy v1.2600.1)
Expand Down
4 changes: 2 additions & 2 deletions graduated/gitops-argocd-sync/step.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: step-type
metadata:
name: gitops-argocd-sync
version: 1.5.0
version: 1.5.1
isPublic: true
description: Syncs Argo CD apps managed by our GitOps Runtimes
sources:
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
},
"IMAGE_TAG": {
"type": "string",
"default": "1.4.5",
"default": "1.5.0",
"description": "OPTIONAL - To overwrite the tag to use"
}
}
Expand Down
Loading