-
Notifications
You must be signed in to change notification settings - Fork 3.4k
golang: Enable type alias again for go 1.23 #35406
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
Merged
Merged
Conversation
This file contains hidden or 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
5183204
to
6da4707
Compare
/test |
6da4707
to
462f104
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good catch 👍 |
462f104
to
941619a
Compare
/test |
sayboras
commented
Oct 18, 2024
nathanjsweet
approved these changes
Oct 18, 2024
941619a
to
3b46994
Compare
Convert to draft as it's better to wait for 1.32 RC. |
brlbil
approved these changes
Nov 28, 2024
tklauser
approved these changes
Nov 28, 2024
sayboras
added a commit
that referenced
this pull request
Nov 28, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Nov 29, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
that referenced
this pull request
Dec 2, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 2, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
pushed a commit
that referenced
this pull request
Mar 19, 2025
This closes off GHSA-qxp5-gwg8-xv66 Just a note that go 1.23 type alias breaks controller-tools code generation, so gotypesalias=0 is set to keep the same behavior in go 1.22. Relates: kubernetes-sigs/controller-tools#1078 Relates: #35406 Signed-off-by: Feroz Salam <feroz.salam@isovalent.com> Signed-off-by: Tam Mach <tam.mach@cilium.io>
ferozsalam
added a commit
that referenced
this pull request
Mar 20, 2025
This closes off GHSA-qxp5-gwg8-xv66 Just a note that go 1.23 type alias breaks controller-tools code generation, so gotypesalias=0 is set to keep the same behavior in go 1.22. Relates: kubernetes-sigs/controller-tools#1078 Relates: #35406 Signed-off-by: Feroz Salam <feroz.salam@isovalent.com> Signed-off-by: Tam Mach <tam.mach@cilium.io>
ferozsalam
added a commit
that referenced
this pull request
Mar 20, 2025
This resolves GHSA-qxp5-gwg8-xv66 Just a note that go 1.23 type alias breaks controller-tools code generation, so gotypesalias=0 is set to keep the same behavior in go 1.22. Relates: kubernetes-sigs/controller-tools#1078 Relates: #35406 Signed-off-by: Feroz Salam <feroz.salam@isovalent.com> Co-authored-by: Tam Mach <tam.mach@cilium.io>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 20, 2025
This closes off GHSA-qxp5-gwg8-xv66 Just a note that go 1.23 type alias breaks controller-tools code generation, so gotypesalias=0 is set to keep the same behavior in go 1.22. Relates: kubernetes-sigs/controller-tools#1078 Relates: #35406 Signed-off-by: Feroz Salam <feroz.salam@isovalent.com> Signed-off-by: Tam Mach <tam.mach@cilium.io>
ferozsalam
added a commit
that referenced
this pull request
Mar 21, 2025
This resolves GHSA-qxp5-gwg8-xv66 Just a note that go 1.23 type alias breaks controller-tools code generation, so gotypesalias=0 is set to keep the same behavior in go 1.22. Relates: kubernetes-sigs/controller-tools#1078 Relates: #35406 Signed-off-by: Feroz Salam <feroz.salam@isovalent.com> Co-authored-by: Tam Mach <tam.mach@cilium.io>
julianwiedmann
pushed a commit
that referenced
this pull request
Mar 21, 2025
This resolves GHSA-qxp5-gwg8-xv66 Just a note that go 1.23 type alias breaks controller-tools code generation, so gotypesalias=0 is set to keep the same behavior in go 1.22. Relates: kubernetes-sigs/controller-tools#1078 Relates: #35406 Signed-off-by: Feroz Salam <feroz.salam@isovalent.com> Co-authored-by: Tam Mach <tam.mach@cilium.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
release-note/misc
This PR makes changes that have no direct user impact.
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.
All files are re-generated again as there is a change in generation tools.
Relates: kubernetes/kubernetes#127271
Relates: cilium/deepequal-gen#7
Relates: kubernetes-sigs/controller-tools#1061
Relates: 1d9d51f