diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 8120cc02..dfbcbb94 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -113,7 +113,6 @@ renderer repos RPC RUNC -runtime RUNTIMES Scc sed diff --git a/ci/pinned_versions.env b/ci/pinned_versions.env index 267aab1b..ef3e919a 100644 --- a/ci/pinned_versions.env +++ b/ci/pinned_versions.env @@ -1,12 +1,12 @@ export PKG_ACT_VERSION=0.2.89 -export PKG_AWS_VERSION=2.36.14 +export PKG_AWS_VERSION=2.36.15 export PKG_CNI_PLUGINS_VERSION=1.9.1 export PKG_CRUN_VERSION=1.28 export PKG_DOCKER_DIVE_VERSION=0.13.1 export PKG_DOCKER_SLIM_VERSION=1.40.11 export PKG_FINALIZE_NAMESPACE_VERSION=0.0.2 export PKG_FLANNEL_VERSION=1.9.1-flannel2 -export PKG_FLY_VERSION=8.2.4 +export PKG_FLY_VERSION=8.2.5 export PKG_GOMPLATE_VERSION=5.2.0 export PKG_HADOLINT_VERSION=2.15.1 export PKG_KIND_VERSION=0.32.0 @@ -15,7 +15,7 @@ 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.0.0 +export PKG_QEMU_VERSION=11.1.0-rc2 export PKG_REGCLIENT_VERSION=0.11.5 export PKG_RUNC_VERSION=1.5.1 export PKG_TERRAFORM_DOCS_VERSION=0.24.0 diff --git a/src/aws/devcontainer-feature.json b/src/aws/devcontainer-feature.json index 2dd4aff1..30e9e4ca 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.14" // PKG_AWS_VERSION + "default": "2.36.15" // PKG_AWS_VERSION }, "pkg_debug": { "type": "boolean", diff --git a/src/fly/devcontainer-feature.json b/src/fly/devcontainer-feature.json index 4d4e6c07..2b31dbdd 100644 --- a/src/fly/devcontainer-feature.json +++ b/src/fly/devcontainer-feature.json @@ -7,7 +7,7 @@ "pkg_fly_version": { "type": "string", "description": "Specifies the Fly version to be installed", - "default": "8.2.4" // PKG_FLY_VERSION + "default": "8.2.5" // PKG_FLY_VERSION }, "pkg_debug": { "type": "boolean",