Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package argocd-cli for openSUSE:Factory 
checked in at 2025-03-11 20:45:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/argocd-cli (Old)
 and      /work/SRC/openSUSE:Factory/.argocd-cli.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "argocd-cli"

Tue Mar 11 20:45:13 2025 rev:34 rq:1251950 version:2.14.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/argocd-cli/argocd-cli.changes    2025-03-05 
15:18:49.967590780 +0100
+++ /work/SRC/openSUSE:Factory/.argocd-cli.new.19136/argocd-cli.changes 
2025-03-11 20:46:22.292834117 +0100
@@ -1,0 +2,8 @@
+Tue Mar 11 06:15:34 UTC 2025 - [email protected]
+
+- Update to version 2.14.5:
+  * Bump version to 2.14.5 on release-2.14 branch (#22292)
+  * chore(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to
+    9.7.1 (#21957) (#22255)
+
+-------------------------------------------------------------------

Old:
----
  argocd-cli-2.14.4.obscpio

New:
----
  argocd-cli-2.14.5.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ argocd-cli.spec ++++++
--- /var/tmp/diff_new_pack.vVAtgU/_old  2025-03-11 20:46:24.444923984 +0100
+++ /var/tmp/diff_new_pack.vVAtgU/_new  2025-03-11 20:46:24.444923984 +0100
@@ -19,7 +19,7 @@
 %define executable_name argocd
 
 Name:           argocd-cli
-Version:        2.14.4
+Version:        2.14.5
 Release:        0
 Summary:        CLI for the ArgoCD declarative continuous deployment tool
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vVAtgU/_old  2025-03-11 20:46:24.476925320 +0100
+++ /var/tmp/diff_new_pack.vVAtgU/_new  2025-03-11 20:46:24.480925488 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/argoproj/argo-cd</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.14.4</param>
+    <param name="revision">v2.14.5</param>
     <param name="match-tag">v*</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.vVAtgU/_old  2025-03-11 20:46:24.504926490 +0100
+++ /var/tmp/diff_new_pack.vVAtgU/_new  2025-03-11 20:46:24.504926490 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/argoproj/argo-cd</param>
-              <param 
name="changesrevision">3d901f2037888af302a85f518bea70b33ee8e1c7</param></service></servicedata>
+              <param 
name="changesrevision">f463a945d57267e9691cede37021d9ddc5994f36</param></service></servicedata>
 (No newline at EOF)
 

++++++ argocd-cli-2.14.4.obscpio -> argocd-cli-2.14.5.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/.github/workflows/ci-build.yaml 
new/argocd-cli-2.14.5/.github/workflows/ci-build.yaml
--- old/argocd-cli-2.14.4/.github/workflows/ci-build.yaml       2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/.github/workflows/ci-build.yaml       2025-03-11 
04:11:20.000000000 +0100
@@ -393,7 +393,7 @@
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
-        uses: 
SonarSource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # 
v4.1.0
+        uses: 
SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # 
v4.2.1
         if: env.sonar_secret != ''
   test-e2e:
     name: Run end-to-end tests
@@ -549,4 +549,4 @@
             exit 0
           else
             exit 1
-          fi
\ No newline at end of file
+          fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/VERSION 
new/argocd-cli-2.14.5/VERSION
--- old/argocd-cli-2.14.4/VERSION       2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/VERSION       2025-03-11 04:11:20.000000000 +0100
@@ -1 +1 @@
-2.14.4
+2.14.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/go.mod new/argocd-cli-2.14.5/go.mod
--- old/argocd-cli-2.14.4/go.mod        2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/go.mod        2025-03-11 04:11:20.000000000 +0100
@@ -68,7 +68,7 @@
        github.com/patrickmn/go-cache v2.1.0+incompatible
        github.com/prometheus/client_golang v1.20.5
        github.com/r3labs/diff v1.1.0
-       github.com/redis/go-redis/v9 v9.7.0
+       github.com/redis/go-redis/v9 v9.7.1
        github.com/robfig/cron/v3 v3.0.1
        github.com/sirupsen/logrus v1.9.3
        github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/go.sum new/argocd-cli-2.14.5/go.sum
--- old/argocd-cli-2.14.4/go.sum        2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/go.sum        2025-03-11 04:11:20.000000000 +0100
@@ -844,8 +844,8 @@
 github.com/r3labs/diff v1.1.0/go.mod 
h1:7WjXasNzi0vJetRcB/RqNl5dlIsmXcTTLmF5IoH6Xig=
 github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod 
h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
 github.com/redis/go-redis/v9 v9.0.0-rc.4/go.mod 
h1:Vo3EsyWnicKnSKCA7HhgnvnyA74wOA69Cd2Meli5mmA=
-github.com/redis/go-redis/v9 v9.7.0 
h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E=
-github.com/redis/go-redis/v9 v9.7.0/go.mod 
h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
+github.com/redis/go-redis/v9 v9.7.1 
h1:4LhKRCIduqXqtvCUlaq9c8bdHOkICjDMrr1+Zb3osAc=
+github.com/redis/go-redis/v9 v9.7.1/go.mod 
h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
 github.com/rivo/uniseg v0.2.0/go.mod 
h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
 github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
 github.com/rivo/uniseg v0.4.7/go.mod 
h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/manifests/base/kustomization.yaml 
new/argocd-cli-2.14.5/manifests/base/kustomization.yaml
--- old/argocd-cli-2.14.4/manifests/base/kustomization.yaml     2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/base/kustomization.yaml     2025-03-11 
04:11:20.000000000 +0100
@@ -5,7 +5,7 @@
 images:
 - name: quay.io/argoproj/argocd
   newName: quay.io/argoproj/argocd
-  newTag: v2.14.4
+  newTag: v2.14.5
 resources:
 - ./application-controller
 - ./dex
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/core-install/kustomization.yaml 
new/argocd-cli-2.14.5/manifests/core-install/kustomization.yaml
--- old/argocd-cli-2.14.4/manifests/core-install/kustomization.yaml     
2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/core-install/kustomization.yaml     
2025-03-11 04:11:20.000000000 +0100
@@ -12,4 +12,4 @@
 images:
 - name: quay.io/argoproj/argocd
   newName: quay.io/argoproj/argocd
-  newTag: v2.14.4
+  newTag: v2.14.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/core-install-with-hydrator.yaml 
new/argocd-cli-2.14.5/manifests/core-install-with-hydrator.yaml
--- old/argocd-cli-2.14.4/manifests/core-install-with-hydrator.yaml     
2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/core-install-with-hydrator.yaml     
2025-03-11 04:11:20.000000000 +0100
@@ -24165,7 +24165,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -24435,7 +24435,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -24696,7 +24696,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -24748,7 +24748,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -25066,7 +25066,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/manifests/core-install.yaml 
new/argocd-cli-2.14.5/manifests/core-install.yaml
--- old/argocd-cli-2.14.4/manifests/core-install.yaml   2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/core-install.yaml   2025-03-11 
04:11:20.000000000 +0100
@@ -24133,7 +24133,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -24253,7 +24253,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -24514,7 +24514,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -24566,7 +24566,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -24884,7 +24884,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/ha/base/kustomization.yaml 
new/argocd-cli-2.14.5/manifests/ha/base/kustomization.yaml
--- old/argocd-cli-2.14.4/manifests/ha/base/kustomization.yaml  2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/ha/base/kustomization.yaml  2025-03-11 
04:11:20.000000000 +0100
@@ -12,7 +12,7 @@
 images:
 - name: quay.io/argoproj/argocd
   newName: quay.io/argoproj/argocd
-  newTag: v2.14.4
+  newTag: v2.14.5
 resources:
 - ../../base/application-controller
 - ../../base/applicationset-controller
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/ha/install-with-hydrator.yaml 
new/argocd-cli-2.14.5/manifests/ha/install-with-hydrator.yaml
--- old/argocd-cli-2.14.4/manifests/ha/install-with-hydrator.yaml       
2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/ha/install-with-hydrator.yaml       
2025-03-11 04:11:20.000000000 +0100
@@ -25506,7 +25506,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -25793,7 +25793,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -25883,7 +25883,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -26004,7 +26004,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -26291,7 +26291,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -26343,7 +26343,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -26705,7 +26705,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -27059,7 +27059,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/manifests/ha/install.yaml 
new/argocd-cli-2.14.5/manifests/ha/install.yaml
--- old/argocd-cli-2.14.4/manifests/ha/install.yaml     2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/ha/install.yaml     2025-03-11 
04:11:20.000000000 +0100
@@ -25476,7 +25476,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -25613,7 +25613,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -25703,7 +25703,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -25824,7 +25824,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -26111,7 +26111,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -26163,7 +26163,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -26525,7 +26525,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -26879,7 +26879,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/ha/namespace-install-with-hydrator.yaml 
new/argocd-cli-2.14.5/manifests/ha/namespace-install-with-hydrator.yaml
--- old/argocd-cli-2.14.4/manifests/ha/namespace-install-with-hydrator.yaml     
2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/ha/namespace-install-with-hydrator.yaml     
2025-03-11 04:11:20.000000000 +0100
@@ -1736,7 +1736,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -2023,7 +2023,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -2113,7 +2113,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -2234,7 +2234,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -2521,7 +2521,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -2573,7 +2573,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -2935,7 +2935,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -3289,7 +3289,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/ha/namespace-install.yaml 
new/argocd-cli-2.14.5/manifests/ha/namespace-install.yaml
--- old/argocd-cli-2.14.4/manifests/ha/namespace-install.yaml   2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/ha/namespace-install.yaml   2025-03-11 
04:11:20.000000000 +0100
@@ -1706,7 +1706,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -1843,7 +1843,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -1933,7 +1933,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -2054,7 +2054,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -2341,7 +2341,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -2393,7 +2393,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -2755,7 +2755,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -3109,7 +3109,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/install-with-hydrator.yaml 
new/argocd-cli-2.14.5/manifests/install-with-hydrator.yaml
--- old/argocd-cli-2.14.4/manifests/install-with-hydrator.yaml  2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/install-with-hydrator.yaml  2025-03-11 
04:11:20.000000000 +0100
@@ -24625,7 +24625,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -24912,7 +24912,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -25002,7 +25002,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -25104,7 +25104,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -25365,7 +25365,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -25417,7 +25417,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -25777,7 +25777,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -26131,7 +26131,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/manifests/install.yaml 
new/argocd-cli-2.14.5/manifests/install.yaml
--- old/argocd-cli-2.14.4/manifests/install.yaml        2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/install.yaml        2025-03-11 
04:11:20.000000000 +0100
@@ -24593,7 +24593,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -24730,7 +24730,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -24820,7 +24820,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -24922,7 +24922,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -25183,7 +25183,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -25235,7 +25235,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -25595,7 +25595,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -25949,7 +25949,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/argocd-cli-2.14.4/manifests/namespace-install-with-hydrator.yaml 
new/argocd-cli-2.14.5/manifests/namespace-install-with-hydrator.yaml
--- old/argocd-cli-2.14.4/manifests/namespace-install-with-hydrator.yaml        
2025-03-04 21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/namespace-install-with-hydrator.yaml        
2025-03-11 04:11:20.000000000 +0100
@@ -855,7 +855,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -1142,7 +1142,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -1232,7 +1232,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -1334,7 +1334,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -1595,7 +1595,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -1647,7 +1647,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -2007,7 +2007,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -2361,7 +2361,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argocd-cli-2.14.4/manifests/namespace-install.yaml 
new/argocd-cli-2.14.5/manifests/namespace-install.yaml
--- old/argocd-cli-2.14.4/manifests/namespace-install.yaml      2025-03-04 
21:31:29.000000000 +0100
+++ new/argocd-cli-2.14.5/manifests/namespace-install.yaml      2025-03-11 
04:11:20.000000000 +0100
@@ -823,7 +823,7 @@
               key: applicationsetcontroller.requeue.after
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:
@@ -960,7 +960,7 @@
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: copyutil
         securityContext:
@@ -1050,7 +1050,7 @@
               key: notificationscontroller.repo.server.plaintext
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:
@@ -1152,7 +1152,7 @@
         - argocd
         - admin
         - redis-initial-password
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: IfNotPresent
         name: secret-init
         securityContext:
@@ -1413,7 +1413,7 @@
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -1465,7 +1465,7 @@
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false
@@ -1825,7 +1825,7 @@
               key: hydrator.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
@@ -2179,7 +2179,7 @@
               optional: true
         - name: KUBECACHEDIR
           value: /tmp/kubecache
-        image: quay.io/argoproj/argocd:v2.14.4
+        image: quay.io/argoproj/argocd:v2.14.5
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:

++++++ argocd-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.vVAtgU/_old  2025-03-11 20:46:32.117244365 +0100
+++ /var/tmp/diff_new_pack.vVAtgU/_new  2025-03-11 20:46:32.145245535 +0100
@@ -1,5 +1,5 @@
 name: argocd-cli
-version: 2.14.4
-mtime: 1741120289
-commit: 3d901f2037888af302a85f518bea70b33ee8e1c7
+version: 2.14.5
+mtime: 1741662680
+commit: f463a945d57267e9691cede37021d9ddc5994f36
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/argocd-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.argocd-cli.new.19136/vendor.tar.gz differ: char 5, 
line 1

Reply via email to