You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 - allow concurrent reading of git repo file content (#585), update cf-git-providers to version ^0.15.2 (#590), return the pushed commit sha (#628), fix eventBusName when using jetstream (#636), use proxy env vars in git operations (#646)"
19
-
- kind: changed
20
-
description: "chore(gitops-operator): update codefresh-gitops-operator to 0.10.2 - stop attempting to resume a non-running workflow (#584), change look back time to 2 hours for git log (#586), Improve error handling and fix bugs from 0.22.0 release for Gitops Operator (#595), add 5 minute max time for curl to complete on action node (#624), update Workflows.Resume to not have a loop (#624), make maps using in multi-threaded contexts, thread safe (#624), Add requeue workaround for degraded rollout apps (#624), update workflow submission logic and improve error handling (#625), add leader election support to agent and remove from handler (#647), don't requeue on known release creation failures (#655), support failing release if app sync fails (#645)"
21
-
- kind: changed
22
-
description: "chore(argo-rollouts): update argo-rollotus sub-chart to 2.37.3-6-v1.7.2-cap-CR-29629 - solve out-of-sync crds in Argo CD v3 (#630)"
23
-
- kind: changed
24
-
description: "chore(argo-cd): update argo-cd sub-chart to 8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9 - helm and go-git bump (#599), bump redis version (#631)"
25
-
- kind: changed
26
-
description: "fix(event-reporter): update cf-argocd-extras to 0.5.12 - dependencies not returned correctly (#616), event-reporter should handle applications from a specific argo-cd instance (#618)"
27
-
- kind: changed
28
-
description: "feat: add gitops-operator and argocd-extras templates (#591)"
29
-
- kind: changed
30
-
description: "fix: add retries to argo-event Sensors (#593)"
31
-
- kind: changed
32
-
description: "feat: jetstream eventbus (#589)"
33
-
- kind: changed
34
-
description: "fix: support bring-your-own Argo-CD <3.1 (#576)"
35
-
- kind: changed
36
-
description: "added global proxy variables (#573)"
37
-
- kind: changed
38
-
description: "fix(Readme): set correct minimal helm version (#569)"
18
+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
@@ -144,7 +144,7 @@ We have created a helper utility to resolve this issue:
144
144
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
145
145
146
146
```
147
-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.0 <local_registry>
147
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.1 <local_registry>
148
148
```
149
149
`output_dir`- is a local directory where the utility will output files. <br>
150
150
`local_registry`- is your local registry where you want to mirror the images to
@@ -157,7 +157,7 @@ The utility will output 4 files into the folder:
157
157
158
158
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
159
159
```
160
-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.0 <local_registry>
160
+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.1 <local_registry>
161
161
```
162
162
163
163
## Openshift
@@ -247,14 +247,14 @@ gitops-operator:
247
247
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
0 commit comments