Skip to content

Commit

Permalink
build(deps): bump linkerd/dev from v44 to v45
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Jan 5, 2025
1 parent c98933a commit 8a98113
Show file tree
Hide file tree
Showing 19 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkerd2",
"image": "ghcr.io/linkerd/dev:v44",
"image": "ghcr.io/linkerd/dev:v45",
// "dockerFile": "./Dockerfile",
// "context": "..",
"features": {
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/helm-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Set up Cloud SDK
uses: 'google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b'
- uses: linkerd/dev/actions/setup-tools@v44
- uses: linkerd/dev/actions/setup-tools@v45
- shell: bash
run: |
mkdir -p target/helm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ permissions:

jobs:
actionlint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: linkerd/dev/actions/setup-tools@v44
- uses: linkerd/dev/actions/setup-tools@v45
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: just-dev lint-actions

devcontainer-versions:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: linkerd/dev/actions/setup-tools@v44
- uses: linkerd/dev/actions/setup-tools@v45
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: just-dev check-action-images
2 changes: 1 addition & 1 deletion .github/workflows/choco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
choco-psscript-lint:
timeout-minutes: 10
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: devblackops/github-action-psscriptanalyzer@854038567344559afaaa8ccb7a014452b99d86ee
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go:
name: Go
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: golang:1.23
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
js:
name: JS
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: node:20-stretch
steps:
Expand All @@ -48,7 +48,7 @@ jobs:

rust:
name: Rust
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
container:
image: docker://rust:1.83.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ permissions:

jobs:
rust-version:
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v44-rust
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v45-rust
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- shell: bash
Expand All @@ -37,8 +37,8 @@ jobs:
fi
devcontainer-image:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: linkerd/dev/actions/setup-tools@v44
- uses: linkerd/dev/actions/setup-tools@v45
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: just-dev pull-dev-image
18 changes: 9 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

jobs:
meta:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366
Expand All @@ -28,8 +28,8 @@ jobs:
needs: meta
if: needs.meta.outputs.changed == 'true'
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v44-go
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v45-go
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
Expand All @@ -39,8 +39,8 @@ jobs:
needs: meta
if: needs.meta.outputs.changed == 'true'
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v44-go
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v45-go
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
Expand All @@ -50,8 +50,8 @@ jobs:
needs: meta
if: needs.meta.outputs.changed == 'true'
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v44-go
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v45-go
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
Expand All @@ -63,7 +63,7 @@ jobs:
go-test-retry:
needs: go-test
if: failure() && fromJSON(github.run_attempt) < 3
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: write
env:
Expand All @@ -77,7 +77,7 @@ jobs:
go-ok:
needs: [go-lint, go-format, go-test]
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Results
run: |
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
meta:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- id: tag
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

info:
needs: meta
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 2
steps:
- name: Info
Expand All @@ -63,7 +63,7 @@ jobs:
build-cli:
needs: meta
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
build-core:
needs: meta
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
component:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- cni-calico-deep
- deep
- deep-native-sidecar
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -158,7 +158,7 @@ jobs:
test-policy:
needs: [meta, build-cli, build-core]
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
build-ext:
needs: meta
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
component:
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- helm-upgrade
- uninstall
- upgrade-edge
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -284,7 +284,7 @@ jobs:
test-viz:
needs: [meta, build-cli, build-core, build-ext]
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -310,7 +310,7 @@ jobs:
test-multicluster:
needs: [meta, build-cli, build-core, build-ext]
if: needs.meta.outputs.changed == 'true'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
strategy:
matrix:
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
build-ok:
needs: [build-cli, build-core, build-ext]
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Results
run: |
Expand All @@ -375,7 +375,7 @@ jobs:
needs:
[build-ok, test-core, test-policy, test-ext, test-viz, test-multicluster]
if: failure() && fromJSON(github.run_attempt) < 3 && needs.build-ok.result == 'success'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: write
env:
Expand All @@ -390,7 +390,7 @@ jobs:
needs:
[build-ok, test-core, test-policy, test-ext, test-viz, test-multicluster]
if: always()
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Results
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
js-web-test:
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: node:20-bookworm
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
action:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ permissions:
jobs:
proto-diff:
timeout-minutes: 10
runs-on: ubuntu-22.04
container: ghcr.io/linkerd/dev:v44-go
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v45-go
steps:
- run: apt update && apt install -y unzip
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# especially the TAG variable. And it would be great to stop relying
# on the root-tag script altogether.
tag:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
Expand All @@ -30,7 +30,7 @@ jobs:
docker_build:
name: Docker build
needs: [tag]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write # needed for signing the images with GitHub OIDC Token
strategy:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- uninstall
- upgrade-edge
timeout-minutes: 60
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
# TODO(ver) choco packages are not produced for edge releases...
# - choco_pack
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
needs: [gh_release]
if: startsWith(github.ref, 'refs/tags/stable') || startsWith(github.ref, 'refs/tags/edge')
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand All @@ -232,7 +232,7 @@ jobs:
needs: [tag, website_publish]
timeout-minutes: 30
if: startsWith(github.ref, 'refs/tags/stable') || startsWith(github.ref, 'refs/tags/edge')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set install target for stable
Expand All @@ -259,7 +259,7 @@ jobs:
name: Helm chart deploy
needs: [gh_release]
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
rerun:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5
permissions:
actions: write
Expand Down
Loading

0 comments on commit 8a98113

Please sign in to comment.