Skip to content

Commit e42dcb6

Browse files
Release commit for v1.5.19 (#491)
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 1f9d189 commit e42dcb6

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = fabric-ca
3232
GO_VER ?= 1.26.2
3333
UBUNTU_VER ?= 22.04
3434
DEBIAN_VER ?= stretch
35-
BASE_VERSION ?= v1.5.18
35+
BASE_VERSION ?= v1.5.19
3636

3737
ARCH=$(shell go env GOARCH)
3838
PLATFORM=$(shell go env GOOS)-$(shell go env GOARCH)

release_notes/v1.5.19.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)