cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
246 stars 66 forks source link

[release-0.6] Bump deps to fix CVEs #208

Closed SgtCoDFish closed 10 months ago

SgtCoDFish commented 10 months ago

This backports several fixes which have been applies on the main branch.

SgtCoDFish commented 10 months ago

(I don't think the smoke test will run, which I think is fine for now)

EDIT: https://github.com/cert-manager/testing/pull/916 will fix the smoke tests to run on this branch

jetstack-bot commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/cert-manager/trust-manager/blob/release-0.6/OWNERS)~~ [inteon] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
SgtCoDFish commented 10 months ago

/test pull-trust-manager-smoke

SgtCoDFish commented 10 months ago

The test failure is legitimate because we use go 1.21 on main but go 1.20 here: https://github.com/cert-manager/trust-manager/pull/209 should be the easiest fix for us

SgtCoDFish commented 10 months ago

/test pull-trust-manager-smoke

SgtCoDFish commented 10 months ago

/test pull-trust-manager-smoke

It didn't pick up the newly merged PR yet!

SgtCoDFish commented 10 months ago

/test pull-trust-manager-smoke

SgtCoDFish commented 10 months ago

/test pull-trust-manager-smoke

(terminated at startup)

SgtCoDFish commented 10 months ago

/test pull-trust-manager-smoke

I think it takes a while for main to update in GOPROXY 🙃 Maybe won't be done today. One more try. EDIT: Hooray!