From 7e390a212e7612af54153c4895a793585233a216 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Tue, 23 Sep 2025 09:56:36 +0300 Subject: [PATCH 1/2] fix image tag for gitops-argocd-sync step --- graduated/gitops-argocd-sync/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graduated/gitops-argocd-sync/step.yaml b/graduated/gitops-argocd-sync/step.yaml index 1a818d700..ae6c99c71 100644 --- a/graduated/gitops-argocd-sync/step.yaml +++ b/graduated/gitops-argocd-sync/step.yaml @@ -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" } } From f328d78e252220462d17171086e4a06f239e3da8 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Mon, 6 Oct 2025 15:41:19 +0300 Subject: [PATCH 2/2] update tag gitops-argocd-sync to 1.5.0 --- graduated/gitops-argocd-sync/CHANGELOG.md | 4 ++++ graduated/gitops-argocd-sync/step.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/graduated/gitops-argocd-sync/CHANGELOG.md b/graduated/gitops-argocd-sync/CHANGELOG.md index 867867a20..3b07f3687 100644 --- a/graduated/gitops-argocd-sync/CHANGELOG.md +++ b/graduated/gitops-argocd-sync/CHANGELOG.md @@ -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) diff --git a/graduated/gitops-argocd-sync/step.yaml b/graduated/gitops-argocd-sync/step.yaml index ae6c99c71..9c629de9c 100644 --- a/graduated/gitops-argocd-sync/step.yaml +++ b/graduated/gitops-argocd-sync/step.yaml @@ -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: