-
Notifications
You must be signed in to change notification settings - Fork 192
Rename kctrl-command-tree feature flag #4162
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4162 +/- ##
==========================================
- Coverage 49.31% 48.37% -0.95%
==========================================
Files 450 480 +30
Lines 44577 46697 +2120
==========================================
+ Hits 21984 22588 +604
- Misses 20519 21977 +1458
- Partials 2074 2132 +58
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok to me.
But we may want to update the string kctrl-package-command-tree
in the test of cmd/cli/plugin/package/test/package_plugin_integration_test.go
.
Good catch! Thanks :) |
6416353
to
de56e73
Compare
Sounds like a good idea. Thanks for doing that! 👍 |
e7ca634
to
18aa0bf
Compare
Use `features.package.kctrl-command-tree` instead of `features.package.kctrl-package-command-tree`. This is done to ensure that the default value is toggled to true even while upgrading from an older version.
18aa0bf
to
09d491f
Compare
What this PR does / why we need it
Rename kctrl-command-tree feature flag.
Use
features.package.kctrl-command-tree
instead offeatures.package.kctrl-package-command-tree
. This is done to ensure that the default value is toggled to true even while upgrading from an older version.Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
Release note