Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Sep 6, 2024
1 parent 3c40e47 commit 0bf34c3
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 33 deletions.
2 changes: 1 addition & 1 deletion defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export KRD_KNATIVE_SERVING_ENABLED=${KRD_KNATIVE_SERVING_ENABLED:-true}
export KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED=${KRD_KNATIVE_SERVING_CERT_MANAGER_ENABLED:-false}
export KRD_KNATIVE_EVENTING_ENABLED=${KRD_KNATIVE_EVENTING_ENABLED:-false}
# TODO: Remove KRD_CERT_MANAGER_VERSION variable once the update is available in upstream (https://github.com/kubernetes-sigs/kubespray/pull/8377)
export KRD_CERT_MANAGER_VERSION=${KRD_CERT_MANAGER_VERSION:-v1.15.0}
export KRD_CERT_MANAGER_VERSION=${KRD_CERT_MANAGER_VERSION:-v1.15.3}
export KRD_YOUKI_ENABLED=${KRD_YOUKI_ENABLED:-false}
export KRD_CALICO_IPIP_MODE=${KRD_CALICO_IPIP_MODE:-Never}
export KRD_CALICO_VXLAN_MODE=${KRD_CALICO_VXLAN_MODE:-Never}
Expand Down
6 changes: 3 additions & 3 deletions galaxy-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
##############################################################################
roles:
- name: geerlingguy.docker
version: 6.2.0
version: 7.4.1
- name: geerlingguy.repo-epel
version: 3.1.1
- name: andrewrothstein.gcc-toolbox
version: v1.1.10
- name: andrewrothstein.kind
version: v1.2.6
- name: andrewrothstein.kubectl
version: v1.2.12
- name: andrewrothstein.kubectl
version: v1.3.9
collections:
- name: kubernetes.core
version: 2.4.0
Expand Down
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==27.2.0
name: kubernetes==30.1.0
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==27.2.0
name: kubernetes==30.1.0
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==27.2.0
name: kubernetes==30.1.0
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==27.2.0
name: kubernetes==30.1.0
- 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==27.2.0
name: kubernetes==30.1.0
tags: pmem
roles:
- role: andrewrothstein.gcc-toolbox
Expand Down Expand Up @@ -194,6 +194,6 @@
when: ansible_distribution == 'Ubuntu'
- name: Install kubernetes python package
ansible.builtin.pip:
name: kubernetes==27.2.0
name: kubernetes==30.1.0
roles:
- qat_plugin
32 changes: 16 additions & 16 deletions playbooks/krd-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
kpt_version: 1.0.0-beta.49
kpt_version: 1.0.0-beta.55
go_version: 1.15.3
kubespray_version: v2.25.0
istio_version: 1.18.2
cfssl_version: 1.6.4
sonobuoy_version: 0.56.16
istio_version: 1.23.0
cfssl_version: 1.6.5
sonobuoy_version: 0.57.2
mitogen_version: 0.2.10
# Knative versions
kn_version: knative-v1.11.0
knative_serving_version: knative-v1.11.0
knative_eventing_version: v0.38.0
kn_version: knative-v1.15.0
knative_serving_version: knative-v1.15.2
knative_eventing_version: v0.42.1
## Knative Sandbox versions
net_kourier_version: knative-v1.11.1
net_istio_version: vknative-v1.11.0
net_certmanager_version: vknative-v1.11.0
net_kourier_version: knative-v1.15.1
net_istio_version: vknative-v1.15.1
net_certmanager_version: vknative-v1.14.0
octant_version: 0.25.1
kube-ovn_version: v1.12.0
prometheus-operator_version: v0.67.1
kubevirt_version: v1.0.0
virtink_version: v0.15.0
kubesphere_version: v3.4.0
metallb_version: v0.13.10
kube-ovn_version: vkube-ovn-v1.12.22
prometheus-operator_version: v0.76.1
kubevirt_version: v1.3.1
virtink_version: v0.16.0
kubesphere_version: v3.4.1
metallb_version: v0.14.8
qat_plugin_mode: "{{ lookup('env', 'KRD_QAT_PLUGIN_MODE') | default('dpdk') }}"
qat_plugin_version: "0.15.0"
2 changes: 1 addition & 1 deletion playbooks/roles/nfd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
nfd_template_folder: "/tmp/nfd_k8s"
nfd_version: v0.16.0
nfd_version: v0.16.4
4 changes: 2 additions & 2 deletions playbooks/roles/pmem/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##############################################################################
pmem_template_folder: "/tmp/pmem_k8s"
pmem_version: v1.1.0
pmem_driver_registrar_version: v2.11.0
pmem_csi_provisioner_version: v5.0.1
pmem_driver_registrar_version: v2.12.0
pmem_csi_provisioner_version: v5.1.0
pmem_cfssl_version: 1.6.5
pmem_namespace: pmem-csi
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 @@ -29,7 +29,7 @@
- name: Install kubernetes python package
become: true
ansible.builtin.pip:
name: kubernetes==27.2.0
name: kubernetes==30.1.0
- 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.37
version: v0.3.40
noCache: false
6 changes: 5 additions & 1 deletion tests/resources/rook/cluster-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
spec:
dataDirHostPath: /var/lib/rook
cephVersion:
image: quay.io/ceph/ceph:v18
image: quay.io/ceph/ceph:v19
allowUnsupported: true
mon:
count: 1
Expand All @@ -34,7 +34,11 @@ spec:
storage:
useAllNodes: true
useAllDevices: true
allowDeviceClassUpdate: true
allowOsdCrushWeightUpdate: false
#deviceFilter:
#config:
# deviceClass: testclass
monitoring:
enabled: false
healthCheck:
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/rook/toolbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: rook-ceph-default
containers:
- name: rook-ceph-tools
image: quay.io/ceph/ceph:v18.2.2
image: quay.io/ceph/ceph:v18.2.4
command:
- /bin/bash
- -c
Expand Down

0 comments on commit 0bf34c3

Please sign in to comment.