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 FillIDs feature gate #4075

Merged
merged 2 commits into from
May 25, 2023
Merged

feat: add FillIDs feature gate #4075

merged 2 commits into from
May 25, 2023

Conversation

czeslavo
Copy link
Contributor

@czeslavo czeslavo commented May 24, 2023

What this PR does / why we need it:

Adds a default-off FillIDs feature gate to allow opting in for the #3906.

Which issue this PR fixes:

Closes #4074

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@czeslavo czeslavo added the area/feature New feature or request label May 24, 2023
@czeslavo czeslavo added this to the KIC v2.10.0 milestone May 24, 2023
@czeslavo czeslavo requested a review from a team as a code owner May 24, 2023 19:16
@czeslavo czeslavo self-assigned this May 24, 2023
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Patch coverage: 100.0% and project coverage change: +0.1 🎉

Comparison is base (28995cc) 59.9% compared to head (2dd8168) 60.0%.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #4075     +/-   ##
=======================================
+ Coverage   59.9%   60.0%   +0.1%     
=======================================
  Files        149     149             
  Lines      16517   16536     +19     
=======================================
+ Hits        9896    9937     +41     
+ Misses      5992    5969     -23     
- Partials     629     630      +1     
Impacted Files Coverage Δ
internal/dataplane/parser/parser.go 75.3% <100.0%> (-1.0%) ⬇️
internal/manager/featuregates/feature_gates.go 100.0% <100.0%> (ø)

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

randmonkey
randmonkey previously approved these changes May 25, 2023
FEATURE_GATES.md Outdated Show resolved Hide resolved
@czeslavo czeslavo marked this pull request as draft May 25, 2023 10:01
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@czeslavo czeslavo changed the title feat: add default-true FillIDs feature gate feat: add FillIDs feature gate May 25, 2023
@czeslavo czeslavo marked this pull request as ready for review May 25, 2023 14:33
@czeslavo czeslavo added the ci/run-e2e Trigger e2e test run from PR label May 25, 2023
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests were started at https:/Kong/kubernetes-ingress-controller/actions/runs/5081851172

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label May 25, 2023
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@team-k8s-bot team-k8s-bot temporarily deployed to gcloud May 25, 2023 16:13 — with GitHub Actions Inactive
@czeslavo czeslavo enabled auto-merge (squash) May 25, 2023 16:36
@czeslavo czeslavo merged commit 45948a6 into main May 25, 2023
@czeslavo czeslavo deleted the fill-ids-fg branch May 25, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature-gated FillIDs
5 participants