File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = fabric-ca
3232GO_VER ?= $(shell go list -m toolchain | cut -c13-)
3333UBUNTU_VER ?= 22.04
3434DEBIAN_VER ?= stretch
35- BASE_VERSION ?= v1.5.20
35+ BASE_VERSION ?= v1.5.21
3636
3737ARCH =$(shell go env GOARCH)
3838PLATFORM =$(shell go env GOOS) -$(shell go env GOARCH)
Original file line number Diff line number Diff 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
3535func GetVersionInfo (prgName string ) string {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments