forked from kgateway-dev/kgateway
-
Notifications
You must be signed in to change notification settings - Fork 8
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
bump istio, go-control-plane and k8s 1.32 deps #10611
Merged
stevenctl
merged 23 commits into
solo-io:main
from
stevenctl:stevenctl/bump-go-control-plane-istio
Feb 17, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ea00a6d
bump istio and go-control-plane and hack around krt race
stevenctl ece2044
bump k8s deps too
stevenctl cbe1cc3
fix some unit tests for new async behavior
stevenctl 7d8eba0
remvoe more refs to opencensus
stevenctl 6078d74
regenerate protobufs
stevenctl e0df9d3
changelog
stevenctl 27b5526
changelog changelog changelog golegnahc
stevenctl 347cbf5
oh it goes here
stevenctl acfd465
regen apis
stevenctl 5a413d4
tidy after rebase
stevenctl 7419e64
fix generated code from rebase
stevenctl 4098f92
fix data race in sds
stevenctl bedadcb
fix flake in ggv2setuptest
stevenctl b943967
wait for ES not readiness
stevenctl 716f532
lint
stevenctl 5e3e3f8
another attempt at fixing the race
stevenctl 876e8f6
Revert "another attempt at fixing the race"
stevenctl e5ec98a
make EnvoySnapshot threadsafe
stevenctl 69ca4b3
pin fsnotify
stevenctl 6124425
Tidy
stevenctl 4416dfc
old fsnotify license
stevenctl d97a7b9
Merge branch 'main' into stevenctl/bump-go-control-plane-istio
stevenctl 50a3e95
hourly changelog ritual
stevenctl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
changelog: | ||
|
||
- type: NON_USER_FACING | ||
description: > | ||
To support the Istio dependency being bumped, | ||
add a workaround that prevents sending xDS for Kubernetes Gateways until | ||
their per-client clusters are ready. | ||
|
||
This works around the fact that the latest krt behavior is now async; we | ||
previously relied on events to have a specific order but because they're | ||
processed in parallel there is no guarantee clusters are ready before we | ||
process the xds snapshot for the unique connected client on the first | ||
iteration. | ||
|
||
In the future we seek to add guarantees to the krt framework upstream to | ||
avoid the need to be careful with situations like these. | ||
|
||
- type: NON_USER_FACING | ||
description: > | ||
Bump dependencies to support latest Envoy (1.33). | ||
issueLink: https://github.com/kgateway-dev/kgateway/issues/10487 | ||
resolvesIssue: false | ||
|
||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: github.com/envoyproxy | ||
dependencyRepo: go-control-plane/contrib | ||
dependencyTag: v1.32.5-0.20250207140015-90270e3c85fd | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: github.com/envoyproxy | ||
dependencyRepo: go-control-plane/envoy | ||
dependencyTag: v1.32.5-0.20250211152746-ef139ef8ea6b | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: golang.org | ||
dependencyRepo: x/crypto | ||
dependencyTag: v0.32.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: golang.org | ||
dependencyRepo: x/tools | ||
dependencyTag: v0.29.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: google.golang.org | ||
dependencyRepo: grpc | ||
dependencyTag: v1.70.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: google.golang.org | ||
dependencyRepo: protobuf | ||
dependencyTag: v1.36.5 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: github.com/fsnotify | ||
dependencyRepo: fsnotify | ||
dependencyTag: v1.8.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: api | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apiextensions-apiserver | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apimachinery | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apiserver | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: cli-runtime | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: client-go | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: code-generator | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: component-base | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: component-helpers | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: kubectl | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: metrics | ||
dependencyTag: v0.32.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: controller-runtime | ||
dependencyTag: v0.20.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: onsi | ||
dependencyRepo: ginkgo/v2 | ||
dependencyTag: v2.22.1 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: onsi | ||
dependencyRepo: gomega | ||
dependencyTag: v1.36.2 |
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
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
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
Oops, something went wrong.
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.
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.
could we add a description here?
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.
Hmm. We don't have any description for the pod security context stuff and it likely is just a mirror of kuebrnetes fields.