Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rucio 34 release chart update #187

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Add the Rucio Helm repository to your local Helm installation then you can insta
## Chart Versioning

The latest chart version is always recommended for use with the latest Rucio version.
The Rucio Helm Chart versions are correlated with Rucio versions at the minor verion level; each product follows it's own patch versioning.
I. e., Helm Chart 1.27.1 contains Helm improvements over chart 1.27.0 and both are compatible with any Rucio 1.27.Z release.
The Rucio Helm Chart versions are correlated with Rucio versions at the major verion level; each product follows it's own patch versioning.
I. e., Helm Chart 34.0.3 contains Helm improvements over chart 34.0.2 and both are compatible with any Rucio 34.Y.Z release.

Developers: Please make pull requests for charts for the current Rucio version against the `main` or `master` branch.
Fixes which are relevant to previous versions may also have pull requests made against the relevant release-X.Y (e.g. release-1.26) branch.
Fixes which are relevant to previous versions may also have pull requests made against the relevant release-X (e.g. release-34) branch.
Patches against old, non-LTS Rucio releases will be accepted, but no effort will be made to make sure all fixes are made.
For LTS releases (currently 1.23.Z and 1.26.Z), the charts for those releases should be kept up to date.
For LTS releases (currently 1.29 and 32), the charts for those releases should be kept up to date.

For details on installing a particular chart, see the README.md in that portion of this repository.

Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-daemons/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-daemons
version: 33.0.0
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-probes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: Helm chart for probe cron jobs needed in Rucio
name: rucio-probes
version: 33.0.0
version: 34.0.0
2 changes: 1 addition & 1 deletion charts/rucio-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-server
version: 33.0.3
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy servers for Rucio
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-ui
version: 33.0.0
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy webui servers for Rucio
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/rucio-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-webui
version: 33.0.0
version: 34.0.0
apiVersion: v1
description: A Helm chart to deploy the new webui (2.0) servers for Rucio
keywords:
Expand Down
Loading