Skip to content
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
8 changes: 2 additions & 6 deletions k3s-1.32.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: k3s-1.32
version: "1.32.6.1"
version: "1.32.7.1"
epoch: 0
description:
copyright:
Expand Down Expand Up @@ -58,16 +58,12 @@ pipeline:
with:
repository: https://github.com/k3s-io/k3s
tag: v${{vars.full-package-version}}
expected-commit: eb603acd1530edcaf79a4a8ed3da54e9e03d9967
expected-commit: ab99e9da82c7072e4d9efbfa9464e343846fae72
- uses: go/bump
with:
deps: |-
github.com/pion/interceptor@v0.1.39
golang.org/x/net@v0.39.0
golang.org/x/crypto@v0.40.0
github.com/golang-jwt/jwt/v4@v4.5.2
github.com/go-jose/go-jose/v4@v4.0.5
gopkg.in/go-jose/go-jose.v2@v2.6.3
replaces: gopkg.in/go-jose/go-jose.v2=gopkg.in/go-jose/go-jose.v2@v2.6.3
# Build things (almost) identical to upstream, with the k3s components
# embedded in the "outer" multicall binary.
Expand Down
Loading