Skip to content

Commit f70aacb

Browse files
committed
create release 0.14 draft
1 parent 3c96dac commit f70aacb

File tree

3 files changed

+145
-197
lines changed

3 files changed

+145
-197
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 76 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.62
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.14.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -13,36 +13,79 @@ 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: 'feat: bump app-proxy to `1.3142.0` with refresh in-cluster app after any related commit (#325)'
19+
- kind: changed
20+
description: 'chore(cr-25581): updating app proxy, (fixed vulnerabilities in expat, curl, openssl) (#322)'
21+
- kind: changed
22+
description: 'feat: bump app-proxy to `1.3138.0` (#324)'
23+
- 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)
31+
- kind: changed
32+
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)'
51+
- kind: changed
52+
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)
1659
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
version: 7.4.7-5-cap-2.12.3-2024.10.28-20100fc54
20-
- name: argo-events
21-
repository: https://codefresh-io.github.io/argo-helm
22-
version: 2.4.7-1-cap-CR-24607
23-
- name: argo-workflows
24-
repository: https://codefresh-io.github.io/argo-helm
25-
version: 0.41.12-v3.5.9-cap-CR-24929
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.17
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.6
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.1
48-
condition: garage-workflows-artifact-storage.enabled
60+
- name: argo-cd
61+
repository: https://codefresh-io.github.io/argo-helm
62+
version: 7.4.7-5-cap-2.12.3-2024.10.28-20100fc54
63+
- name: argo-events
64+
repository: https://codefresh-io.github.io/argo-helm
65+
version: 2.4.7-1-cap-CR-24607
66+
- name: argo-workflows
67+
repository: https://codefresh-io.github.io/argo-helm
68+
version: 0.41.12-v3.5.9-cap-CR-24929
69+
condition: argo-workflows.enabled
70+
- name: argo-rollouts
71+
repository: https://codefresh-io.github.io/argo-helm
72+
version: 2.37.3-1-v1.7.1-CR-24605
73+
condition: argo-rollouts.enabled
74+
- name: sealed-secrets
75+
repository: https://bitnami-labs.github.io/sealed-secrets/
76+
version: 2.16.1
77+
- name: codefresh-tunnel-client
78+
repository: oci://quay.io/codefresh/charts
79+
version: 0.1.17
80+
alias: tunnel-client
81+
condition: tunnel-client.enabled
82+
- name: codefresh-gitops-operator
83+
repository: oci://quay.io/codefresh/charts
84+
version: 0.3.6
85+
alias: gitops-operator
86+
condition: gitops-operator.enabled
87+
- name: garage
88+
repository: https://codefresh-io.github.io/garage
89+
alias: garage-workflows-artifact-storage
90+
version: 0.5.0-cf.1
91+
condition: garage-workflows-artifact-storage.enabled

0 commit comments

Comments
 (0)