Skip to content

Manual "self upgrade"#91

Merged
cert-manager-prow[bot] merged 2 commits intocert-manager:mainfrom
erikgb:manual-self-upgrade
Aug 13, 2025
Merged

Manual "self upgrade"#91
cert-manager-prow[bot] merged 2 commits intocert-manager:mainfrom
erikgb:manual-self-upgrade

Conversation

@erikgb
Copy link
Copy Markdown
Member

@erikgb erikgb commented Aug 13, 2025

This is a manual alternative to #90, as the self-upgrade workflow seems to always be failing now. Probably because of workflow updates, but this works in other projects..... https://github.com/cert-manager/csi-lib/actions/workflows/make-self-upgrade.yaml

The PR also includes a separate commit to fix new noctx linter violations.

@cert-manager-prow cert-manager-prow bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 13, 2025
erikgb added 2 commits August 13, 2025 20:53
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
@erikgb erikgb force-pushed the manual-self-upgrade branch from e7caf00 to 9151d95 Compare August 13, 2025 18:53
@erikgb erikgb requested review from inteon and munnerz August 13, 2025 18:55
@inteon
Copy link
Copy Markdown
Member

inteon commented Aug 13, 2025

/approve
/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 13, 2025
@cert-manager-prow
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 13, 2025
@cert-manager-prow cert-manager-prow bot merged commit b258945 into cert-manager:main Aug 13, 2025
5 checks passed
}

func New(endpoint string, log logr.Logger, opts Options) (*Driver, error) {
func New(ctx context.Context, endpoint string, log logr.Logger, opts Options) (*Driver, error) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change. I've added this to the release notes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And with hindsight, we could have passed a contextual logger here and removed the log parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants