diff --git a/.github/workflows/on-demand.yml b/.github/workflows/on-demand.yml index d06895e7..4d2707ff 100644 --- a/.github/workflows/on-demand.yml +++ b/.github/workflows/on-demand.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3 if: ${{ !env.ACT }} id: filter with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f653016f..2f56d85f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/electrocucaracha/ai-prepare-commit-msg - rev: 5da4f2a8922f53ff090e81f06f1dc22bfc9e35db + rev: v7.0.1 hooks: - id: ai-prepare-commit stages: diff --git a/ci/pinned_versions.env b/ci/pinned_versions.env index 267aab1b..86216dae 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.18 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_FLANNEL_VERSION=1.9.1-flannel3 +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 @@ -21,7 +21,7 @@ export PKG_RUNC_VERSION=1.5.1 export PKG_TERRAFORM_DOCS_VERSION=0.24.0 export PKG_TERRAFORM_VERSION=1.15.8 export PKG_TERRASCAN_VERSION=1.19.9 -export PKG_TKN_VERSION=0.45.1 +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 diff --git a/src/aws/devcontainer-feature.json b/src/aws/devcontainer-feature.json index 2dd4aff1..8b44b55d 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.18" // PKG_AWS_VERSION }, "pkg_debug": { "type": "boolean", diff --git a/src/cni-plugins/devcontainer-feature.json b/src/cni-plugins/devcontainer-feature.json index cba96752..077ca504 100644 --- a/src/cni-plugins/devcontainer-feature.json +++ b/src/cni-plugins/devcontainer-feature.json @@ -17,7 +17,7 @@ "pkg_flannel_version": { "type": "string", "description": "Specifies the Flannel CNI version to be installed", - "default": "1.9.1-flannel2" // PKG_FLANNEL_VERSION + "default": "1.9.1-flannel3" // PKG_FLANNEL_VERSION }, "pkg_cni_plugins_install_flannel": { "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",