Skip to content

Conversation

alebedev87
Copy link

@alebedev87 alebedev87 commented Sep 30, 2025

  • Bump Golang to 1.24
  • Replace the CI golang images with public ones, similar to the operator repository.
    This change is supposed to prevent registry-replacer (https://github.com/openshift/ci-tools/tree/main/cmd/registry-replacer) from modifying the CI presubmit configuration of external-dns. registry-replacer regularly injects builder images into the external-dns CI configuration in openshift/release repository, but we want to maintain full control of that configuration directly from this source repository instead. Related thread about registry-replacer: link.
  • Update the code of some providers to conform to the new requirement of golang 1.24 to use constant for format strings.

This commit also replaces the CI golang images with public ones,
similar to the operator repository.
This change is supposed to prevent `registry-replacer`
(https://github.com/openshift/ci-tools/tree/main/cmd/registry-replacer)
from modifying the CI presubmit configuration of external-dns.

`registry-replacer` regularly injects builder images into the external-dns CI configuration
in `openshift/release` repository, but we want to maintain full control of that configuration
directly from this source repository instead.
Golang 1.24 forces the use of constants for format strings.
This PR updates `bluecat` and `vinyldns` providers code
and unit test to conform with this new requirement.
Golang 1.24 forces the use of constants for format strings.
This PR updates `tencentcloud` provider code to conform with this new requirement.
Copy link

openshift-ci bot commented Sep 30, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign gcs278 for approval. For more information see the Code Review Process.

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

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

@alebedev87 alebedev87 changed the title Bump golang to 1.24 NE-2142: Bump golang to 1.24 Sep 30, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 30, 2025

@alebedev87: This pull request references NE-2142 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set.

In response to this:

  • Bump Golang to 1.24
  • Replace the CI golang images with public ones, similar to the operator repository.
    This change is supposed to prevent registry-replacer (https://github.com/openshift/ci-tools/tree/main/cmd/registry-replacer) from modifying the CI presubmit configuration of external-dns. registry-replacer regularly injects builder images into the external-dns CI configuration in openshift/release repository, but we want to maintain full control of that configuration directly from this source repository instead. Related thread about registry-replacer: link.
  • Update the code of some providers to conform to the new requirement of golang 1.24 to use constant for format strings.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 30, 2025
Copy link

openshift-ci bot commented Sep 30, 2025

@alebedev87: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants