Skip to content

Commit 49c1174

Browse files
committed
Update versions of all charts to 2025.1.0
Also update chart_version.sh script which counts the number of commits since the BASE_VERSION if BASE_VERSION tag is found. If the tag doesn't exist it counts the number of commits since the beginning. So when we use for example 2025.1.0 as the BASE_VERSION but the tag 2025.1.0 is not yet created the version of the e.g. nova chart will be calculated as like 2025.1.563+<sha> and then when we create tag the nova version will be 2025.1.0+<sha> which is undesired. Lets use BASE_VERSION-<sha> if the tag is not found. Change-Id: I032e8269ab17b490898d190adaec5c282e96fa88
1 parent 912f85d commit 49c1174

84 files changed

Lines changed: 93 additions & 86 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ifdef PACKAGE_DIR
3333
PKG_ARGS += --destination $(PACKAGE_DIR)
3434
endif
3535

36-
BASE_VERSION ?= 2024.2.0
36+
BASE_VERSION ?= 2025.1.0
3737

3838
CHART_DIRS := $(subst /,,$(dir $(wildcard */Chart.yaml)))
3939
CHARTS := $(sort helm-toolkit $(CHART_DIRS))

aodh/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apiVersion: v2
1717
appVersion: v1.0.0
1818
description: Openstack-Helm Aodh
1919
name: aodh
20-
version: 2024.2.0
20+
version: 2025.1.0
2121
home: https://docs.openstack.org/aodh/latest/
2222
sources:
2323
- https://opendev.org/openstack/aodh

barbican/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: v2
1515
appVersion: v1.0.0
1616
description: OpenStack-Helm Barbican
1717
name: barbican
18-
version: 2024.2.0
18+
version: 2025.1.0
1919
home: https://docs.openstack.org/barbican/latest/
2020
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png
2121
sources:

ca-clusterissuer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ appVersion: "1.0"
1616
description: Certificate Issuer chart for OSH
1717
home: https://cert-manager.io/
1818
name: ca-clusterissuer
19-
version: 2024.2.0
19+
version: 2025.1.0
2020
dependencies:
2121
- name: helm-toolkit
2222
repository: file://../helm-toolkit

ca-issuer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ appVersion: "1.0"
1616
description: Certificate Issuer chart for OSH
1717
home: https://cert-manager.io/
1818
name: ca-issuer
19-
version: 2024.2.0
19+
version: 2025.1.0
2020
dependencies:
2121
- name: helm-toolkit
2222
repository: file://../helm-toolkit

ceilometer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: v2
1515
appVersion: v1.0.0
1616
description: OpenStack-Helm Ceilometer
1717
name: ceilometer
18-
version: 2024.2.0
18+
version: 2025.1.0
1919
home: https://docs.openstack.org/ceilometer/latest/
2020
sources:
2121
- https://opendev.org/openstack/ceilometer

ceph-adapter-rook/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: v2
1515
appVersion: v1.0.0
1616
description: OpenStack-Helm Ceph Adapter Rook
1717
name: ceph-adapter-rook
18-
version: 2024.2.0
18+
version: 2025.1.0
1919
home: https://github.com/ceph/ceph
2020
dependencies:
2121
- name: helm-toolkit

ceph-client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: v2
1515
appVersion: v1.0.0
1616
description: OpenStack-Helm Ceph Client
1717
name: ceph-client
18-
version: 2024.2.0
18+
version: 2025.1.0
1919
home: https://github.com/ceph/ceph-client
2020
dependencies:
2121
- name: helm-toolkit

ceph-mon/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: v2
1515
appVersion: v1.0.0
1616
description: OpenStack-Helm Ceph Mon
1717
name: ceph-mon
18-
version: 2024.2.0
18+
version: 2025.1.0
1919
home: https://github.com/ceph/ceph
2020
dependencies:
2121
- name: helm-toolkit

ceph-osd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apiVersion: v2
1515
appVersion: v1.0.0
1616
description: OpenStack-Helm Ceph OSD
1717
name: ceph-osd
18-
version: 2024.2.0
18+
version: 2025.1.0
1919
home: https://github.com/ceph/ceph
2020
dependencies:
2121
- name: helm-toolkit

0 commit comments

Comments
 (0)