From f3f37b637d7efbe3c6c563535481fed5a6e6da92 Mon Sep 17 00:00:00 2001 From: spellchecker bot Date: Sun, 13 Sep 2026 03:33:41 +0000 Subject: [PATCH 1/2] Update dictionary definitions --- .github/.wordlist.txt | 46 ++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 2738e034b..7f160f872 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -80,6 +80,7 @@ ATC autocomplete autocompletion Autoscaler +AWK baaa bab bac @@ -130,7 +131,7 @@ bdc bdca bdcc bdcd -bdd +BDD bddcb bde bded @@ -164,7 +165,7 @@ bffc BINDEP bip Bluemix -bmaas +BMaaS BoltDB boyter bugfixes @@ -235,7 +236,7 @@ cef cefb cefd ceffd -centos +CentOS cfa cfb cfbc @@ -255,8 +256,8 @@ cFW cgroup cgroupdriver chameleonsocks -changelog -clearlinux +Changelog +ClearLinux CLI Cloudflare's CMake @@ -370,8 +371,8 @@ dl dnf DNS dnsmasq -Dockerfile Docker's +Dockerfile dockersl DockerSlim dorny @@ -441,7 +442,7 @@ edea edec edef edf -editorconfig +EditorConfig ee eea eeab @@ -484,7 +485,7 @@ effbbf EJSON electrocucaracha enablement -env +ENV EOF EOL erroring @@ -571,7 +572,7 @@ ffeb ffec findutils FirewallBackend -firewalld +FirewallD frontend fsSL ftrace @@ -579,7 +580,7 @@ gaurav GetScript ghcr githubusercontent -glibc +GLIBC GOLANG GOMPLATE googleapis @@ -589,24 +590,22 @@ GrimoireLab GVISOR GW HADOLINT -hardcoded +Hardcoded HashiCorp haxx HCL HorizontalPodAutoscaler hostPath href -https +HTTPS hwloc identation igsekor im img -incrementing init Innotek -installable -iptables +IPTables jpg jq js @@ -617,8 +616,8 @@ Knative KRD KREW KUBECTL -Kubernetes -kubeval +KUBERNETES +KUBEVAL kustomization KUSTOMIZE kustomize's @@ -678,8 +677,7 @@ QAT QEMU QuickAssist Raspbian -readme -readme +README rebase rebasing RedHat @@ -690,7 +688,7 @@ reinstalls releng renderer repos -reviewdog +Reviewdog RHEL Roboxes RPC @@ -699,12 +697,11 @@ rsync Rubocop RUNC runsc -runtime RUNTIMES rustfmt sbin scalable -Scc +SCC schemas sed semver @@ -714,7 +711,7 @@ setuptools ShellCheck Shellspec shfmt -skopeo +Skopeo sloc src SSL @@ -739,7 +736,7 @@ ThalesGroup TKN toolchain toolset -tox +Tox TravisCI truthy txt @@ -769,7 +766,6 @@ vSphere wagoodman wget whitespace -WK wordlist Xen Xenial From 132e95358b5ccb5eba2bd753ad9ae1cea1903c95 Mon Sep 17 00:00:00 2001 From: electrocucaracha bot Date: Mon, 14 Sep 2026 03:43:46 +0000 Subject: [PATCH 2/2] Upgrade pinned versions file --- .github/workflows/lint.yml | 2 +- ci/pinned_versions.env | 12 ++++++------ src/aws/devcontainer-feature.json | 2 +- src/kind/devcontainer-feature.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a5da5e568..e8a7cd1a4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Go uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: "^1.26" + go-version: "^1.27" - name: Install dependencies run: go install github.com/boyter/scc/v3@latest - name: Run scc tool diff --git a/ci/pinned_versions.env b/ci/pinned_versions.env index a5fc03234..e4d6a58db 100644 --- a/ci/pinned_versions.env +++ b/ci/pinned_versions.env @@ -1,5 +1,5 @@ export PKG_ACT_VERSION=0.2.89 -export PKG_AWS_VERSION=2.36.24 +export PKG_AWS_VERSION=2.36.44 export PKG_CNI_PLUGINS_VERSION=1.9.1 export PKG_CRUN_VERSION=1.29.1 export PKG_DOCKER_DIVE_VERSION=0.13.1 @@ -9,19 +9,19 @@ export PKG_FLANNEL_VERSION=1.9.1-flannel3 export PKG_FLY_VERSION=8.3.0 export PKG_GOMPLATE_VERSION=5.2.0 export PKG_HADOLINT_VERSION=2.15.1 -export PKG_KIND_VERSION=0.32.0 +export PKG_KIND_VERSION=0.33.0 export PKG_KN_VERSION=knative-v1.23.0 export PKG_KREW_VERSION=0.5.0 export PKG_KUSTOMIZE_VERSION=5.8.1 export PKG_NINJA_VERSION=1.13.2 export PKG_PMDK_VERSION=2.1.1 -export PKG_QEMU_VERSION=11.1.0 -export PKG_REGCLIENT_VERSION=0.11.5 +export PKG_QEMU_VERSION=11.1.1 +export PKG_REGCLIENT_VERSION=0.11.6 export PKG_RUNC_VERSION=1.5.1 export PKG_TERRAFORM_DOCS_VERSION=0.24.0 -export PKG_TERRAFORM_VERSION=1.15.8 +export PKG_TERRAFORM_VERSION=1.16.2 export PKG_TERRASCAN_VERSION=1.19.9 export PKG_TKN_VERSION=0.46.0 export PKG_VAGRANT_VERSION=2.4.9 export PKG_YOUKI_VERSION=0.7.0 -export PKG_YQ_VERSION=4.53.3 +export PKG_YQ_VERSION=4.53.6 diff --git a/src/aws/devcontainer-feature.json b/src/aws/devcontainer-feature.json index 1e30065d7..9ef86eae9 100644 --- a/src/aws/devcontainer-feature.json +++ b/src/aws/devcontainer-feature.json @@ -7,7 +7,7 @@ "pkg_aws_version": { "type": "string", "description": "Specifies the AWS CLI version to be installed", - "default": "2.36.24" // PKG_AWS_VERSION + "default": "2.36.44" // PKG_AWS_VERSION }, "pkg_debug": { "type": "boolean", diff --git a/src/kind/devcontainer-feature.json b/src/kind/devcontainer-feature.json index 3dc3e40d2..7d8dc517d 100644 --- a/src/kind/devcontainer-feature.json +++ b/src/kind/devcontainer-feature.json @@ -7,7 +7,7 @@ "pkg_kind_version": { "type": "string", "description": "Specifies the KinD version to be installed", - "default": "0.32.0" // PKG_KIND_VERSION + "default": "0.33.0" // PKG_KIND_VERSION }, "pkg_debug": { "type": "boolean",