Skip to content

Commit e80b4d7

Browse files
authored
chore(release): bump chart appVersions (#1806)
1 parent da6a699 commit e80b4d7

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

charts/authz/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.0
21+
version: 0.2.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "v0.9.0"
27+
appVersion: "v0.10.0"

charts/cors-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.5.1
21+
version: 0.6.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "v0.9.0"
27+
appVersion: "v0.10.0"

charts/greenhouse/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dependencies:
22
- name: idproxy
33
repository: file://../idproxy
4-
version: 0.6.1
4+
version: 0.7.0
55
- name: cors-proxy
66
repository: file://../cors-proxy
7-
version: 0.5.1
7+
version: 0.6.0
88
- name: manager
99
repository: file://../manager
10-
version: 0.8.1
10+
version: 0.9.0
1111
- name: dashboard
1212
repository: file://../dashboard
1313
version: 0.3.0
@@ -19,6 +19,6 @@ dependencies:
1919
version: 1.3.0
2020
- name: authz
2121
repository: file://../authz
22-
version: 0.1.0
23-
digest: sha256:834a3008f1227723d21d5a7e31b1604e1ff9d835b1d95d4f68f63ca7442acc28
24-
generated: "2026-01-16T01:32:34.196227+01:00"
22+
version: 0.2.0
23+
digest: sha256:e9ed50c02ea0accc4c6ed29c82715f17412c1c4c69473b6dd81037c62edd05d0
24+
generated: "2026-02-16T14:57:54.528242+01:00"

charts/greenhouse/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ apiVersion: v2
55
name: greenhouse
66
description: A Helm chart for deploying greenhouse
77
type: application
8-
version: 0.15.1
9-
appVersion: "v0.9.0"
8+
version: 0.16.0
9+
appVersion: "v0.10.0"
1010

1111
dependencies:
1212
- condition: idproxy.enabled
1313
name: idproxy
1414
repository: "file://../idproxy"
15-
version: 0.6.1
15+
version: 0.7.0
1616
- condition: proxy.enabled
1717
name: cors-proxy
1818
repository: "file://../cors-proxy"
19-
version: 0.5.1
19+
version: 0.6.0
2020
- name: manager
21-
version: 0.8.1
21+
version: 0.9.0
2222
repository: "file://../manager"
2323
- condition: dashboard.enabled
2424
name: dashboard
@@ -34,6 +34,6 @@ dependencies:
3434
repository: "oci://ghcr.io/sapcc/helm-charts"
3535
condition: postgresqlng.enabled
3636
- name: authz
37-
version: 0.1.0
37+
version: 0.2.0
3838
repository: "file://../authz"
3939
condition: authz.enabled

charts/idproxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.6.1
21+
version: 0.7.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "v0.9.0"
27+
appVersion: "v0.10.0"

charts/manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.8.1
19+
version: 0.9.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.9.0"
24+
appVersion: "v0.10.0"

0 commit comments

Comments
 (0)