-
Notifications
You must be signed in to change notification settings - Fork 593
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
[DEVEX-36] rpk: change expiry check for free_trial #23951
Conversation
If it's a free trial license the expiry warning check threshold will be set to 15days instead of 30 for the rest of license types. Fixes DEVEX-36
Now the license nags will be shown for customers with free_trial licenses that has less than 15 days left.
Added 84a3ff0 to solve DEVEX-37 Now we will show the license nag for customers with free_trial licenses that has less than 15 days left. For example:
|
c14a9b9 added a new automatic text wrap for the message depending on the terminal size to improve readability. |
Better readability since it's a long line.
c14a9b9
to
663291e
Compare
/backport v24.2.x |
/backport v24.1.x |
Failed to create a backport PR to v24.1.x branch. I tried:
|
Failed to create a backport PR to v24.2.x branch. I tried:
|
If it's a free trial license the expiry warning
check threshold will be set to 15 days instead of
30 for the rest of the license types.
Fixes DEVEX-36 and DEVEX-37
Backports Required
Release Notes