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: 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 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