Skip to content
Closed
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
1 change: 0 additions & 1 deletion .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ renderer
repos
RPC
RUNC
runtime
RUNTIMES
Scc
sed
Expand Down
6 changes: 3 additions & 3 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.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
Expand All @@ -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
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.36.14" // PKG_AWS_VERSION
"default": "2.36.15" // PKG_AWS_VERSION
},
"pkg_debug": {
"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