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

[release-1.9] fix AuthorizedIPRanges disable -> enable bug #3807

Merged

Conversation

nawazkh
Copy link
Member

@nawazkh nawazkh commented Aug 7, 2023

What type of PR is this?
/kind bug

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Special notes for your reviewer:

  • cherry-pick candidate

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

authorized IP ranges will be set to []string then to nil upon deletion

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/bug Categorizes issue or PR as related to a bug. labels Aug 7, 2023
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 7, 2023
@nawazkh nawazkh marked this pull request as ready for review August 7, 2023 21:30
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 7, 2023
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.05% 🎉

Comparison is base (4ed93b9) 52.90% compared to head (3aa1bb3) 52.95%.
Report is 1 commits behind head on release-1.9.

❗ Current head 3aa1bb3 differs from pull request most recent head 43ae4cb. Consider uploading reports for the commit 43ae4cb to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.9    #3807      +/-   ##
===============================================
+ Coverage        52.90%   52.95%   +0.05%     
===============================================
  Files              182      182              
  Lines            18250    18264      +14     
===============================================
+ Hits              9655     9672      +17     
+ Misses            8055     8053       -2     
+ Partials           540      539       -1     
Files Changed Coverage Δ
azure/services/managedclusters/spec.go 45.15% <100.00%> (+3.37%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nawazkh
Copy link
Member Author

nawazkh commented Aug 7, 2023

I will squash the commits once lgtm-ed.

@CecileRobertMichon
Copy link
Contributor

/lgtm

/hold for squash

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 8, 2023
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 8, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: fae36b8419d0df55534549aeace89bfddff9fc27

@Jont828
Copy link
Contributor

Jont828 commented Aug 8, 2023

/lgtm

- update AzureSDK once with empty slice and then ignore changes
@nawazkh
Copy link
Member Author

nawazkh commented Aug 9, 2023

Squashed :)
Unholding for final review :)

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 9, 2023
Copy link
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mboersma

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 9, 2023
@k8s-ci-robot k8s-ci-robot merged commit c0e3d6b into kubernetes-sigs:release-1.9 Aug 9, 2023
8 checks passed
@nawazkh nawazkh deleted the fix_authIP_reconcile_1.9 branch August 9, 2023 21:41
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants