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/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions ci/pinned_versions.env
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/aws/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/cni-plugins/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/fly/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading