Skip to content

Fix protoc version notifier - #431

Merged
cert-manager-prow[bot] merged 1 commit into
cert-manager:mainfrom
erikgb:protoc-versioning
Sep 13, 2025
Merged

Fix protoc version notifier#431
cert-manager-prow[bot] merged 1 commit into
cert-manager:mainfrom
erikgb:protoc-versioning

Conversation

@erikgb

@erikgb erikgb commented Sep 13, 2025

Copy link
Copy Markdown
Member

This aligns the protoc version notifier with the Renovate datasource (GitHub releases) used for this dependency. Hopefully, this will fix the current broken tools upgrade PR, #430.

The solution is similar to what we ultimately used for the Vault dependency in #353.

Signed-off-by: Erik Godding Boye <egboye@gmail.com>
@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/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 13, 2025
@erikgb
erikgb requested a review from Copilot September 13, 2025 08:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the protoc version notifier to align with the Renovate datasource for GitHub releases by adding a 'v' prefix to the version string and updating the download URL to handle the versioned tag format.

  • Updates protoc version from "32.0" to "v32.0" to match GitHub release tag format
  • Modifies download URL to use the version tag directly and strip the 'v' prefix for the filename

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@erikgb

erikgb commented Sep 13, 2025

Copy link
Copy Markdown
Member Author

/cc @inteon @ThatsMrTalbot @hjoshi123

@ThatsMrTalbot

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@cert-manager-prow cert-manager-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 13, 2025
@cert-manager-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ThatsMrTalbot

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 Sep 13, 2025
@cert-manager-prow
cert-manager-prow Bot merged commit cbee201 into cert-manager:main Sep 13, 2025
5 checks passed
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants