Skip to content

Commit e6be439

Browse files
committed
create release 0.15 draft
1 parent aacfa81 commit e6be439

File tree

3 files changed

+145
-198
lines changed

3 files changed

+145
-198
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 74 additions & 33 deletions
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.15.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,77 @@ 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: 'chore: update argo-workflows to 0.45.1-v3.6.2-cap-CR-26293 (#355)'
19+
- kind: changed
20+
description: update gitops-opeartor to 0.3.16 - fixed releases getting stuck on suspended during commit flow (#354)
21+
- kind: changed
22+
description: fix placement of isConfigurationRuntime field (#353)
23+
- kind: changed
24+
description: 'fix: add isConfigurationRuntime value to app-proxy cm (#352)'
25+
- kind: changed
26+
description: 'feat: argo-cd with multi-source app info reporting (#339)'
27+
- kind: changed
28+
description: update gitops-opeartor to 0.3.14 and app-proxy to 1.3167.0 - monitor suspended workflows for closed PRs (#350)
29+
- kind: changed
30+
description: update codefresh-gitops-operator to 0.3.13 - fix release retry in case it failed on workflow resume (#349)
31+
- kind: changed
32+
description: 'feat: Add ability to set nodePort on internal-router service (#348)'
33+
- kind: changed
34+
description: CR-25908 add req and lim for ephemeral storage (argo-workflows) (#344)
35+
- kind: changed
36+
description: update codefresh-gitops-operator to 0.3.12 - fail submit-tmpl step if child wf failed (#345)
37+
- kind: changed
38+
description: 'chore: security fixes (#342)'
39+
- kind: changed
40+
description: update codefresh-gitops-operator to 0.3.11 - support non-github promotions (commit only) (#343)
41+
- kind: changed
42+
description: updated codefresh-gitops-operator to 0.3.10 (#340)
43+
- kind: changed
44+
description: argo-cd with repo-server repeated resources fix (#338)
45+
- kind: changed
46+
description: 'fix: remove aws-cli (#336)'
47+
- kind: changed
48+
description: updated frpc with security fixes (#334)
49+
- kind: changed
50+
description: 'fix: don''t use protocol for ARGO_CD_URL in gitops-operator (#332)'
51+
- kind: changed
52+
description: update gitops-operator to 0.3.8 - changed gitlog to take all commits since the last call (#331)
53+
- kind: changed
54+
description: 'fix: bump cap-app-proxy to 1.3146.0 - fix: accessing repo in parallel (#329)'
55+
- kind: changed
56+
description: update gitops-operator to 0.3.8 - support manual-sync applications (#327)
1657
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
version: 7.4.7-7-cap-2.12.3-2024.12.3-a26fd084e
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.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.17
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
58+
- name: argo-cd
59+
repository: https://codefresh-io.github.io/argo-helm
60+
version: 7.4.7-7-cap-2.12.3-2024.12.3-a26fd084e
61+
- name: argo-events
62+
repository: https://codefresh-io.github.io/argo-helm
63+
version: 2.4.7-1-cap-CR-24607
64+
- name: argo-workflows
65+
repository: https://codefresh-io.github.io/argo-helm
66+
version: 0.45.1-v3.6.2-cap-CR-26293
67+
condition: argo-workflows.enabled
68+
- name: argo-rollouts
69+
repository: https://codefresh-io.github.io/argo-helm
70+
version: 2.37.3-1-v1.7.1-CR-24605
71+
condition: argo-rollouts.enabled
72+
- name: sealed-secrets
73+
repository: https://bitnami-labs.github.io/sealed-secrets/
74+
version: 2.16.1
75+
- name: codefresh-tunnel-client
76+
repository: oci://quay.io/codefresh/charts
77+
version: 0.1.18
78+
alias: tunnel-client
79+
condition: tunnel-client.enabled
80+
- name: codefresh-gitops-operator
81+
repository: oci://quay.io/codefresh/charts
82+
version: 0.3.17
83+
alias: gitops-operator
84+
condition: gitops-operator.enabled
85+
- name: garage
86+
repository: https://codefresh-io.github.io/garage
87+
alias: garage-workflows-artifact-storage
88+
version: 0.5.0-cf.2
89+
condition: garage-workflows-artifact-storage.enabled

0 commit comments

Comments
 (0)