diff --git a/k3s.yaml b/k3s.yaml index 82a92d5f56f..ee5d964f92d 100644 --- a/k3s.yaml +++ b/k3s.yaml @@ -1,7 +1,7 @@ package: name: k3s - version: 1.29.0 - epoch: 1 + version: 1.29.2 + epoch: 0 description: copyright: - license: Apache-2.0 @@ -47,10 +47,7 @@ pipeline: with: repository: https://github.com/k3s-io/k3s tag: v${{vars.full-package-version}} - expected-commit: 3190a5faa28d7a0d428c756d67adcab7eb11e6a5 - - uses: go/bump - with: - deps: github.com/opencontainers/runc@v1.1.12 + expected-commit: 86f102134ed6b1669badd3bfb6420f73e8f015d0 # Build things (almost) identical to upstream, with the k3s components # embedded in the "outer" multicall binary. - runs: |