Skip to content

Commit c665eed

Browse files
committed
Add 2026.1 test jobs
- Update all chart versions to 2026.1.0 - Add 2026.1-ubuntu_noble.yaml overrides - Update appVersion in all Openstack charts to latest tags in the stable/2026.1 branch - Remove 2024.2 jobs and values overrides. The 2024.2 release is gonna be End-Of-Life on 04/29/2026 Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com> Change-Id: Id231808569c183e9039740c505880b128e6ea078
1 parent 1ad73cc commit c665eed

174 files changed

Lines changed: 1015 additions & 736 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 ?= 2025.2.0
36+
BASE_VERSION ?= 2026.1.0
3737

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

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ that are tested and proved to work.
2323
- Host OS
2424
- Image OS
2525
- Kubernetes version
26-
* - 2024.1 (Caracal)
27-
- Ubuntu Jammy
28-
- Ubuntu Jammy
29-
- >=1.29,<=1.31
30-
* - 2024.2 (Dalmatian)
31-
- Ubuntu Jammy
32-
- Ubuntu Jammy
33-
- >=1.29,<=1.31
3426
* - 2025.1 (Epoxy)
3527
- Ubuntu Jammy
3628
- Ubuntu Jammy
37-
- >=1.29,<=1.31
29+
- >=1.33,<=1.35
3830
* - 2025.1 (Epoxy)
3931
- Ubuntu Noble
4032
- Ubuntu Noble
41-
- >=1.29,<=1.31
33+
- >=1.33,<=1.35
34+
* - 2025.2 (Dalmatian)
35+
- Ubuntu Noble
36+
- Ubuntu Noble
37+
- >=1.33,<=1.35
38+
* - 2026.1 (Gazpacho)
39+
- Ubuntu Noble
40+
- Ubuntu Noble
41+
- >=1.33,<=1.35
4242

4343
Communication
4444
-------------

aodh/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
---
1616
apiVersion: v2
17-
appVersion: v1.0.0
17+
appVersion: 22.0.0
1818
description: Openstack-Helm Aodh
1919
name: aodh
20-
version: 2025.2.0
20+
version: 2026.1.0
2121
home: https://docs.openstack.org/aodh/latest/
2222
sources:
2323
- https://opendev.org/openstack/aodh

barbican/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
---
1414
apiVersion: v2
15-
appVersion: v1.0.0
15+
appVersion: 22.0.0
1616
description: OpenStack-Helm Barbican
1717
name: barbican
18-
version: 2025.2.0
18+
version: 2026.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:

barbican/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ conf:
393393
route-user-agent: '^kube-probe.* donotlog:'
394394
thunder-lock: true
395395
worker-reload-mercy: 80
396-
wsgi-file: /var/lib/openstack/bin/barbican-wsgi-api
396+
module: barbican.wsgi.api:application
397397
processes: 1
398398
stats: 0.0.0.0:1717
399399
stats-http: true

blazar/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
---
1414
apiVersion: v2
15-
appVersion: v1.0.0
15+
appVersion: 17.0.0
1616
description: OpenStack Resource Reservation Service
1717
name: blazar
1818
type: application
19-
version: 2025.2.0
19+
version: 2026.1.0
2020
home: https://docs.openstack.org/blazar/
2121
icon: https://openmetal.io/wp-content/uploads/2024/10/OpenStack_Project_Blazar-300x300.jpg
2222
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: 2025.2.0
19+
version: 2026.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: 2025.2.0
19+
version: 2026.1.0
2020
dependencies:
2121
- name: helm-toolkit
2222
repository: file://../helm-toolkit

ceilometer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
---
1414
apiVersion: v2
15-
appVersion: v1.0.0
15+
appVersion: 26.0.0
1616
description: OpenStack-Helm Ceilometer
1717
name: ceilometer
18-
version: 2025.2.0
18+
version: 2026.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
---
1414
apiVersion: v2
15-
appVersion: v1.0.0
15+
appVersion: v20.2.1
1616
description: OpenStack-Helm Ceph Adapter Rook
1717
name: ceph-adapter-rook
18-
version: 2025.2.0
18+
version: 2026.1.0
1919
home: https://github.com/ceph/ceph
2020
dependencies:
2121
- name: helm-toolkit

0 commit comments

Comments
 (0)