Experimental windows ambient rebase master branch#59655
Merged
istio-testing merged 1075 commits intoistio:experimental-windows-ambientfrom Mar 31, 2026
Merged
Experimental windows ambient rebase master branch#59655istio-testing merged 1075 commits intoistio:experimental-windows-ambientfrom
istio-testing merged 1075 commits intoistio:experimental-windows-ambientfrom
Conversation
…io#58768) * fix cni shutdown treating NodeAffinity change as upgrade/restart * added releasenotes * added not-nil guarantees * updated releasenotes
* avoid service deep copies * cleanup benchmarks * take write lock * fix * adjust benchmark * tweak comments * tweak more comments
* Add input validation for excludeInterfaces annotation * Move interface validation to pkg/util/net * Address review feedback: extend validation to kubevirt interfaces * Fix gci import formatting * Update pkg/util/net/ip.go Co-authored-by: Petr McAllister <[email protected]> * Update tests for tightened interface name regex --------- Co-authored-by: Petr McAllister <[email protected]>
* add source tags to waypoint trace Signed-off-by: Petr McAllister <[email protected]> * add new tags to the tests Signed-off-by: Petr McAllister <[email protected]> * lint Signed-off-by: Petr McAllister <[email protected]> --------- Signed-off-by: Petr McAllister <[email protected]>
Signed-off-by: Petr McAllister <[email protected]>
* set source waypoint span tags * update release note
…58849) Signed-off-by: Keith Mattix II <[email protected]>
* helm definition for ztunnel dns settings Signed-off-by: Petr McAllister <[email protected]> * add release notes Signed-off-by: Petr McAllister <[email protected]> --------- Signed-off-by: Petr McAllister <[email protected]>
Kiali v2.21.0 is the appropriate version for the next Istio release. This PR bumps up the Kiali addon to that version.
Enable testing services that use named target ports by adding TargetPortName field to echo.Port. When set, this uses the port name in Service targetPort instead of the numeric WorkloadPort. This supports standard Kubernetes behavior where Services can reference container ports by name rather than number.
…stio#58717) * remove `sidecar.istio.io/statsCompression` annotation * add option `statsCompression` (default true) Compressing metrics reduces the size of the responses by 90%. Since modern CPUs handle compression extremely efficiently, there is virtually no downside in allowing metrics scrapers to ask for compressed responses. In case no compression is wanted, a client like Prometheus can just request with an appropriate `Accept-Encoding` header (or none). Fixes: istio#48051 xref: istio#30987 istio#47997 Signed-off-by: Christian Rohmann <[email protected]> fixup
* krt memory controller * krt fake store * krt config stores * fix removed field assignement * remove unneeded methods
…er (istio#58542) Fixes istio#52050 Signed-off-by: Yann Soubeyrand <[email protected]>
…tio#58915) Signed-off-by: mkralik3 <[email protected]>
Signed-off-by: xin.li <[email protected]>
* add few missing annotation validations Signed-off-by: Petr McAllister <[email protected]> * release notes Signed-off-by: Petr McAllister <[email protected]> --------- Signed-off-by: Petr McAllister <[email protected]>
Signed-off-by: Keith Mattix II <[email protected]>
Signed-off-by: Petr McAllister <[email protected]>
Signed-off-by: Jacek Ewertowski <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Member
Author
|
/retest |
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
keithmattix
approved these changes
Mar 30, 2026
Contributor
keithmattix
left a comment
There was a problem hiding this comment.
All of the windows changes look uninteresting (which is good :)). A make gen should be all you need!
Member
Author
working on it, although I didn't understand why I need it. |
Signed-off-by: zirain <[email protected]>
Contributor
|
/retest |
Member
Author
|
@istio/wg-security-maintainers @istio/wg-environments-maintainers |
hanxiaop
approved these changes
Mar 31, 2026
Contributor
hzxuzhonghu
approved these changes
Mar 31, 2026
ca0f371
into
istio:experimental-windows-ambient
33 checks passed
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
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.
I tested this manually on local, seems nothing was broken.
cc @keithmattix