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

k3s/1.32.0.1 package update #39284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions k3s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: k3s
version: 1.31.4.1
epoch: 2
version: "1.32.0.1"
epoch: 0
description:
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -59,7 +59,7 @@ pipeline:
with:
repository: https://github.com/k3s-io/k3s
tag: v${{vars.full-package-version}}
expected-commit: a562d090b05cf8d55b6a8b57556787c24c8ce21a
expected-commit: cca8facaa33a3ec7897349a8740fd96029590c31
# Build things (almost) identical to upstream, with the k3s components
# embedded in the "outer" multicall binary.
- runs: |
Expand All @@ -69,7 +69,7 @@ pipeline:
./scripts/download
- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] github.com/opencontainers/[email protected] github.com/quic-go/[email protected] github.com/libp2p/[email protected] golang.org/x/[email protected] golang.org/x/[email protected]
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] github.com/quic-go/[email protected] github.com/libp2p/[email protected] golang.org/x/[email protected] golang.org/x/[email protected]
replaces: golang.org/x/net=golang.org/x/[email protected] google.golang.org/grpc=google.golang.org/[email protected]
- runs: |
# Override the go version check at runtime to always match the go version at build time
Expand Down
Loading