diff --git a/k3s.yaml b/k3s.yaml index 0c610ac9432..636c6d3a210 100644 --- a/k3s.yaml +++ b/k3s.yaml @@ -1,7 +1,7 @@ package: name: k3s - version: "1.33.2.1" - epoch: 1 + version: "1.33.3.1" + epoch: 0 description: copyright: - license: Apache-2.0 @@ -48,7 +48,7 @@ var-transforms: - from: ${{package.version}} match: \.(\d+)$ replace: +k3s$1 - to: full-package-version + to: mangled-package-version # Upstream uses `dapper` to initialize build environments, but since melange # already provides a consistent build environment, we adopt upstreams ./scripts @@ -57,8 +57,8 @@ pipeline: - uses: git-checkout with: repository: https://github.com/k3s-io/k3s - tag: v${{vars.full-package-version}} - expected-commit: 6e38c8b55284c0d68f64a9e603fb645a32ecd232 + tag: v${{vars.mangled-package-version}} + expected-commit: 236cbf257332b293f444abe6f24d699ff628173e - uses: go/bump with: deps: |-