Skip to content

Commit 42c4f3f

Browse files
chore: update versions (#353)
* Upgrade pinned versions --------- Co-authored-by: electrocucaracha bot <[email protected]> Co-authored-by: Victor Morales <[email protected]>
1 parent 0c94d2d commit 42c4f3f

File tree

10 files changed

+25
-23
lines changed

10 files changed

+25
-23
lines changed

.github/workflows/diagram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pull-requests: write
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
29+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
3030
- name: Update diagram
3131
uses: githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # 0.9.1
3232
with:

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
check-broken-links:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2121
- name: Check broken links
2222
uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533 # 1.1.1
2323
check-super-linter:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2727
- name: Check super-linter
2828
uses: github/super-linter@b807e99ddd37e444d189cfd2c2ca1274d8ae8ef1 # 7
2929
env:
@@ -36,7 +36,7 @@ jobs:
3636
check-tox:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
39+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4040
- name: Install tox
4141
run: pip install tox --break-system-packages
4242
- name: Run tox validation

.github/workflows/on_demand.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: >-
2828
( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
3131
- name: Run the sh-checker
3232
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
3333
env:
@@ -43,7 +43,7 @@ jobs:
4343
outputs:
4444
demos: ${{ steps.filter.outputs.changes }}
4545
steps:
46-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
46+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4747
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # 3.0.2
4848
if: ${{ !env.ACT }}
4949
id: filter
@@ -69,8 +69,8 @@ jobs:
6969
matrix:
7070
demo: ${{ fromJSON(needs.changes.outputs.demos) }}
7171
steps:
72-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
73-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0
72+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
73+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # 6.1.0
7474
with:
7575
go-version: "1.24"
7676
check-latest: true
@@ -81,7 +81,7 @@ jobs:
8181
name: Run BDD shell specs for Bash demo
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
84+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
8585
- name: Install ShellSpec
8686
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
8787
- name: Run Shellspec

.github/workflows/spell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
name: Check spelling (reviewdog)
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26-
- uses: reviewdog/action-misspell@8f4203d27a6896ebd5cd8bdd861b36bd18c37978 # 1.26.3
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
26+
- uses: reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
2727
with:
2828
github_token: ${{ secrets.github_token }}
2929
check-spellcheck:
3030
name: Check spelling (pyspelling)
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
34-
- uses: igsekor/pyspelling-any@155eb06641bb9259cab59b5126a40be943ecb4f7 # 1.0.4
33+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
34+
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
3535
name: Spellcheck

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write # for technote-space/create-pr-action to create a PR
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2424
with:
2525
# Fine-grained PAT with contents:write and workflows:write scopes
2626
token: ${{ secrets.WORKFLOW_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
check-dictionary:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
38+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
3939
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
4040
with:
4141
EXECUTE_COMMANDS: |

bash/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kindest/node:v1.33.1
1+
FROM kindest/node:v1.35.0
22

33
COPY bin/plugin.sh /opt/cni/bin/bash-cni
44

flannel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kindest/node:v1.33.1
1+
FROM kindest/node:v1.35.0
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
RUN echo "wireshark-common wireshark-common/install-setuid boolean true" | debconf-set-selections && \

flannel/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -o xtrace
1313
set -o errexit
1414
set -o nounset
1515

16-
export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:-1.7.1-flannel1}
16+
export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:-1.8.0-flannel2}
1717
export PKG_CNI_PLUGINS_INSTALL_FLANNEL=true
1818
export PKG="cni-plugins"
1919
export PKG_COMMANDS_LIST="docker,kind,kubectl"

flannel/kube-flannel.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
serviceAccountName: flannel
134134
initContainers:
135135
- name: install-cni-plugin
136-
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1
136+
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1
137137
command:
138138
- cp
139139
args:
@@ -144,7 +144,7 @@ spec:
144144
- name: cni-plugin
145145
mountPath: /opt/cni/bin
146146
- name: install-cni
147-
image: ghcr.io/flannel-io/flannel:v0.26.7
147+
image: ghcr.io/flannel-io/flannel:v0.27.4
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: ghcr.io/flannel-io/flannel:v0.26.7
161+
image: ghcr.io/flannel-io/flannel:v0.27.4
162162
command:
163163
- /opt/bin/flanneld
164164
args:
@@ -183,6 +183,8 @@ spec:
183183
fieldPath: metadata.namespace
184184
- name: EVENT_QUEUE_DEPTH
185185
value: "5000"
186+
- name: CONT_WHEN_CACHE_NOT_READY
187+
value: "false"
186188
volumeMounts:
187189
- name: run
188190
mountPath: /run/flannel

pause/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ if ! command -v cnitool; then
5757
fi
5858

5959
# runc - CLI tool for spawning and running containers according to the OCI specification.
60-
if ! command -v runc || [ "$(runc --version | awk 'NR==1{print $3}')" != "1.3.0" ]; then
61-
sudo curl -o /usr/bin/runc -L https://github.com/opencontainers/runc/releases/download/v1.3.0/runc.amd64
60+
if ! command -v runc || [ "$(runc --version | awk 'NR==1{print $3}')" != "1.3.3" ]; then
61+
sudo curl -o /usr/bin/runc -L https://github.com/opencontainers/runc/releases/download/v1.3.3/runc.amd64
6262
sudo chmod +x /usr/bin/runc
6363
fi
6464

0 commit comments

Comments
 (0)