Skip to content

Commit 2b3386c

Browse files
committed
update gitops-operator to 0.3.8 - changed gitlog to take all commits since the last call (#331)
1 parent 9b5f99c commit 2b3386c

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

charts/gitops-runtime/Chart.yaml

+33-33
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ annotations:
1717
- kind: changed
1818
description: 'feat: bump cap-app-proxy to 1.3146.0 - fix accessing repo in parallel (#329), 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: '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)'
20+
description: 'feat: update gitops-operator to 0.3.8 - changed gitlog to take all commits since the last call (#331), support manual-sync applications (#327), fix memory leak (#313), publish error to product release in case failed to create workflow (#312)'
2121
- kind: changed
2222
description: 'sec: update nginxinc/nginx-unprivileged to 1.26-alpine3.20 - fixed vulnerabilities in expat, curl, openssl (#322)'
2323
- kind: changed
@@ -27,35 +27,35 @@ annotations:
2727
- kind: changed
2828
description: 'chore: update kube-rbac-proxy, sealed-secrets-controller and argo-events nats to latest (#296)'
2929
dependencies:
30-
- name: argo-cd
31-
repository: https://codefresh-io.github.io/argo-helm
32-
version: 7.4.7-5-cap-2.12.3-2024.10.28-20100fc54
33-
- name: argo-events
34-
repository: https://codefresh-io.github.io/argo-helm
35-
version: 2.4.7-1-cap-CR-24607
36-
- name: argo-workflows
37-
repository: https://codefresh-io.github.io/argo-helm
38-
version: 0.41.12-v3.5.9-cap-CR-24929
39-
condition: argo-workflows.enabled
40-
- name: argo-rollouts
41-
repository: https://codefresh-io.github.io/argo-helm
42-
version: 2.37.3-1-v1.7.1-CR-24605
43-
condition: argo-rollouts.enabled
44-
- name: sealed-secrets
45-
repository: https://bitnami-labs.github.io/sealed-secrets/
46-
version: 2.16.1
47-
- name: codefresh-tunnel-client
48-
repository: oci://quay.io/codefresh/charts
49-
version: 0.1.17
50-
alias: tunnel-client
51-
condition: tunnel-client.enabled
52-
- name: codefresh-gitops-operator
53-
repository: oci://quay.io/codefresh/charts
54-
version: 0.3.8
55-
alias: gitops-operator
56-
condition: gitops-operator.enabled
57-
- name: garage
58-
repository: https://codefresh-io.github.io/garage
59-
alias: garage-workflows-artifact-storage
60-
version: 0.5.0-cf.1
61-
condition: garage-workflows-artifact-storage.enabled
30+
- name: argo-cd
31+
repository: https://codefresh-io.github.io/argo-helm
32+
version: 7.4.7-5-cap-2.12.3-2024.10.28-20100fc54
33+
- name: argo-events
34+
repository: https://codefresh-io.github.io/argo-helm
35+
version: 2.4.7-1-cap-CR-24607
36+
- name: argo-workflows
37+
repository: https://codefresh-io.github.io/argo-helm
38+
version: 0.41.12-v3.5.9-cap-CR-24929
39+
condition: argo-workflows.enabled
40+
- name: argo-rollouts
41+
repository: https://codefresh-io.github.io/argo-helm
42+
version: 2.37.3-1-v1.7.1-CR-24605
43+
condition: argo-rollouts.enabled
44+
- name: sealed-secrets
45+
repository: https://bitnami-labs.github.io/sealed-secrets/
46+
version: 2.16.1
47+
- name: codefresh-tunnel-client
48+
repository: oci://quay.io/codefresh/charts
49+
version: 0.1.17
50+
alias: tunnel-client
51+
condition: tunnel-client.enabled
52+
- name: codefresh-gitops-operator
53+
repository: oci://quay.io/codefresh/charts
54+
version: 0.3.8
55+
alias: gitops-operator
56+
condition: gitops-operator.enabled
57+
- name: garage
58+
repository: https://codefresh-io.github.io/garage
59+
alias: garage-workflows-artifact-storage
60+
version: 0.5.0-cf.1
61+
condition: garage-workflows-artifact-storage.enabled

0 commit comments

Comments
 (0)