Skip to content

Commit 6c26100

Browse files
create release 0.11 draft
1 parent 92f2cf8 commit 6c26100

File tree

3 files changed

+134
-188
lines changed

3 files changed

+134
-188
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 63 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.53
2+
appVersion: 0.1.54
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.11.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,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: 'feat: gitops-operator with product crd update - versionSource & promotion as optional fields (#284)'
19+
- kind: changed
20+
description: bump app-proxy (#282)
21+
- kind: changed
22+
description: 'chore: remove v1 reporter (#271)'
23+
- kind: changed
24+
description: 'feat: bump app-proxy to 1.3007.0 - add validation to name and missing annotation in promotion-workflow (#280)'
25+
- kind: changed
26+
description: added IS_CONFIGURATION_RUNTIME env var (#278)
27+
- kind: changed
28+
description: bump app-proxy to `1.2989.3` (#276) - fix `configurationRuntime` not working immediately after installation
29+
- kind: changed
30+
description: added default value and description for ingress `switchValidation` (#274)
31+
- kind: changed
32+
description: 'feat: upgrade gitops operator (#273)'
33+
- kind: changed
34+
description: update app-proxy to `1.2987.1` (#269) - fix drag-n-drop releases
35+
- kind: changed
36+
description: 'fix: update codefresh-gitops-operator to `0.2.9` (#268)'
37+
- kind: changed
38+
description: fix - support non default ArgoCD server host in event reporter (#267)
39+
- kind: changed
40+
description: 'fix: test ci (#265)'
41+
- kind: changed
42+
description: update init container version (#264)
43+
- kind: changed
44+
description: update app-proxy (#257)
1645
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
version: 6.11.1-7-cap-2.11-2024.8.19-6be897266
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.11
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
46+
- name: argo-cd
47+
repository: https://codefresh-io.github.io/argo-helm
48+
version: 6.11.1-7-cap-2.11-2024.8.19-6be897266
49+
- name: argo-events
50+
repository: https://codefresh-io.github.io/argo-helm
51+
version: 2.4.7-1-cap-CR-24607
52+
- name: argo-workflows
53+
repository: https://codefresh-io.github.io/argo-helm
54+
version: 0.41.12-v3.5.9-cap-CR-24929
55+
condition: argo-workflows.enabled
56+
- name: argo-rollouts
57+
repository: https://codefresh-io.github.io/argo-helm
58+
version: 2.37.3-1-v1.7.1-CR-24605
59+
condition: argo-rollouts.enabled
60+
- name: sealed-secrets
61+
repository: https://bitnami-labs.github.io/sealed-secrets/
62+
version: 2.14.1
63+
- name: codefresh-tunnel-client
64+
repository: oci://quay.io/codefresh/charts
65+
version: 0.1.17
66+
alias: tunnel-client
67+
condition: tunnel-client.enabled
68+
- name: codefresh-gitops-operator
69+
repository: oci://quay.io/codefresh/charts
70+
version: 0.2.11
71+
alias: gitops-operator
72+
condition: gitops-operator.enabled
73+
- name: garage
74+
repository: https://codefresh-io.github.io/garage
75+
alias: garage-workflows-artifact-storage
76+
version: 0.5.0-cf.1
77+
condition: garage-workflows-artifact-storage.enabled

0 commit comments

Comments
 (0)