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

feat: add CRDs for new GatewayAPI filters #631

Merged
merged 3 commits into from
Jan 13, 2025

fix: rbac

85d5c7b
Select commit
Loading
Failed to load commit list.
Merged

feat: add CRDs for new GatewayAPI filters #631

fix: rbac
85d5c7b
Select commit
Loading
Failed to load commit list.
Mergify / Mergify Merge Protections succeeded Jan 13, 2025 in 3s

3 applicable rules, 3 validating requirements

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(\[wip\]|\[backport\]|\[cherry-pick\])?( )?(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 Enforce verified commits

Wonderful, this rule succeeded.

Make sure that we have verified commits

  • #commits-unverified = 0

🟢 Enforce linear history

Wonderful, this rule succeeded.

Make sure that we have a linear history, no merge commits are allowed

  • linear-history