Skip to content
Snippets Groups Projects
Commit 3200e0a4d7a3 authored by Florent Aide's avatar Florent Aide
Browse files

prepare 3.2.7 release

parent 9bf646baa419
No related branches found
Tags 3.2.7
No related merge requests found
Pipeline #80070 passed
......@@ -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
......
......@@ -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)
==================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment