diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-06-05 08:45:26 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-06-05 08:45:26 +0100 |
commit | 7e5410ea03fb922a0d0787102976129ad283e272 (patch) | |
tree | a3226b0f7bdeb2a596b78dee0412e46da5a3cb10 | |
parent | 87018d1e7d067113c6bbde61d93d0b36d23305d3 (diff) | |
download | community.vyos.net-7e5410ea03fb922a0d0787102976129ad283e272.tar.gz community.vyos.net-7e5410ea03fb922a0d0787102976129ad283e272.zip |
Update the release status for 1.4.0 GA
-rw-r--r-- | release-status.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release-status.toml b/release-status.toml index 5dec6e4..8b1ff11 100644 --- a/release-status.toml +++ b/release-status.toml @@ -1,11 +1,10 @@ [release.sagitta] - latest = "1.4.0-epa3" + latest = "1.4.0" security_advisory = [ - {cve="CVE-2024-2961", title="GNU libc iconv buffer overflow", description="Potential DoS in any application that encodes strings", status="fixed"}, ] - notes = "Early production access, please report any issues!" + notes = "GA release" [release.equuleus] latest = "1.3.7" |