-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: revert golang net upgrade #782
Merged
ryanzhang-oss
merged 90 commits into
Azure:ryanzhang-oss-patch-1
from
ryanzhang-oss:revert-golang-net
Apr 26, 2024
Merged
fix: revert golang net upgrade #782
ryanzhang-oss
merged 90 commits into
Azure:ryanzhang-oss-patch-1
from
ryanzhang-oss:revert-golang-net
Apr 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove azure specific sections
* Allow taints to be updated for MC * add E2E * fix comments
Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](thehanimo/pr-title-checker@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: thehanimo/pr-title-checker dependency-type: direct:production update-type: version-update:semver-patch ...
* iprove member cluster member agent * fix error * minor fix * compare using GVK * minor field fix * address comments * fix fmt * minor fix * address comment
reorganize GVK/GVR list
Co-authored-by: Zhiying Lin <zhiyinglin@microsoft.com>
* Dep bumps + replace deprecated code
Bumps [azure/login](https://github.com/azure/login) from 1 to 2. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v1...v2) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major ...
* feat: add util func required by override * address comments --------- Co-authored-by: Zhiying Lin <zhiyinglin@microsoft.com>
Co-authored-by: Ryan Zhang <zhangryan@microsoft.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: enabling the new condition --------- Co-authored-by: Zhiying Lin <zhiyinglin@microsoft.com> Co-authored-by: Ryan Zhang <zhangryan@microsoft.com>
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
Co-authored-by: Zhiying Lin <zhiyinglin@microsoft.com> Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
* add webhook configuration & add webhook e2e
ryanzhang-oss
merged commit Apr 26, 2024
331ec9c
into
Azure:ryanzhang-oss-patch-1
3 of 4 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of your changes
Revert the golang net upgrade
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer