-
Notifications
You must be signed in to change notification settings - Fork 91
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
[maistra-2.6] Rebase commits between 2.5.0 and 2.5.2 #1016
[maistra-2.6] Rebase commits between 2.5.0 and 2.5.2 #1016
Commits on Jun 5, 2024
-
OSSM-5312: Remove TagWatcher from gateway deployment controller
TagWatcher requires cluster-scoped permissions for MutatingWebhooks, so we can't support it in multi-tenant mode. On the other hand, it can't be used in cluster-wide mode as well, because TagWatcher watches MutatingWebhooks and relies on istio.io/rev label, which is not unique across control planes in OSSM. Additionally, TagWatcher causes skipping Gateways which do not have istio.io/rev label while the control plane is a revision different than "default". Co-authored-by: Jacek Ewertowski <[email protected]> Signed-off-by: Yann Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d67614 - Browse repository at this point
Copy the full SHA 1d67614View commit details -
OSSM-6079: Pass --resync flag to federation registry (maistra#958)
* OSSM-6079: Pass --resync flag to federation registry Signed-off-by: Jacek Ewertowski <[email protected]> * Remove comments for defaultRetry Signed-off-by: Jacek Ewertowski <[email protected]> --------- Signed-off-by: Jacek Ewertowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1985ba - Browse repository at this point
Copy the full SHA d1985baView commit details -
samples: extauthz: do not return request body as a header when it exc…
…eeds 60KB (#49363) (maistra#950) * samples: do not return request body as a header to avoid 431 * Typo fixes --------- Signed-off-by: Jacek Ewertowski <[email protected]> Co-authored-by: Jacek Ewertowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5eab81 - Browse repository at this point
Copy the full SHA b5eab81View commit details -
OSSM-6177 Prevent nil pointer dereference when analysis is enabled an…
…d GatewayAPI is disabled (maistra#977)
Configuration menu - View commit details
-
Copy full SHA for 1f3a0b4 - Browse repository at this point
Copy the full SHA 1f3a0b4View commit details -
OSSM-6289 Only watch required resources in analysis controller (maist…
…ra#978) Co-authored-by: Marko Lukša <[email protected]> Signed-off-by: Yann Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e1a060 - Browse repository at this point
Copy the full SHA 3e1a060View commit details -
tests: fix flaky test federation/ha/TestDiscovery (maistra#982)
TestDiscovery is flaky, because weighted load balancing is not 100% accurate and it often fails for 2 requests. Signed-off-by: Jacek Ewertowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cf7201 - Browse repository at this point
Copy the full SHA 9cf7201View commit details
Commits on Jun 6, 2024
-
Allow custom Gateway API class and controller names (istio/istio#48056)
Custom values can be set through pilot environment variables. --------- Co-authored-by: Jonh Wendell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9f0736 - Browse repository at this point
Copy the full SHA f9f0736View commit details