Skip to content

Commit 413d936

Browse files
octo-sts[bot]wolfi-botAmberArcadia
authored
rancher-agent-2.11/2.11.2 package update (#54035)
<p align="center"> <img src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg" /> </p> --------- Signed-off-by: wolfi-bot <[email protected]> Co-authored-by: wolfi-bot <[email protected]> Co-authored-by: Amber Arcadia <[email protected]>
1 parent 9feafa8 commit 413d936

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

rancher-agent-2.11.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: rancher-agent-2.11
3-
version: "2.11.1"
4-
epoch: 2
3+
version: "2.11.2"
4+
epoch: 0
55
description: Complete container management platform - agent
66
copyright:
77
- license: Apache-2.0
@@ -48,7 +48,7 @@ pipeline:
4848
with:
4949
repository: https://github.com/rancher/rancher
5050
tag: v${{package.version}}
51-
expected-commit: 9ba54dabed07d028758e36f7cc2e4329e9cbf215
51+
expected-commit: d0cd9e19a55ea43375cf4d75bea82dbfd5517707
5252

5353
# Copied from rancher-agent-2.8.yaml
5454
# Due to the unusual structure of the upstream go.mod, we can't currently use
@@ -60,13 +60,8 @@ pipeline:
6060
# v1.6.33 introduced a dependency on errdefs 0.1.0, and rancher-agent
6161
# depends on errdefs 0.3.0
6262
sed -i 's/github.com\/containerd\/containerd v1.6.27/github.com\/containerd\/containerd v1.6.32/' go.mod
63-
64-
- uses: go/bump
65-
with:
66-
deps: |-
67-
golang.org/x/[email protected]
68-
golang.org/x/[email protected]
69-
golang.org/x/[email protected]
63+
# Throws various build errors about other dependencies without this as of 2.11.10.
64+
go mod tidy
7065
7166
- uses: go/build
7267
with:

0 commit comments

Comments
 (0)