We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9d189 commit e42dcb6Copy full SHA for e42dcb6
2 files changed
Makefile
@@ -32,7 +32,7 @@ PROJECT_NAME = fabric-ca
32
GO_VER ?= 1.26.2
33
UBUNTU_VER ?= 22.04
34
DEBIAN_VER ?= stretch
35
-BASE_VERSION ?= v1.5.18
+BASE_VERSION ?= v1.5.19
36
37
ARCH=$(shell go env GOARCH)
38
PLATFORM=$(shell go env GOOS)-$(shell go env GOARCH)
release_notes/v1.5.19.md
@@ -0,0 +1,20 @@
1
+v1.5.19 Release Notes - April 17, 2026
2
+========================================
3
+
4
+v1.5.19 updates the Go version to address the following security
5
+vulnerabilities:
6
7
+- CVE-2026-33810
8
+- CVE-2026-32283
9
+- CVE-2026-32281
10
+- CVE-2026-32280
11
12
+Dependencies
13
+------------
14
15
+Fabric CA v1.5.19 has been tested with the following dependencies:
16
+- Go 1.26.2
17
+- Ubuntu 22.04 (for Docker images)
18
+- Databases
19
+ - PostgreSQL 17
20
+ - MariaDB 11
0 commit comments