Skip to content

Commit 5838982

Browse files
release 0.13 draft
1 parent c81995e commit 5838982

File tree

3 files changed

+117
-198
lines changed

3 files changed

+117
-198
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 46 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.59
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.13.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,49 @@ 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: 'fix: monorepo controller extra env (#294)'
19+
- kind: changed
20+
description: 'feat: monorepo controller v1 (#293)'
21+
- kind: changed
22+
description: 'chore: add breaking change notice to the README.md (#291)'
23+
- kind: changed
24+
description: bump app-proxy to `1.3059.0` - fix hosted runtime init (#290)
25+
- kind: changed
26+
description: update app-proxy to `1.3056.1` - search repos by url (#289)
27+
- kind: changed
28+
description: 'feat: support PR in promotions (#287)'
1629
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
version: 7.4.7-2-cap-2.12-2024.9.30-a87492b22
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.14.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.2.13
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
30+
- name: argo-cd
31+
repository: https://codefresh-io.github.io/argo-helm
32+
version: 7.4.7-2-cap-2.12-2024.9.30-a87492b22
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.14.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.2.13
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)