Skip to content

Commit

Permalink
chore: update dictionary (#283)
Browse files Browse the repository at this point in the history
* Update dictionary definitions
* Upgrade pinned versions

Co-authored-by: spellchecker bot <[email protected]>
Co-authored-by: Victor Morales <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent 1e17967 commit 0a26520
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 26 deletions.
2 changes: 0 additions & 2 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ etcd
eth
ethertype
eui
extensibility
fc
fca
feda
Expand Down Expand Up @@ -188,7 +187,6 @@ RemoteAddress
ret
rubocop
RunPodSandbox
runtime
sdbd
sdtout
segs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Update diagram
uses: githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # 0.9.1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
check-broken-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Check broken links
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
uses: gaurav-nelson/github-action-markdown-link-check@636e17b35a5803e014b7272d9e46a8262705416a # 1.0.16
check-super-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Check super-linter
uses: github/super-linter@b807e99ddd37e444d189cfd2c2ca1274d8ae8ef1 # 7
env:
Expand All @@ -36,7 +36,7 @@ jobs:
check-tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Install tox
run: pip install tox --break-system-packages
- name: Run tox validation
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: >-
( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Run the sh-checker
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
env:
Expand All @@ -43,7 +43,7 @@ jobs:
outputs:
demos: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # 3.0.2
if: ${{ !env.ACT }}
id: filter
Expand All @@ -69,8 +69,8 @@ jobs:
matrix:
demo: ${{ fromJSON(needs.changes.outputs.demos) }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # 5.0.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3.0
with:
go-version: "1.22"
check-latest: true
Expand All @@ -81,7 +81,7 @@ jobs:
name: Run BDD shell specs for Bash demo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- 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 Down
6 changes: 3 additions & 3 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
name: Check spelling (reviewdog)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: reviewdog/action-misspell@1de44e0dd5efaaddf131937e4892afd8a0dc4b13 # 1.23.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: reviewdog/action-misspell@e2af6e5f797b1a26b3ccabfb316a3317c965a53d # 1.26.1
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check spelling (pyspelling)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: igsekor/pyspelling-any@155eb06641bb9259cab59b5126a40be943ecb4f7 # 1.0.4
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
Expand All @@ -34,7 +34,7 @@ jobs:
check-dictionary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
with:
EXECUTE_COMMANDS: |
Expand Down
2 changes: 1 addition & 1 deletion bash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kindest/node:v1.31.1
FROM kindest/node:v1.32.1

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

Expand Down
2 changes: 1 addition & 1 deletion flannel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kindest/node:v1.31.1
FROM kindest/node:v1.32.1

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN echo "wireshark-common wireshark-common/install-setuid boolean true" | debconf-set-selections && \
Expand Down
2 changes: 1 addition & 1 deletion flannel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -o xtrace
set -o errexit
set -o nounset

export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:-1.4.1-flannel1}
export PKG_FLANNEL_VERSION=${PKG_FLANNEL_VERSION:-1.6.0-flannel1}
export PKG_CNI_PLUGINS_INSTALL_FLANNEL=true
export PKG="cni-plugins"
export PKG_COMMANDS_LIST="docker,kind,kubectl"
Expand Down
6 changes: 3 additions & 3 deletions flannel/kube-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.5.1-flannel2
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.6.2-flannel1
command:
- cp
args:
Expand All @@ -144,7 +144,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.25.7
image: ghcr.io/flannel-io/flannel:v0.26.4
command:
- cp
args:
Expand All @@ -158,7 +158,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.25.7
image: ghcr.io/flannel-io/flannel:v0.26.4
command:
- /opt/bin/flanneld
args:
Expand Down
6 changes: 3 additions & 3 deletions pause/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if ! command -v cnitool; then
fi

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

# recvtty - Reference implementation of a consumer of runC's --console-socket API
if ! command -v recvtty; then
go install github.com/opencontainers/runc/contrib/cmd/recvtty@v1.1.12
go install github.com/opencontainers/runc/contrib/cmd/recvtty@v1.2.4
sudo mv ~/go/bin/recvtty /usr/bin/
fi

0 comments on commit 0a26520

Please sign in to comment.