Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linkerd2/25.1.1 package update #39786

Merged
merged 1 commit into from
Jan 17, 2025
Merged
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
10 changes: 3 additions & 7 deletions linkerd2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: linkerd2
version: 24.11.8
epoch: 4
version: "25.1.1"
epoch: 0
description: "meta linkerd package"
copyright:
- license: Apache-2.0
Expand All @@ -24,14 +24,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 43335fd90603d511bc898942b40f0ac15671b593
expected-commit: ba8a84c960933ce3188a5c8fc9b8690db8991076
repository: https://github.com/linkerd/linkerd2/
tag: edge-${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0

subpackages:
- name: ${{package.name}}-web
pipeline:
Expand Down
Loading