Skip to content

Commit f355456

Browse files
Release commit for v1.5.21 (#505)
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 498087e commit f355456

3 files changed

Lines changed: 24 additions & 2 deletions

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 ?= $(shell go list -m toolchain | cut -c13-)
3333
UBUNTU_VER ?= 22.04
3434
DEBIAN_VER ?= stretch
35-
BASE_VERSION ?= v1.5.20
35+
BASE_VERSION ?= v1.5.21
3636

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

lib/metadata/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929

3030
// Version specifies fabric-ca-client/fabric-ca-server version
3131
// It is defined by the Makefile and passed in with ldflags
32-
var Version = "1.5.20"
32+
var Version = "1.5.21"
3333

3434
// GetVersionInfo returns version information for the fabric-ca-client/fabric-ca-server
3535
func GetVersionInfo(prgName string) string {

release_notes/v1.5.21.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
v1.5.21 Release Notes - June 3, 2026
2+
========================================
3+
4+
v1.5.21 updates the Go version and dependencies to address the following
5+
security vulnerabilities:
6+
7+
- CVE-2026-39821
8+
- CVE-2026-27145
9+
- CVE-2026-42507
10+
11+
This release also adds escaping of special characters in LDAP user name
12+
lookups.
13+
14+
Dependencies
15+
------------
16+
17+
Fabric CA v1.5.21 has been tested with the following dependencies:
18+
- Go 1.26.4
19+
- Ubuntu 22.04 (for Docker images)
20+
- Databases
21+
- PostgreSQL 17
22+
- MariaDB 11

0 commit comments

Comments
 (0)