Skip to content

Commit

Permalink
Upgrade pinned versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Feb 15, 2025
1 parent f8f1f81 commit 0b7469a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ci/pinned_versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export PKG_ACT_VERSION=0.2.74
export PKG_AWS_VERSION=2.24.4
export PKG_AWS_VERSION=2.24.5
export PKG_CNI_PLUGINS_VERSION=1.6.2
export PKG_CRUN_VERSION=1.20
export PKG_DOCKER_DIVE_VERSION=0.12.0
Expand All @@ -10,15 +10,15 @@ export PKG_FLANNEL_VERSION=1.6.2-flannel1
export PKG_FLY_VERSION=7.12.1
export PKG_GOMPLATE_VERSION=4.3.0
export PKG_HADOLINT_VERSION=2.12.0
export PKG_KIND_VERSION=0.26.0
export PKG_KIND_VERSION=0.27.0
export PKG_KN_VERSION=knative-v1.17.0
export PKG_KREW_VERSION=0.4.4
export PKG_KUSTOMIZE_VERSION=5.6.0
export PKG_NINJA_VERSION=1.12.1
export PKG_PMDK_VERSION=2.1.0
export PKG_QEMU_VERSION=9.2.1
export PKG_REGCLIENT_VERSION=0.8.1
export PKG_RUNC_VERSION=1.2.4
export PKG_REGCLIENT_VERSION=0.8.2
export PKG_RUNC_VERSION=1.2.5
export PKG_TERRAFORM_DOCS_VERSION=0.19.0
export PKG_TERRAFORM_VERSION=1.10.5
export PKG_TERRASCAN_VERSION=1.19.9
Expand Down
2 changes: 1 addition & 1 deletion src/act/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pkg_act_version": {
"type": "string",
"description": "Specifies the act version to be installed",
"default": "0.2.72" // PKG_ACT_VERSION
"default": "0.2.74" // PKG_ACT_VERSION
},
"pkg_debug": {
"type": "boolean",
Expand Down
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.23.11" // PKG_AWS_VERSION
"default": "2.24.5" // 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.6.0-flannel1" // PKG_FLANNEL_VERSION
"default": "1.6.2-flannel1" // PKG_FLANNEL_VERSION
},
"pkg_cni_plugins_install_flannel": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion src/kind/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pkg_kind_version": {
"type": "string",
"description": "Specifies the KinD version to be installed",
"default": "0.26.0" // PKG_KIND_VERSION
"default": "0.27.0" // PKG_KIND_VERSION
},
"pkg_debug": {
"type": "boolean",
Expand Down

0 comments on commit 0b7469a

Please sign in to comment.