Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/actions/vagrant-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Cache Vagrant boxes
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # 4.2.1
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-boxes-${{ hashFiles('distros_supported.yml') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
##############################################################################
documentation:
- changed-files:
- any-glob-to-any-file: ['docs/*', '*.md']
- any-glob-to-any-file: ["docs/*", "*.md"]
tests:
- changed-files:
- any-glob-to-any-file: ['tests/*']
- any-glob-to-any-file: ["tests/*"]
ci:
- changed-files:
- any-glob-to-any-file: ['.github/*']
- any-glob-to-any-file: [".github/*"]
all-in-one:
- changed-files:
- any-glob-to-any-file: ['aio.sh']
- any-glob-to-any-file: ["aio.sh"]
addons:
- changed-files:
- any-glob-to-any-file: ['playbooks/*']
- any-glob-to-any-file: ["playbooks/*"]
2 changes: 1 addition & 1 deletion .github/workflows/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: vm-self-hosted
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # 4.2.1
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}
Expand Down
12 changes: 6 additions & 6 deletions galaxy-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ roles:
- name: andrewrothstein.gcc-toolbox
version: v1.1.10
- name: andrewrothstein.kind
version: v1.2.13
version: v1.2.14
- name: andrewrothstein.kubectl
version: v1.4.2
version: v1.4.3
collections:
- name: kubernetes.core
version: 5.0.0
version: Max attempts reached
- name: community.docker
version: 4.3.0
version: Max attempts reached
- name: ansible.posix
version: 2.0.0
version: Max attempts reached
- name: community.general
version: 10.2.0
version: Max attempts reached
12 changes: 6 additions & 6 deletions playbooks/configure-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
roles:
- sriov_cni
- name: Install SR-IOV Network Device Plugin
Expand All @@ -36,7 +36,7 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
roles:
- sriov_plugin
- name: Install Node Feature Discovery add-on
Expand All @@ -50,7 +50,7 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
roles:
- nfd
- name: Label worker nodes with pmem devices
Expand All @@ -64,7 +64,7 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
- name: Check if pmem device exists
ansible.builtin.stat:
path: /dev/pmem0
Expand Down Expand Up @@ -92,7 +92,7 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
tags: pmem
roles:
- role: andrewrothstein.gcc-toolbox
Expand Down Expand Up @@ -196,6 +196,6 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
roles:
- qat_plugin
10 changes: 5 additions & 5 deletions playbooks/krd-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
kpt_version: 1.0.0-beta.56
go_version: 1.15.3
kubespray_version: v2.27.0
istio_version: 1.24.2
istio_version: 1.24.3
cfssl_version: 1.6.5
sonobuoy_version: 0.57.2
sonobuoy_version: 0.57.3
mitogen_version: 0.2.10
# Knative versions
kn_version: knative-v1.17.0
Expand All @@ -23,8 +23,8 @@ net_kourier_version: knative-v1.17.0
net_istio_version: vknative-v1.17.0
net_certmanager_version: vknative-v1.14.0
octant_version: 0.25.1
kube-ovn_version: v1.13.2
prometheus-operator_version: v0.80.0
kube-ovn_version: vkube-ovn-v1.13.3
prometheus-operator_version: v0.80.1
kubevirt_version: v1.4.0
containerized_data_importer_version: v1.61.1
virtink_version: v0.17.0
Expand All @@ -33,6 +33,6 @@ metallb_version: v0.14.9
qat_plugin_mode: "{{ lookup('env', 'KRD_QAT_PLUGIN_MODE') | default('dpdk') }}"
qat_plugin_version: "0.15.0"
argocd_version: v2.14.2
tekton_version: v0.74.1
tekton_version: v0.75.0
kubevirt_tekton_tasks_version: v0.24.0
action_runner_controller_version: 0.10.1
2 changes: 1 addition & 1 deletion playbooks/roles/pmem/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- name: Install kubernetes python package
become: true
ansible.builtin.pip:
name: kubernetes==32.0.0
name: kubernetes==32.0.1
- name: Load krd variables
ansible.builtin.include_vars:
file: ../../../../krd-vars.yml
Expand Down
2 changes: 1 addition & 1 deletion resources/k8sgpt-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ spec:
backend: localai
baseUrl: http://local-ai.local-ai-system.svc.cluster.local:8080/v1
enabled: true
version: v0.3.48
version: v0.3.49
noCache: false
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=test-requirements.txt test-requirements.in
#
ansible-compat==25.1.2
ansible-compat==25.1.4
# via
# ansible-lint
# molecule
Expand All @@ -13,7 +13,7 @@ ansible-core==2.18.2
# ansible-compat
# ansible-lint
# molecule
ansible-lint==25.1.2
ansible-lint==25.1.3
# via -r test-requirements.in
attrs==25.1.0
# via
Expand Down Expand Up @@ -59,7 +59,7 @@ markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
molecule==25.2.0
molecule==25.3.1
# via
# -r test-requirements.in
# molecule-plugins
Expand Down Expand Up @@ -114,7 +114,7 @@ rich==13.9.4
# via
# enrich
# molecule
rpds-py==0.22.3
rpds-py==0.23.0
# via
# jsonschema
# referencing
Expand Down
2 changes: 2 additions & 0 deletions tests/resources/rook/cluster-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
mon:
count: 1
allowMultiplePerNode: true
# test environments can skip ok-to-stop checks during upgrades
skipUpgradeChecks: true
mgr:
count: 1
allowMultiplePerNode: true
Expand Down
Loading