-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: updates from main branch #1802
Merged
Merged
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
Co-authored-by: Dimitrij Drus <[email protected]> Co-authored-by: David van der Spek <[email protected]> --- perf: O(log(n)) time complexity for lookup of rules feat: Support for free and single (named) wildcards for request path matching and access of the captured values from the pipeline feat: Support for backtracking while matching rules feat: Multiple rules can be defined for the same path, e.g. to have separate rules for read and write requests feat: Glob expressions are context aware and use `.` for host related expressions and `/` for path related ones as separators refactor!: Rule matching configuration API redesigned refactor!: Default rule rejects requests with encoded slashes in the path of the URL with `400 Bad Request`
…TTPRoute` based integration options (#1420)
…e better support in templates (#1594)
…used with `metadata_endpoint` (#1658) --- Co-authored-by: Martin Koppehel <[email protected]> Co-authored-by: Dimitrij Drus <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dadrus <[email protected]> Co-authored-by: Martin Koppehel <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: Fixed a nil pointer error in the Helm chart that occurred when a deployment was configured with custom annotations due to an incorrect reference in the deployment template (#1752). fix: Updated the admission controller configuration in the Helm chart to align with the redesigned structure done in v0.12.0-alpha release of heimdall (#1752). fix: Corrected the placement of namespace selector properties in the Helm chart's admission controller configuration (#1752).
…zation, and error pipelines consistent (#1784)
…tbound requests according to RFC 9421 (#1507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dadrus <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ation version (#1798) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
No description provided.