forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
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
add SIMBA documentation, update docker go module to resolve security vuln #1
Open
emily-zall
wants to merge
165
commits into
master
Choose a base branch
from
ezall-upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
) * minor comment updates and reason name change Signed-off-by: Rama Chavali <[email protected]> * rearrange comments Signed-off-by: Rama Chavali <[email protected]> --------- Signed-off-by: Rama Chavali <[email protected]> Co-authored-by: Rama Chavali <[email protected]>
Signed-off-by: Ian Rudie <[email protected]> Co-authored-by: Ian Rudie <[email protected]>
Signed-off-by: Ian Rudie <[email protected]> Co-authored-by: Ian Rudie <[email protected]>
Co-authored-by: zirain <[email protected]>
* pin envoyproxy/go-control-plane * gosum
* bikeshed: AUTO_ALLOW_WAYPOINT_POLICY * Update pilot/pkg/features/ambient.go --------- Co-authored-by: Steven Landow <[email protected]> Co-authored-by: Steven Landow <[email protected]>
…nPolicy (istio#50630) * Add ValidatingAdmissionPolicy for stable channel implementation Signed-off-by: Keith Mattix II <[email protected]> * Make VAPs work with revisions and stub out some tests Signed-off-by: Keith Mattix II <[email protected]> * Add tests for default and revisioned VAP Signed-off-by: Keith Mattix II <[email protected]> * Simplify expression Signed-off-by: Keith Mattix II <[email protected]> * Remove kind customizations Signed-off-by: Keith Mattix II <[email protected]> * VAP is v1 now Signed-off-by: Keith Mattix II <[email protected]> * Typo Signed-off-by: Keith Mattix II <[email protected]> --------- Signed-off-by: Keith Mattix II <[email protected]> Co-authored-by: Keith Mattix II <[email protected]>
* istioctl ztunnel: add connections command * fix lint * Include remote service --------- Co-authored-by: John Howard <[email protected]>
…o#50656) * clarify zc output by adding type info to headers Signed-off-by: Ian Rudie <[email protected]> * update testdata Signed-off-by: Ian Rudie <[email protected]> --------- Signed-off-by: Ian Rudie <[email protected]> Co-authored-by: Ian Rudie <[email protected]>
Signed-off-by: Keith Mattix II <[email protected]> Co-authored-by: Keith Mattix II <[email protected]>
The log examples were invalid/misleading, and config dump was missing a field. Co-authored-by: John Howard <[email protected]>
Currently the sandwich is sending waypoint in envoy AND adding another layer in ztunnel. This lets us disable it Co-authored-by: John Howard <[email protected]>
* Gateway v1.1: support gRPC route v1 * fix unit test * Update to v1.1-rc * fixes * deprecations --------- Co-authored-by: John Howard <[email protected]>
We were showing the leaf as "CA", and intermediates as "CA". Now show them properly: Root, Intermediate(s), Leaf Co-authored-by: John Howard <[email protected]>
…olicy (istio#50703) * fix injection template for localhost inbound traffic policy Signed-off-by: Rama Chavali <[email protected]> * add release notes Signed-off-by: Rama Chavali <[email protected]> * remove unnecessary files Signed-off-by: Rama Chavali <[email protected]> --------- Signed-off-by: Rama Chavali <[email protected]> Co-authored-by: Rama Chavali <[email protected]>
…stio#50719) * fix eds cluster has invalid endpoints * Add release note * Fix specical case ep address empty * add uds addr check * use IsValidIP --------- Co-authored-by: Zhonghu Xu <[email protected]>
…nnel (istio#50738) * Add keepalives to waypoint HBONE server to mimic ztunnel Signed-off-by: Benjamin Leggett <[email protected]> * relnotes Signed-off-by: Benjamin Leggett <[email protected]> * fixup Signed-off-by: Benjamin Leggett <[email protected]> --------- Signed-off-by: Benjamin Leggett <[email protected]> Co-authored-by: Benjamin Leggett <[email protected]>
…stio#50731) * Fix services in SidecarScope.servicesByHostname not equal to SidecarScope.services * fix lint * update comment * rm blank line --------- Co-authored-by: Zhonghu Xu <[email protected]>
…stio#51723) * log: fix race when updating output level and cloning * fix logr test --------- Co-authored-by: John Howard <[email protected]>
* Fix race (istio#51364) * Fix ci lint
* cni: properly cleanup completed pods Followup to istio#51429. When a pod is moved to terminal stage, we call RemovePodFromMesh. This has a variety of cleanup steps, and aborts early if any fail. Because the pod is terminated, we will fail to cleanup the in-pod rules. This is OK! The pod is terminated anyways. But with the current logic, this also means we do not send ztunnel the removed message, and it will leak proxy instances. Additionally, this does a variety of logging cleanups so that we consistently format messages and always show which pod we are acting on. * Address comments (cherry picked from commit 760ad26)
Signed-off-by: Faseela K <[email protected]> Co-authored-by: Faseela K <[email protected]>
…ith more tests (istio#51803) Signed-off-by: Benjamin Leggett <[email protected]>
… in envoy (istio#51801) Signed-off-by: Lars Haugan <[email protected]> Co-authored-by: Lars Haugan <[email protected]>
istio#51788) (istio#51839) * Fixed when a router associated service created, the proxy.MergedGateways is not recomputed * fix comments * update * Fix release note * git diff --------- Signed-off-by: Zhonghu Xu <[email protected]>
…#51853) Signed-off-by: Whitney Griffith <[email protected]> Co-authored-by: Whitney Griffith <[email protected]>
Signed-off-by: Whitney Griffith <[email protected]> Co-authored-by: Whitney Griffith <[email protected]>
* cni: expose error messages to client * fix test --------- Co-authored-by: John Howard <[email protected]>
…tio#51921) (cherry picked from commit fea8abb)
A bit too much to review here, so I'll approve. |
keyz182
approved these changes
Aug 7, 2024
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.
add SIMBA documentation, update docker go module to resolve security vuln