Skip to content
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

Automator: merge upstream changes to openshift-service-mesh/istio@master #330

Conversation

openshift-service-mesh-bot

Generated by Automator - 2025-03-28T05:18:28+00:00

howardjohn and others added 5 commits March 27, 2025 10:40
* krt: allow fetching a collection by Index and Key

See test case added. Our optimization around reverse indexing only
allowed a single Index/Key fetch per collection. This allows doing both.

In theory you may want multiple distinct Index/Key lookups to a single
collection, but this is pretty hard to address.

How this works is instead of keying just by `collection`, we key by
`{collection, lookupType}`.

We explicitly detect the case of an Index+Key lookup on the same Fetch.
We cannot detect the case of 2 separate Fetch calls both doing an Index
or both doing a Get, though.

* lint

* improve comment
These are not supported by ztunnel, but we should treat them as not
existing
* Initial

* add HPA

* add PDB and metadata safety

* add release note

* customization

* Address comments

* Various fixes
* upstream/master:
  Implement Gateway/Waypoint customization (#55283)
  ambient: do not process dry-run rules (#55414)
  Init trust bundle when multi root enabled (#55677)
  krt: allow fetching a collection by Index and Key (#55515)
@openshift-merge-bot openshift-merge-bot bot merged commit ce2b45b into openshift-service-mesh:master Mar 28, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants