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

provisioner: Use separate flag for each disabled feature #6413

Conversation

sunjayBhatia
Copy link
Member

@sunjayBhatia sunjayBhatia commented May 6, 2024

Flags on Contour Deployment should be separate, not comma separated list (list causes contour to fail to deploy)

Flags on Contour Deployment should be separate, not comma
separated list

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@sunjayBhatia sunjayBhatia added kind/bug Categorizes issue or PR as related to a bug. release-note/small A small change that needs one line of explanation in the release notes. labels May 6, 2024
@sunjayBhatia sunjayBhatia requested a review from a team as a code owner May 6, 2024 19:06
@sunjayBhatia sunjayBhatia requested review from tsaarni, skriss, a team, rajatvig and davinci26 and removed request for a team May 6, 2024 19:06
@sunjayBhatia sunjayBhatia added release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes. and removed release-note/small A small change that needs one line of explanation in the release notes. labels May 6, 2024
@sunjayBhatia
Copy link
Member Author

oops, accidentally pushed the changelog commit to main 🙃 : ad89ab5

removed changelog tag from this PR

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.62%. Comparing base (5086f7d) to head (b9d6d6b).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #6413   +/-   ##
=======================================
  Coverage   81.62%   81.62%           
=======================================
  Files         133      133           
  Lines       15856    15857    +1     
=======================================
+ Hits        12943    12944    +1     
  Misses       2619     2619           
  Partials      294      294           
Files Coverage Δ
...ernal/provisioner/objects/deployment/deployment.go 89.95% <100.00%> (+0.04%) ⬆️

Copy link
Member

@skriss skriss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, probably worth a backport to release-1.28 (only release this feature is in) too since we're about to patch.

@sunjayBhatia
Copy link
Member Author

LGTM, probably worth a backport to release-1.28 (only release this feature is in) too since we're about to patch.

SGTM, will do!

@sunjayBhatia sunjayBhatia enabled auto-merge (squash) May 6, 2024 19:23
@sunjayBhatia sunjayBhatia merged commit b997b95 into projectcontour:main May 6, 2024
33 of 36 checks passed
@sunjayBhatia sunjayBhatia deleted the provisioner-contour-dep-disabled-features branch May 6, 2024 19:56
@lubronzhan
Copy link
Contributor

Good catch, didn't noticed this flag should be passed separately for each feature. I should add a e2e test to disable multiple features

SamMHD pushed a commit to SamMHD/contour that referenced this pull request Sep 8, 2024
…our#6413)

Flags on Contour Deployment should be separate, not comma
separated list

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Saman Mahdanian <saman@mahdanian.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants