-
-
Notifications
You must be signed in to change notification settings - Fork 16
chore(operator/eos): Adjust the warning message #1103
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
base: main
Are you sure you want to change the base?
Conversation
"the operator reached end-of-support" | ||
eos.built.datetime = built_datetime, | ||
eos.build.age = build_age, | ||
"This operator version was built on {built_datetime} ({build_age} days ago) and may has reached end-of-support. \ |
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 operator version was built on {built_datetime} ({build_age} days ago) and may has reached end-of-support. \ | |
"This operator version was built on {built_datetime} ({build_age} days ago) and may have reached end-of-support. \ |
One typo. I can't really comment on the Rust changes :( Thank you! |
|
||
### Changed | ||
|
||
- Update the end-of-support warning message ([#1103]) |
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.
I personally wouldn't add a new changelog entry, but just add this PR number to Add end-of-support checker
.
EOS was never released, this change might confuse users, as they will not see the change.
Not blocking this PR though
eos.built.datetime = built_datetime, | ||
eos.build.age = build_age, |
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.
Is built vs build intentional?
This PR adjusts the end-of-support warning message as discussed in today's meeting.