From 05307feae944f54d2e56c13b4dc8e5086917d0a3 Mon Sep 17 00:00:00 2001 From: Giovanni Tirloni Date: Tue, 16 Jul 2024 18:14:37 -0300 Subject: [PATCH 1/3] ci: Test against Ubuntu 24.04 LTS --- .github/workflows/molecule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 9748e454..83a6b5f3 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -35,6 +35,7 @@ jobs: - rockylinux9 - ubuntu2004 - ubuntu2204 + - ubuntu2404 scenario: - ha steps: From 9c887ea9521219e45c786eee20e5e6c56999aca9 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 29 Oct 2024 11:25:40 -0400 Subject: [PATCH 2/3] Switch to Zuul CI jobs --- zuul.d/jobs-noble.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++ zuul.d/project.yaml | 1 + 2 files changed, 51 insertions(+) create mode 100644 zuul.d/jobs-noble.yaml diff --git a/zuul.d/jobs-noble.yaml b/zuul.d/jobs-noble.yaml new file mode 100644 index 00000000..a655b95a --- /dev/null +++ b/zuul.d/jobs-noble.yaml @@ -0,0 +1,50 @@ +# Copyright (c) 2024 VEXXHOST, Inc. +# SPDX-License-Identifier: Apache-2.0 + +- job: + name: ansible-collection-kubernetes-molecule-noble + parent: ansible-collection-kubernetes-molecule + nodeset: + nodes: + - name: ubuntu-noble + label: noble-2c-8g + +- job: + name: ansible-collection-kubernetes-molecule-noble-aio + parent: ansible-collection-kubernetes-molecule-noble + vars: + tox_envlist: molecule-aio + +- job: + name: ansible-collection-kubernetes-molecule-noble-aio-1-26 + parent: ansible-collection-kubernetes-molecule-noble-aio + vars: + tox_environment: + KUBERNETES_VERSION: 1.26.15 + +- job: + name: ansible-collection-kubernetes-molecule-noble-aio-1-27 + parent: ansible-collection-kubernetes-molecule-noble-aio + vars: + tox_environment: + KUBERNETES_VERSION: 1.27.16 + +- job: + name: ansible-collection-kubernetes-molecule-noble-aio-1-28 + parent: ansible-collection-kubernetes-molecule-noble-aio + vars: + tox_environment: + KUBERNETES_VERSION: 1.28.13 + +- project-template: + name: ansible-collection-kubernetes-molecule-noble + check: + jobs: + - ansible-collection-kubernetes-molecule-noble-aio-1-26 + - ansible-collection-kubernetes-molecule-noble-aio-1-27 + - ansible-collection-kubernetes-molecule-noble-aio-1-28 + gate: + jobs: + - ansible-collection-kubernetes-molecule-noble-aio-1-26 + - ansible-collection-kubernetes-molecule-noble-aio-1-27 + - ansible-collection-kubernetes-molecule-noble-aio-1-28 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 8a97ac2f..b5a08307 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -38,4 +38,5 @@ templates: - ansible-collection-kubernetes-molecule-focal - ansible-collection-kubernetes-molecule-jammy + - ansible-collection-kubernetes-molecule-noble - ansible-collection-kubernetes-molecule-rockylinux9 From f467bb835acc84612bc3ecaedd85df5945f96578 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 25 Nov 2024 21:28:12 -0500 Subject: [PATCH 3/3] Release 1.15.0 --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 112d64c9..b1f35de9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: vexxhost name: kubernetes -version: 1.14.3 +version: 1.15.0 readme: README.md authors: - Mohammed Naser