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

trust-manager/0.6.0 package update #4774

Merged
merged 2 commits into from
Aug 24, 2023
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
10 changes: 3 additions & 7 deletions trust-manager.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: trust-manager
version: 0.5.0
epoch: 4
version: 0.6.0
epoch: 0
description: trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
copyright:
- license: Apache-2.0
Expand All @@ -21,15 +21,11 @@ pipeline:
with:
repository: https://github.com/cert-manager/trust-manager
tag: v${{package.version}}
expected-commit: 858eced8cb85116ebb406ebd71e238df8c37ed91
expected-commit: 9bdf39df85ce523746aeedff0eacc70f887176c1
destination: trust-manager

- runs: |
cd trust-manager

# CVE-2022-41723
go get golang.org/x/net@v0.7.0
go mod tidy
make build
mkdir -p ${{targets.destdir}}/usr/bin
install -Dm755 ./bin/trust-manager ${{targets.destdir}}/usr/bin/trust-manager
Expand Down