-
Notifications
You must be signed in to change notification settings - Fork 11
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: use kuma version when installing it #949
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #949 +/- ##
===========================================
- Coverage 60.19% 42.41% -17.79%
===========================================
Files 50 50
Lines 4032 4039 +7
===========================================
- Hits 2427 1713 -714
- Misses 1300 2089 +789
+ Partials 305 237 -68
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bfaba2d
to
891d46e
Compare
891d46e
to
711ae39
Compare
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.
One nit, I'd have is to include this change in the changelog. Other than that looks good.
When your PR will be merged and this #946 too I think we can release a new version |
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
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.
👍
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
* feat: install default allow-all traffic permission when kuma >= 2.6.0 (#957) * feat: use kuma version when installing it (#949) Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com> * chore: test on PRs to release branches * run lint workflow for all branches * fix linter issues --------- Co-authored-by: Grzegorz Burzyński <czeslavo@gmail.com> Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
In Kuma addon builder we allow setting a version, but we don't use it when calling
helm install
.