Skip to content

Commit b71e5b3

Browse files
committed
update gitops-operator to 0.3.8 - support manual-sync applications (#327)
allow override of promotion-wrapper workflowTemplate
1 parent ccfa47b commit b71e5b3

File tree

1 file changed

+5
-35
lines changed

1 file changed

+5
-35
lines changed

charts/gitops-runtime/Chart.yaml

+5-35
Original file line numberDiff line numberDiff line change
@@ -15,47 +15,17 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'feat: bump app-proxy to `1.3142.0` with refresh in-cluster app after any related commit (#325)'
18+
description: 'feat: bump cap-app-proxy to 1.3142.0 - refresh in-cluster app after any related commit (#325), promote all files in app if none is specified (#324), improve locking around git operations (#320), new rollouts steps support setHeaderRoute and setMirrorRoute (#316), multi-argh image reporting (#314), add Product Release initiator (#306), changeRevision fields support (#302)'
1919
- kind: changed
20-
description: 'chore(cr-25581): updating app proxy, (fixed vulnerabilities in expat, curl, openssl) (#322)'
20+
description: 'feat: update gitops-operator to 0.3.8 - support manual-sync applications (#327), fix memory leak (#313), publish error to product release in case failed to create workflow (#312)'
2121
- kind: changed
22-
description: 'feat: bump app-proxy to `1.3138.0` (#324)'
22+
description: 'sec: update nginxinc/nginx-unprivileged to 1.26-alpine3.20 - fixed vulnerabilities in expat, curl, openssl (#322)'
2323
- kind: changed
24-
description: Update CODEOWNERS
25-
- kind: changed
26-
description: 'fix: use the rootpath from argo-cd config.params values, when injecting ARGO_CD_URL to gitops-operator (#323)'
27-
- kind: changed
28-
description: update cap-app-proxy to `1.3131.0` - improve locking around git operations (#320)
29-
- kind: changed
30-
description: Update CODEOWNERS (#319)
24+
description: 'fix: use the rootpath from argo-cd config.params values, when injecting ARGO_CD_URL to gitops-operator (#323) (#311)'
3125
- kind: changed
3226
description: 'chore: update argocd to 2.12.3-2024.10.28-20100fc54 (#318)'
33-
- kind: changed
34-
description: 'feat: app-proxy bump to `1.3127.1` (#316)'
35-
- kind: changed
36-
description: 'chore: update image-enrichment to 1.1.11 (#314)'
37-
- kind: changed
38-
description: update codefresh-gitops-operator to 0.3.6 (#313)
39-
- kind: changed
40-
description: fix:upgrade gitops operator to 0.3.1 to publish error to product release in case failed to create workflow (#312)
41-
- kind: changed
42-
description: inject the correct argo-cd server url into gitops-operator (#311)
43-
- kind: changed
44-
description: 'chore: update argocd to 7.4.7-5-cap-2.12-2024.10.17-36fb3f0d1 (#310)'
45-
- kind: changed
46-
description: 'fix: bump app-proxy to `1.3103.0` - fix failure to calculate diff when destApp is on a different branch from srcApp'
47-
- kind: changed
48-
description: Feat/cr 23204 synced version (#308)
49-
- kind: changed
50-
description: 'feat: Add Product Release Initiator functionality (#306)'
5127
- kind: changed
5228
description: 'chore: update kube-rbac-proxy, sealed-secrets-controller and argo-events nats to latest (#296)'
53-
- kind: changed
54-
description: 'feat: app-proxy with changeRevision fields support (#302)'
55-
- kind: changed
56-
description: 'feat: argo-cd with event-reporter update to report change revisions metadata in app annotations (#301)'
57-
- kind: changed
58-
description: fix:upgrade gitops operator to 0.3.1 to publish error to product release in case failed to create workflow (#299)
5929
dependencies:
6030
- name: argo-cd
6131
repository: https://codefresh-io.github.io/argo-helm
@@ -81,7 +51,7 @@ dependencies:
8151
condition: tunnel-client.enabled
8252
- name: codefresh-gitops-operator
8353
repository: oci://quay.io/codefresh/charts
84-
version: 0.3.6
54+
version: 0.3.8
8555
alias: gitops-operator
8656
condition: gitops-operator.enabled
8757
- name: garage

0 commit comments

Comments
 (0)