Skip to content

Commit 41e5e75

Browse files
committed
bump appVersion
1 parent 6ff0485 commit 41e5e75

File tree

3 files changed

+79
-39
lines changed

3 files changed

+79
-39
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 77 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.1.72
2+
appVersion: 0.1.74
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
55
version: 0.22.0
@@ -15,48 +15,88 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'chore: update codefresh-gitops-operator subchart to 0.8.4 (#575) - update ClusterRole, improve app reconciliation, fixed wrapper wait for child-workflows, do not try to resume a terminated workflow'
18+
description: bump gitops operator chart version to 0.8.5 (#586)
1919
- kind: changed
20-
description: 'chore: update cap-app-proxy to 1.3636.0 - reduce openHandlers, add git-related metrics, support argo-cd 3.1, cache git operations, use certs for git providers, add argo-cd log filters, optimize github api requests, '
20+
description: updated chart "changes"
2121
- kind: changed
22-
description: 'chore: update installer hook image (#568)'
22+
description: 'chore: update codefresh-gitops-operator version to 0.8.4 - stop attempting to resume a non-running workflow (#584)'
2323
- kind: changed
24-
description: 'chore: updated argo-cd subchart to argo-cd-8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9 (#563)'
24+
description: 'chore: bump gitops operator to revert relative path (#579) (#582)'
25+
- kind: changed
26+
description: update changes in Chart.yaml
27+
- kind: changed
28+
description: 'fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#576)'
29+
- kind: changed
30+
description: create release 0.22 draft
31+
- kind: changed
32+
description: 'fix: update gitops operator subchart to 0.8.0 (#575)'
33+
- kind: changed
34+
description: bump gitops-operator and app-proxy to support relative files promotions (#574)
35+
- kind: changed
36+
description: bump operator subchart to 0.7.26 (#572)
37+
- kind: changed
38+
description: 'chore: removed unused env var in app-proxy (#565)'
39+
- kind: changed
40+
description: 'chore: update app-proxy image tags to 1.3633.0 to reduce github rate limit (#570)'
41+
- kind: changed
42+
description: 'chore: bump codefresh-gitops-operator version to 0.7.25 (#571)'
43+
- kind: changed
44+
description: 'test: add component test (#567)'
45+
- kind: changed
46+
description: 'chore(CR-29827): upd cli-v2 for installer (#568)'
47+
- kind: changed
48+
description: 'chore: app-proxy 1.3628.0 with applicationLogs query filter / follow options (#566)'
49+
- kind: changed
50+
description: 'fix: bump cf-argocd-extras to 0.5.7 (#561)'
51+
- kind: changed
52+
description: 'chore: app-proxy 1.3624.0 with runResourceAction adoption for 3.1+ argocd (#564)'
53+
- kind: changed
54+
description: updated argo cd helm chart to argo-cd-8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9 (#563)
55+
- kind: changed
56+
description: 'feat: security fixes for Argo Rollouts 1.7.2 (#562)'
2557
- kind: changed
2658
description: 'fix: validate-values script (#560)'
59+
- kind: changed
60+
description: bump gitops operator to v0.7.24 (#559)
2761
- kind: changed
2862
description: 'chore: update image enrichment images to 1.1.14 (#558)'
2963
- kind: changed
30-
description: 'sec: security upd nats exporter (#543)'
64+
description: 'chore: bump codefresh-gitops-operator version to 0.7.22 (#556)'
65+
- kind: changed
66+
description: 'chore: update app-proxy image tags to 1.3600.0 - fix check for pull-merge (#557)'
67+
- kind: changed
68+
description: Feat/add GitHub api metrics and update ubuntu base image (#553)
69+
- kind: changed
70+
description: 'chore(CR-29160): security upd nats exporter (#543)'
3171
dependencies:
32-
- name: argo-cd
33-
repository: https://codefresh-io.github.io/argo-helm
34-
condition: argo-cd.enabled
35-
version: 8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9
36-
- name: argo-events
37-
repository: https://codefresh-io.github.io/argo-helm
38-
version: 2.4.8-cap-CR-29689
39-
- name: argo-workflows
40-
repository: https://codefresh-io.github.io/argo-helm
41-
version: 0.45.15-v3.6.7-cap-CR-28355
42-
condition: argo-workflows.enabled
43-
- name: argo-rollouts
44-
repository: https://codefresh-io.github.io/argo-helm
45-
version: 2.37.3-5-v1.7.2-cap-CR-29629
46-
condition: argo-rollouts.enabled
47-
- name: sealed-secrets
48-
repository: https://bitnami-labs.github.io/sealed-secrets/
49-
version: 2.17.2
50-
- name: codefresh-tunnel-client
51-
repository: oci://quay.io/codefresh/charts
52-
version: 0.1.21
53-
alias: tunnel-client
54-
condition: tunnel-client.enabled
55-
- name: codefresh-gitops-operator
56-
repository: oci://quay.io/codefresh/charts
57-
version: 0.8.5
58-
alias: gitops-operator
59-
condition: gitops-operator.enabled
60-
- name: cf-argocd-extras
61-
repository: oci://quay.io/codefresh/charts
62-
version: 0.5.7
72+
- name: argo-cd
73+
repository: https://codefresh-io.github.io/argo-helm
74+
condition: argo-cd.enabled
75+
version: 8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9
76+
- name: argo-events
77+
repository: https://codefresh-io.github.io/argo-helm
78+
version: 2.4.8-cap-CR-29689
79+
- name: argo-workflows
80+
repository: https://codefresh-io.github.io/argo-helm
81+
version: 0.45.15-v3.6.7-cap-CR-28355
82+
condition: argo-workflows.enabled
83+
- name: argo-rollouts
84+
repository: https://codefresh-io.github.io/argo-helm
85+
version: 2.37.3-5-v1.7.2-cap-CR-29629
86+
condition: argo-rollouts.enabled
87+
- name: sealed-secrets
88+
repository: https://bitnami-labs.github.io/sealed-secrets/
89+
version: 2.17.2
90+
- name: codefresh-tunnel-client
91+
repository: oci://quay.io/codefresh/charts
92+
version: 0.1.21
93+
alias: tunnel-client
94+
condition: tunnel-client.enabled
95+
- name: codefresh-gitops-operator
96+
repository: oci://quay.io/codefresh/charts
97+
version: 0.8.5
98+
alias: gitops-operator
99+
condition: gitops-operator.enabled
100+
- name: cf-argocd-extras
101+
repository: oci://quay.io/codefresh/charts
102+
version: 0.5.7

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
2+
![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![AppVersion: 0.1.74](https://img.shields.io/badge/AppVersion-0.1.74-informational?style=flat-square)
33

44
## Prerequisites
55

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ app-proxy:
622622
maxUnavailable: ""
623623

624624
# ---------------------------------------------------------------------------------------------------------------------
625-
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.8.0-helm/charts/codefresh-gitops-operator
625+
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.8.5-helm/charts/codefresh-gitops-operator
626626
# ---------------------------------------------------------------------------------------------------------------------
627627
gitops-operator:
628628
# -- Do not change unless instructed otherwise by Codefresh support

0 commit comments

Comments
 (0)