Skip to content

Commit 1e1310d

Browse files
chore(helm): bump app version to 5.0.0 (#33889)
1 parent adaae8b commit 1e1310d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

helm/superset/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717
apiVersion: v2
18-
appVersion: "4.1.2"
18+
appVersion: "5.0.0"
1919
description: Apache Superset is a modern, enterprise-ready business intelligence web application
2020
name: superset
2121
icon: https://artifacthub.io/image/68c1d717-0e97-491f-b046-754e46f46922@2x
@@ -29,7 +29,7 @@ maintainers:
2929
- name: craig-rueda
3030
3131
url: https://github.com/craig-rueda
32-
version: 0.14.3
32+
version: 0.15.0 # See [README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning) for version details.
3333
dependencies:
3434
- name: postgresql
3535
version: 13.4.4

helm/superset/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
2323

2424
# superset
2525

26-
![Version: 0.14.3](https://img.shields.io/badge/Version-0.14.3-informational?style=flat-square)
26+
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square)
2727

2828
Apache Superset is a modern, enterprise-ready business intelligence web application
2929

@@ -336,3 +336,6 @@ On helm this can be set on `extraSecretEnv.SUPERSET_SECRET_KEY` or `configOverri
336336
| supersetWorker.topologySpreadConstraints | list | `[]` | TopologySpreadConstrains to be added to supersetWorker deployments |
337337
| tolerations | list | `[]` | |
338338
| topologySpreadConstraints | list | `[]` | TopologySpreadConstrains to be added to all deployments |
339+
340+
## Versioning
341+
This chart follows [semantic versioning](https://semver.org/). The chart version is independent of the Superset version. The chart version is incremented when there are changes to the chart itself, such as new features, bug fixes, or changes in configuration options. In addition to semver, the chart version is also incremented in the minor version when there is a breaking change in the Superset appVersion itself. When there are non-breaking changes in the Superset appVersion, the chart version is incremented in the patch version.

helm/superset/README.md.gotmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ On helm this can be set on `extraSecretEnv.SUPERSET_SECRET_KEY` or `configOverri
4848
{{ template "chart.requirementsSection" . }}
4949

5050
{{ template "chart.valuesSection" . }}
51+
52+
## Versioning
53+
This chart follows [semantic versioning](https://semver.org/). The chart version is independent of the Superset version. The chart version is incremented when there are changes to the chart itself, such as new features, bug fixes, or changes in configuration options. In addition to semver, the chart version is also incremented in the minor version when there is a breaking change in the Superset appVersion itself. When there are non-breaking changes in the Superset appVersion, the chart version is incremented in the patch version.

0 commit comments

Comments
 (0)