From 7189aba3964556a11356b0f8d44765f7e86788b6 Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Tue, 4 Jun 2024 15:07:06 +0000 Subject: [PATCH] internal/history: document Go 1.22.4 and 1.21.11 releases Change-Id: I9431510f6371516e3a429ab804fa4cb72d344387 Reviewed-on: https://go-review.googlesource.com/c/website/+/590335 Reviewed-by: David Chase LUCI-TryBot-Result: Go LUCI --- internal/history/release.go | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/internal/history/release.go b/internal/history/release.go index a03af6df..18e7a965 100644 --- a/internal/history/release.go +++ b/internal/history/release.go @@ -14,6 +14,26 @@ import "html/template" // // The table is sorted by date, breaking ties with newer versions first. var Releases = []*Release{ + { + Date: Date{2024, 6, 4}, Version: Version{1, 22, 4}, + Security: &FixSummary{ + Packages: []string{"archive/zip", "net/netip"}, + }, + Bug: &FixSummary{ + Components: []template.HTML{"the compiler", "the go command", "the linker", "the runtime"}, + Packages: []string{"os"}, + }, + }, + { + Date: Date{2024, 6, 4}, Version: Version{1, 21, 11}, + Security: &FixSummary{ + Packages: []string{"archive/zip", "net/netip"}, + }, + Bug: &FixSummary{ + Components: []template.HTML{"the compiler", "the go command", "the runtime"}, + Packages: []string{"os"}, + }, + }, { Date: Date{2024, 5, 7}, Version: Version{1, 22, 3}, Security: &FixSummary{