Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
- name: Run super-linter validation
uses: super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # 8.0.0
uses: super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6 # 8.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ KRD relies on environment variables to control behavior and customization. Below
| KRD_ANSIBLE_DEBUG | false | Enables Ansible verbose execution |
| PKG_DEBUG | false | Enables cURL package installer verbose execution |
| KRD_KUBE_VERSION | v1.32.5 | Specifies the Kubernetes version to be upgraded |
| KRD_KUBESPRAY_VERSION | v2.28.0 | Specifies the Kubespray version to be used during the upgrade process |
| KRD_KUBESPRAY_VERSION | v2.28.1 | Specifies the Kubespray version to be used during the upgrade process |
| KRD_KUBESPRAY_REPO | `https://github.com/kubernetes-sigs/kubespray` | Specifies the Git repository to fetch the Kubespray's source code |
| KRD_ENABLE_TESTS | false | Enables the functional tests during the deployment process |
| KRD_HELM_CHART | | Specifies the Helm chart to be installed |
Expand Down
2 changes: 1 addition & 1 deletion ci/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function _run_assertions {
assert_contains "$(command -v kubectl)" "kubectl"
assert_are_equal "${KRD_KUBE_VERSION:-1.32.5}" "$(kubectl version -o yaml | grep gitVersion | awk 'FNR==2{ print $2}')"
pushd /opt/kubespray >/dev/null
assert_are_equal "${KRD_KUBESPRAY_VERSION:-v2.28.0}" "$(git describe --abbrev=0 --tags)"
assert_are_equal "${KRD_KUBESPRAY_VERSION:-v2.28.1}" "$(git describe --abbrev=0 --tags)"
popd >/dev/null
else
assert_contains "$($VAGRANT_CMD_SSH_INSTALLER "command -v kubectl")" "kubectl"
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: 7.4.7
version: 7.5.1
- name: geerlingguy.repo-epel
version: 3.1.1
- name: andrewrothstein.gcc-toolbox
version: v1.1.10
- name: andrewrothstein.kind
version: v1.2.14
- name: andrewrothstein.kubectl
version: v1.4.3
version: v1.4.4
collections:
- name: kubernetes.core
version: 6.1.0
Expand All @@ -26,4 +26,4 @@ collections:
- name: ansible.posix
version: 2.1.0
- name: community.general
version: 11.2.0
version: 11.2.1
22 changes: 11 additions & 11 deletions playbooks/krd-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
##############################################################################
kpt_version: 1.0.0-beta.57
go_version: 1.15.3
kubespray_version: v2.28.0
kubespray_version: v2.28.1
istio_version: 1.27.0
cfssl_version: 1.6.5
sonobuoy_version: 0.57.3
mitogen_version: 0.2.10
# Knative versions
kn_version: knative-v1.19.0
knative_serving_version: knative-v1.19.0
knative_eventing_version: v0.46.0
kn_version: knative-v1.19.2
knative_serving_version: knative-v1.19.2
knative_eventing_version: v0.46.2
## Knative Sandbox versions
net_kourier_version: knative-v1.19.0
net_istio_version: vknative-v1.19.0
net_kourier_version: knative-v1.19.2
net_istio_version: vknative-v1.19.2
net_certmanager_version: vknative-v1.14.0
octant_version: 0.25.1
kube-ovn_version: v1.14.5
prometheus-operator_version: v0.84.1
prometheus-operator_version: v0.85.0
kubevirt_version: v1.6.0
containerized_data_importer_version: v1.62.0
containerized_data_importer_version: v1.63.0
virtink_version: v0.17.0
kubesphere_version: v4.1.3
metallb_version: v0.15.2
qat_plugin_mode: "{{ lookup('env', 'KRD_QAT_PLUGIN_MODE') | default('dpdk') }}"
qat_plugin_version: "0.15.0"
argocd_version: v3.1.0-rc4
tekton_version: v0.76.0
argocd_version: v3.1.1
tekton_version: v0.77.0
kubevirt_tekton_tasks_version: v0.24.0
action_runner_controller_version: 0.10.1
kagent_version: 0.5.5
kagent_version: 0.6.6
2 changes: 1 addition & 1 deletion resources/k8sgpt-localai.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.4.23
version: v0.4.24
noCache: false
2 changes: 1 addition & 1 deletion resources/k8sgpt-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
secret:
name: k8sgpt-sample-secret
key: openai-api-key
version: v0.4.23
version: v0.4.24
noCache: false
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion resources/k8sgpt-openai_incluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
secret:
name: k8sgpt-sample-secret
key: openai-api-key
version: v0.4.23
version: v0.4.24
noCache: false
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 2 additions & 0 deletions resources/storageclass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ parameters:
csi.storage.k8s.io/provisioner-secret-namespace: rook-ceph # namespace:cluster
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-expand-secret-namespace: rook-ceph # namespace:cluster
csi.storage.k8s.io/controller-publish-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-publish-secret-namespace: rook-ceph # namespace:cluster
csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node
csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph # namespace:cluster
# Specify the filesystem type of the volume. If not specified, csi-provisioner
Expand Down
2 changes: 1 addition & 1 deletion resources/ubuntu-runner-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: runner-version
description: GitHub tarball Runner version
type: string
default: 2.327.1
default: 2.328.0
tasks:
- name: pull-ubuntu-img
params:
Expand Down
18 changes: 9 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# pip-compile --output-file=test-requirements.txt test-requirements.in
#
ansible-compat==25.6.0
ansible-compat==25.8.1
# via
# ansible-lint
# molecule
ansible-core==2.19.0
ansible-core==2.19.1
# via
# ansible-compat
# ansible-lint
# molecule
ansible-lint==25.7.0
ansible-lint==25.8.2
# via -r test-requirements.in
attrs==25.3.0
# via
Expand All @@ -36,7 +36,7 @@ cryptography==45.0.6
# via ansible-core
enrich==1.2.7
# via molecule
filelock==3.18.0
filelock==3.19.1
# via ansible-lint
importlib-metadata==8.7.0
# via ansible-lint
Expand All @@ -46,7 +46,7 @@ jinja2==3.1.6
# via
# ansible-core
# molecule
jsonschema==4.25.0
jsonschema==4.25.1
# via
# ansible-compat
# ansible-lint
Expand Down Expand Up @@ -80,7 +80,7 @@ pathspec==0.12.1
# ansible-lint
# black
# yamllint
platformdirs==4.3.8
platformdirs==4.4.0
# via black
pluggy==1.6.0
# via
Expand Down Expand Up @@ -116,19 +116,19 @@ rich==14.1.0
# via
# enrich
# molecule
rpds-py==0.27.0
rpds-py==0.27.1
# via
# jsonschema
# referencing
ruamel-yaml==0.18.14
ruamel-yaml==0.18.15
# via ansible-lint
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
subprocess-tee==0.4.2
# via
# ansible-compat
# ansible-lint
typing-extensions==4.14.1
typing-extensions==4.15.0
# via referencing
wcmatch==10.1
# via
Expand Down
Loading