# HG changeset patch # User Florent Aide <florent.aide@gmail.com> # Date 1710255574 -3600 # Tue Mar 12 15:59:34 2024 +0100 # Node ID 3200e0a4d7a35c3afc6805f357411b9bb1638881 # Parent 9bf646baa419c11152e1319a07833180316865c3 prepare 3.2.7 release diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ unit_tests: stage: test - image: quay.orus.io/cc/golang:1.22.0-bullseye + image: quay.orus.io/cc/golang:1.22.1-bullseye variables: YTT_VERSION: v0.41.1 YTT_SHA256: 65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03 @@ -43,7 +43,7 @@ lint: stage: lint - image: quay.orus.io/cc/golang:1.22.0-bullseye + image: quay.orus.io/cc/golang:1.22.1-bullseye cache: key: tooling paths: @@ -56,7 +56,7 @@ vulncheck: stage: vulncheck - image: quay.orus.io/cc/golang:1.22.0-bullseye + image: quay.orus.io/cc/golang:1.22.1-bullseye cache: key: tooling paths: @@ -69,7 +69,7 @@ build: stage: build - image: quay.orus.io/cc/golang:1.22.0-bullseye + image: quay.orus.io/cc/golang:1.22.1-bullseye artifacts: paths: - build diff --git a/HISTORY.rst b/HISTORY.rst --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ HISTORY ******* +3.2.7 (2024-03-12) +================== + +- NO functional change. Only a rebuild with Golang 1.22.1 to avoid some + vulnerability with crypto/x509 https://pkg.go.dev/vuln/GO-2024-2598 + and with net/textproto https://pkg.go.dev/vuln/GO-2024-2599 + 3.2.6 (2024-03-01) ==================