diff options
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | version.json | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7360e..b6694d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## vyos-1x +- vyos.ethtool: T6070: fix EEE reading the incorrect status line + - PR: vyos/vyos-1x#3052 +- vyos-hostsd: T4270: resolve only hostname without domain name to 127.0.1.1 + - PR: vyos/vyos-1x#3066 + ## vyos-build diff --git a/version.json b/version.json index 0b2ae47..473592b 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ [ { - "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202402291036/vyos-1.5-rolling-202402291036-amd64.iso", - "version": "1.5-rolling-202402291036", - "timestamp": "2024-02-29T10:36:54Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202403010026/vyos-1.5-rolling-202403010026-amd64.iso", + "version": "1.5-rolling-202403010026", + "timestamp": "2024-03-01T00:26:11Z" } ]
\ No newline at end of file |
