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

🧹 Cleanup a few TODOs #9145

Merged
merged 8 commits into from
Feb 16, 2024
Merged

Conversation

rfranzke
Copy link
Member

@rfranzke rfranzke commented Feb 8, 2024

How to categorize this PR?

/area dev-productivity
/kind cleanup

What this PR does / why we need it:

Special notes for your reviewer:
FYI @timuthy @nickytd @MartinWeindel

Release note:

NONE

@gardener-prow gardener-prow bot added area/dev-productivity Developer productivity related (how to improve development) kind/cleanup Something that is not needed anymore and can be cleaned up labels Feb 8, 2024
@gardener-prow gardener-prow bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 8, 2024
@nickytd
Copy link
Contributor

nickytd commented Feb 8, 2024

/lgtm

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Feb 8, 2024
Copy link
Contributor

gardener-prow bot commented Feb 8, 2024

LGTM label has been added.

Git tree hash: 233072c8c2a4112559cfdba700ba065c965a2366

Copy link
Member

@timuthy timuthy left a comment

Choose a reason for hiding this comment

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

/lgtm

@gardener-prow gardener-prow bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 9, 2024
@rfranzke rfranzke requested a review from timuthy February 9, 2024 08:15
@gardener-prow gardener-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Feb 9, 2024
@gardener-prow gardener-prow bot requested a review from nickytd February 9, 2024 08:16
@gardener-prow gardener-prow bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Feb 9, 2024
@gardener-prow gardener-prow bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 9, 2024
@oliver-goetz
Copy link
Member

/retest

@MartinWeindel
Copy link
Member

Remove deprecated .spec.dns.providers[].{domains,zones} fields

This change needs some adjustments in the shoot-dns-service admission webhook. The providers must not be synchronised anymore. The question is how to control the behaviour switch. Should it be activated if the next new release of the shoot-dns-service is deployed or should it better depend on the Gardener version?

@rfranzke
Copy link
Member Author

Remove deprecated .spec.dns.providers[].{domains,zones} fields

This change needs some adjustments in the shoot-dns-service admission webhook. The providers must not be synchronised anymore. The question is how to control the behaviour switch. Should it be activated if the next new release of the shoot-dns-service is deployed or should it better depend on the Gardener version?

What happens if this PR is deployed without updating shoot-dns-service?

@rfranzke
Copy link
Member Author

/hold

We might need to drop 91f2d01 from this PR, cc @timuthy @MartinWeindel

@gardener-prow gardener-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 12, 2024
@MartinWeindel
Copy link
Member

/hold

We might need to drop 91f2d01 from this PR, cc @timuthy @MartinWeindel

The Gardener Dashboard needs probably also make some adjustments to read/write the DNS Providers from/to the extensions provider config section and not by the .spec.DNS.providers section. @grolu @holgerkoser @petersutter

@rfranzke
Copy link
Member Author

Well, then I guess it makes sense to indeed drop this commit from this PR and delay the removal for another 3 months or so (~6 releases).

@gardener-prow gardener-prow bot removed the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 12, 2024
@gardener-prow gardener-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Feb 12, 2024
@rfranzke
Copy link
Member Author

I've removed the commit from the PR and updated the TODO statement accordingly. @timuthy @MartinWeindel please follow-up with all involved entities (shoot-dns-service extension, dashboard, stakeholder announcement, ...) so that we can make the removal next time.

@rfranzke
Copy link
Member Author

rfranzke commented Feb 15, 2024

/unhold

@timuthy @ScheererJ I guess we can go ahead with this PR.

@gardener-prow gardener-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 15, 2024
Copy link
Member

@timuthy timuthy left a comment

Choose a reason for hiding this comment

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

Just some bureaucratic concerns 😄

pkg/apis/core/types_shoot.go Outdated Show resolved Hide resolved
pkg/apis/core/types_shoot.go Outdated Show resolved Hide resolved
pkg/apis/core/types_shoot.go Outdated Show resolved Hide resolved
pkg/apis/core/types_shoot.go Outdated Show resolved Hide resolved
Copy link
Member

@timuthy timuthy left a comment

Choose a reason for hiding this comment

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

Thank you!
/lgtm
/approve

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Feb 16, 2024
Copy link
Contributor

gardener-prow bot commented Feb 16, 2024

LGTM label has been added.

Git tree hash: caddfcd9b58008fe2ea104817504bc115f2a41f8

Copy link
Contributor

gardener-prow bot commented Feb 16, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: timuthy

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:

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

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 16, 2024
@oliver-goetz
Copy link
Member

/retest

@gardener-prow gardener-prow bot merged commit 8e2509d into gardener:master Feb 16, 2024
16 checks passed
@rfranzke rfranzke deleted the cleanup/todos branch February 16, 2024 12:57
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. area/dev-productivity Developer productivity related (how to improve development) cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/cleanup Something that is not needed anymore and can be cleaned up lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants