Compare commits

..

3 Commits
2.110 ... 2.111

Author SHA1 Message Date
Jamie Cameron
f6b3bb2ca5 New version bump 2024-04-15 20:54:02 -07:00
Jamie Cameron
f25c71f625 New version bump 2024-04-15 20:50:36 -07:00
Ilia Ross
657113d0c8 Fix to return if no EOL data found for specific OS version #2121 2024-04-16 02:38:49 +03:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
## Changelog
#### 2.110 (April 16, 2024)
#### 2.111 (April 16, 2024)
* Fix EOL detection for unreleased Linux distributions
#### 2.110 (April 15, 2024)
* Add an API to check if the system is running or approaching its end of life (EOL)
* Add support for `systemd-timesyncd` and `chronyd` to the System Time module
* Add Ubuntu 24.04 support

View File

@@ -1 +1 @@
2.110
2.111

View File

@@ -101,6 +101,7 @@ if (ref($eol_json) eq 'ARRAY' && @$eol_json) {
my ($eol_json_this_os) =
grep { $_->{'_os'} eq $os &&
$_->{'cycle'} eq $os_version } @$eol_json;
return undef if (!$eol_json_this_os);
$eol_json_this_os->{'_os_name'} = $gconfig{'real_os_type'};
$eol_json_this_os->{'_os_version'} = $os_version;
# Convert EOL date to a timestamp