Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
631da30
Upgrade pinned versions file
electrocucaracha Nov 19, 2025
4cd07d3
Upgrade pinned versions file
electrocucaracha Nov 20, 2025
7f77141
Upgrade pinned versions file
electrocucaracha Nov 21, 2025
8174d5f
Upgrade pinned versions file
electrocucaracha Nov 22, 2025
0361056
Upgrade pinned versions file
electrocucaracha Nov 23, 2025
1d1b442
Upgrade pinned versions file
electrocucaracha Nov 25, 2025
8f963c3
Upgrade pinned versions file
electrocucaracha Nov 26, 2025
3161460
Upgrade pinned versions file
electrocucaracha Nov 27, 2025
0c630eb
Upgrade pinned versions file
electrocucaracha Nov 28, 2025
6f3315a
Upgrade pinned versions file
electrocucaracha Nov 29, 2025
1af87fa
Upgrade pinned versions file
electrocucaracha Dec 2, 2025
b1ccfd5
Upgrade pinned versions file
electrocucaracha Dec 3, 2025
78511a0
Upgrade pinned versions file
electrocucaracha Dec 4, 2025
e6145bd
Upgrade pinned versions file
electrocucaracha Dec 5, 2025
2f48b07
Upgrade pinned versions file
electrocucaracha Dec 6, 2025
b2fa2d8
Upgrade pinned versions file
electrocucaracha Dec 8, 2025
5212d08
Upgrade pinned versions file
electrocucaracha Dec 9, 2025
dae3314
Upgrade pinned versions file
electrocucaracha Dec 10, 2025
77b3a82
Upgrade pinned versions file
electrocucaracha Dec 11, 2025
4953b8e
Upgrade pinned versions file
electrocucaracha Dec 12, 2025
7dcbe14
Upgrade pinned versions file
electrocucaracha Dec 13, 2025
36fd9e6
Upgrade pinned versions file
electrocucaracha Dec 15, 2025
158608f
Upgrade pinned versions file
electrocucaracha Dec 16, 2025
6f54923
Upgrade pinned versions file
electrocucaracha Dec 17, 2025
2d2afec
Upgrade pinned versions file
electrocucaracha Dec 18, 2025
7c54733
Upgrade pinned versions file
electrocucaracha Dec 19, 2025
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/actions/vagrant-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: "composite"
steps:
- name: Cache Vagrant boxes
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-${{ inputs.vagrant_name }}-${{ hashFiles('distros_supported.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: vm-self-hosted
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # 5.0.1
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
name: Count Lines of Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Setup Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # 6.1.0
with:
go-version: ">=1.20.0"
- name: Install dependencies
Expand All @@ -29,16 +29,16 @@ jobs:
name: Check URL broken links into documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Check broken links
uses: gaurav-nelson/github-action-markdown-link-check@4a1af151f4d7cf4d8f8ac5780597672a3671b88b # 1.0.17
check-super-linter:
name: Run GitHub super-linter tool for verify quality of code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Check super-linter
uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # 8.2.1
uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # 8.3.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
Expand All @@ -51,7 +51,7 @@ jobs:
name: Run additional linter tools from python tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Install tox
run: pip install tox
- name: Run tox validation
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Check scripts format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Run the sh-checker
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
env:
Expand All @@ -33,7 +33,7 @@ jobs:
name: Run BDD shell specs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Install ShellSpec
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
- name: Run Shellspec
Expand All @@ -46,7 +46,7 @@ jobs:
outputs:
scripts: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # 3.0.2
if: ${{ !env.ACT }}
id: filter
Expand All @@ -64,7 +64,7 @@ jobs:
enable-vagrant-check: ${{ steps.set-matrices.outputs.enable-vagrant-check }}
enable-devcontainers-check: ${{ steps.set-matrices.outputs.enable-devcontainers-check }}
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- id: set-matrices
env:
DEBUG: true
Expand All @@ -80,7 +80,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-alias) }}
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: ./.github/actions/check-vagrant
with:
vagrant_name: ${{ matrix.name }}
Expand All @@ -96,7 +96,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-matrix.outputs.matrix-image) }}
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Install latest devcontainer CLI
run: npm install -g @devcontainers/cli
- name: Generating tests for '${{ matrix.script }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- name: Publish Features
uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # 1.4.3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
name: Check misspelling words with reviewdog tools
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check misspelling words with pySpelling tool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Check new versions for scripts supported
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
with:
# Fine-grained PAT with contents:write and workflows:write scopes
token: ${{ secrets.WORKFLOW_TOKEN }}
Expand All @@ -37,7 +37,7 @@ jobs:
name: Update word list
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
with:
EXECUTE_COMMANDS: |
Expand Down
28 changes: 14 additions & 14 deletions ci/pinned_versions.env
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@

export PKG_ACT_VERSION=0.2.82
export PKG_AWS_VERSION=2.31.38
export PKG_CNI_PLUGINS_VERSION=1.8.0
export PKG_CRUN_VERSION=1.25
export PKG_ACT_VERSION=0.2.83
export PKG_AWS_VERSION=2.32.20
export PKG_CNI_PLUGINS_VERSION=1.9.0
export PKG_CRUN_VERSION=1.25.1
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.8.0-flannel2
export PKG_FLANNEL_VERSION=1.9.0-flannel1
export PKG_FLY_VERSION=7.14.3
export PKG_GOMPLATE_VERSION=4.3.3
export PKG_HADOLINT_VERSION=2.14.0
export PKG_KIND_VERSION=0.30.0
export PKG_KIND_VERSION=0.31.0
export PKG_KN_VERSION=knative-v1.20.0
export PKG_KREW_VERSION=0.4.5
export PKG_KUSTOMIZE_VERSION=5.8.0
export PKG_NINJA_VERSION=1.13.1
export PKG_NINJA_VERSION=1.13.2
export PKG_PMDK_VERSION=2.1.1
export PKG_QEMU_VERSION=10.1.2
export PKG_REGCLIENT_VERSION=0.10.0
export PKG_RUNC_VERSION=1.3.3
export PKG_TERRAFORM_DOCS_VERSION=0.20.0
export PKG_TERRAFORM_VERSION=1.13.5
export PKG_QEMU_VERSION=10.2.0-rc4
export PKG_REGCLIENT_VERSION=0.11.1
export PKG_RUNC_VERSION=1.4.0
export PKG_TERRAFORM_DOCS_VERSION=0.21.0
export PKG_TERRAFORM_VERSION=1.14.3
export PKG_TERRASCAN_VERSION=1.19.9
export PKG_TKN_VERSION=0.42.0
export PKG_TKN_VERSION=0.43.0
export PKG_VAGRANT_VERSION=2.4.9
export PKG_YOUKI_VERSION=0.5.7
export PKG_YQ_VERSION=4.48.2
export PKG_YQ_VERSION=4.50.1
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.82" // PKG_ACT_VERSION
"default": "0.2.83" // 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.31.38" // PKG_AWS_VERSION
"default": "2.32.20" // PKG_AWS_VERSION
},
"pkg_debug": {
"type": "boolean",
Expand Down
4 changes: 2 additions & 2 deletions src/cni-plugins/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pkg_cni_plugins_version": {
"type": "string",
"description": "Specifies the CNI plugins version to be installed",
"default": "1.8.0" // PKG_CNI_PLUGINS_VERSION
"default": "1.9.0" // PKG_CNI_PLUGINS_VERSION
},
"pkg_cni_plugins_folder": {
"type": "string",
Expand All @@ -17,7 +17,7 @@
"pkg_flannel_version": {
"type": "string",
"description": "Specifies the Flannel CNI version to be installed",
"default": "1.8.0-flannel2" // PKG_FLANNEL_VERSION
"default": "1.9.0-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.30.0" // PKG_KIND_VERSION
"default": "0.31.0" // PKG_KIND_VERSION
},
"pkg_debug": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion src/virtualbox/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function main {
sudo apt-get install -y -qq -o=Dpkg::Use-Pty=0 gnupg
sudo mkdir -p /usr/share/keyrings

sudo gpg --dearmor --yes < oracle_vbox.asc | sudo tee /usr/share/keyrings/oracle-virtualbox-2016.gpg > /dev/null
sudo gpg --dearmor --yes <oracle_vbox.asc | sudo tee /usr/share/keyrings/oracle-virtualbox-2016.gpg >/dev/null
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] http://download.virtualbox.org/virtualbox/debian ${VERSION_CODENAME:-jessie} contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list 2>/dev/null
sudo apt-get update -qq >/dev/null
eval "sudo apt-get install -y -qq -o=Dpkg::Use-Pty=0 $pkgs"
Expand Down
Loading