-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update Linux versions #9709
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
Update Linux versions #9709
Conversation
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.
Sorry, I also forgot to change the last update timestamp on my PRs. As there might be some delays between PR creation and merge, we might want to do it briefly before merging.
Maybe we should also note in the Schema that it should be checked by comparing for IF it changed since last checked and not that the time is greater when the real time used when checked. Otherwise one might miss changes as the timestamp might be "before checked" at a time after one checked it.
@@ -47,9 +47,9 @@ Notes: | |||
OS | Versions | Architectures | Lifecycle | |||
------------------------------- | --------------------------- | --------------------- | ---------------------- | |||
[Alpine][6] | 3.21 | Arm32, Arm64, x64 | [Lifecycle][7] | |||
[Azure Linux][8] | 3.0 | Arm64, x64 | None |
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.
Seems like distroessed changed here? Shouldn't make a hard difference.
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.
Looks like some logic got lost in the tool. It needs to be updated. I can do that later. Good catch.
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.
It is fixed now.
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.
Looks good
| OS | Version | Date | | ||
| --------------------- | ------------- | -------------------- | | ||
| iOS | 16 | [2024-08-07](https://support.apple.com/HT213407) | | ||
| iPadOS | 16 | [9999-12-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | |
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.
Looks like this bad date slipped through @Falco20019. We'll have to address that in a distroessed update.
@Falco20019 @siramvikram
FYI: I've been forgetting to update the
last-updated
date. Good to remember for later. I did it this time.