-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
istio/release-builder
#1294Closed
Copy link
Labels
area/user experiencelifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Description
Strawman implementation:
- Before we ship a release, guess when we will EOL it (this is generally known, but in theory we can change the EOL so its not perfect)
- In istioctl. add
if today > EOL date { warn }
- In helm, NOTES.txt can do the same thing
The reason we guess the EOL is because we don't want to do a dynamic internet lookup. Because we might be wrong, we may want to say something like "Warning: may be installing an EOL version: see istio.io/support for supported releases" or something, rather than "You are installing a EOL version"
Metadata
Metadata
Assignees
Labels
area/user experiencelifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while