Skip to content

Commit fd0c8fb

Browse files
committed
create release 0.16 draft
1 parent 5d80925 commit fd0c8fb

File tree

3 files changed

+134
-203
lines changed

3 files changed

+134
-203
lines changed

charts/gitops-runtime/Chart.yaml

+62-37
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.65
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.16.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -13,40 +13,65 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/changes: |-
17+
- kind: changed
18+
description: app-proxy bump 1.3228.0 (#376)
19+
- kind: changed
20+
description: 'fix: upgrade argo-cd to upgrade to 7.7.14-1-cap-2.13.3-2025.1.16-39ce1d3d0 (#374)'
21+
- kind: changed
22+
description: updated codefresh-gitops-operator (#370)
23+
- kind: changed
24+
description: 'feat: sources-server (#359)'
25+
- kind: changed
26+
description: 'feat: update to upstream argo-cd 2.13.3 and helm 7.7.14 (#369)'
27+
- kind: changed
28+
description: 'fix: upgrade argo events to fix security vulnerability (#364)'
29+
- kind: changed
30+
description: updated app-proxy to 1.3196.4 - throw original exception in case of NO_CHANGES (#366)
31+
- kind: changed
32+
description: 'fix: security-vulns in codefresh-gitops-operator (#365)'
33+
- kind: changed
34+
description: 'fix: security-vulns in gitops-runtime-installer image'
35+
- kind: changed
36+
description: update argo-cd to 2.12.3-2024.12.23-4a8e092c0-with-dex-and-redis-bump (#362)
37+
- kind: changed
38+
description: update app-proxy to 1.3192.0 (#361)
39+
- kind: changed
40+
description: 'feat: cr 26386 argocd core proto wrong wire type (#357)'
1641
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
version: 7.7.14-1-cap-2.13.3-2025.1.16-39ce1d3d0
20-
- name: argo-events
21-
repository: https://codefresh-io.github.io/argo-helm
22-
version: 2.4.7-1-cap-CR-26731
23-
- name: argo-workflows
24-
repository: https://codefresh-io.github.io/argo-helm
25-
version: 0.45.1-v3.6.2-cap-CR-26293
26-
condition: argo-workflows.enabled
27-
- name: argo-rollouts
28-
repository: https://codefresh-io.github.io/argo-helm
29-
version: 2.37.3-1-v1.7.1-CR-24605
30-
condition: argo-rollouts.enabled
31-
- name: sealed-secrets
32-
repository: https://bitnami-labs.github.io/sealed-secrets/
33-
version: 2.16.1
34-
- name: codefresh-tunnel-client
35-
repository: oci://quay.io/codefresh/charts
36-
version: 0.1.18
37-
alias: tunnel-client
38-
condition: tunnel-client.enabled
39-
- name: codefresh-gitops-operator
40-
repository: oci://quay.io/codefresh/charts
41-
version: 0.3.20
42-
alias: gitops-operator
43-
condition: gitops-operator.enabled
44-
- name: garage
45-
repository: https://codefresh-io.github.io/garage
46-
alias: garage-workflows-artifact-storage
47-
version: 0.5.0-cf.2
48-
condition: garage-workflows-artifact-storage.enabled
49-
- name: cf-argocd-extras
50-
repository: oci://quay.io/codefresh/charts
51-
version: 0.1.0
52-
condition: cf-argocd-extras.enabled
42+
- name: argo-cd
43+
repository: https://codefresh-io.github.io/argo-helm
44+
version: 7.7.14-1-cap-2.13.3-2025.1.16-39ce1d3d0
45+
- name: argo-events
46+
repository: https://codefresh-io.github.io/argo-helm
47+
version: 2.4.7-1-cap-CR-26731
48+
- name: argo-workflows
49+
repository: https://codefresh-io.github.io/argo-helm
50+
version: 0.45.1-v3.6.2-cap-CR-26293
51+
condition: argo-workflows.enabled
52+
- name: argo-rollouts
53+
repository: https://codefresh-io.github.io/argo-helm
54+
version: 2.37.3-1-v1.7.1-CR-24605
55+
condition: argo-rollouts.enabled
56+
- name: sealed-secrets
57+
repository: https://bitnami-labs.github.io/sealed-secrets/
58+
version: 2.16.1
59+
- name: codefresh-tunnel-client
60+
repository: oci://quay.io/codefresh/charts
61+
version: 0.1.18
62+
alias: tunnel-client
63+
condition: tunnel-client.enabled
64+
- name: codefresh-gitops-operator
65+
repository: oci://quay.io/codefresh/charts
66+
version: 0.3.20
67+
alias: gitops-operator
68+
condition: gitops-operator.enabled
69+
- name: garage
70+
repository: https://codefresh-io.github.io/garage
71+
alias: garage-workflows-artifact-storage
72+
version: 0.5.0-cf.2
73+
condition: garage-workflows-artifact-storage.enabled
74+
- name: cf-argocd-extras
75+
repository: oci://quay.io/codefresh/charts
76+
version: 0.1.0
77+
condition: cf-argocd-extras.enabled

0 commit comments

Comments
 (0)