File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed
Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = fabric-ca
3232GO_VER = 1.23.5
3333UBUNTU_VER ?= 20.04
3434DEBIAN_VER ?= stretch
35- BASE_VERSION ?= v1.5.13
35+ BASE_VERSION ?= v1.5.14
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.13 "
32+ var Version = "1.5.14 "
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.14 Release Notes - January 27, 2025
2+ ========================================
3+
4+ v1.5.14 updates code dependencies.
5+
6+
7+ Dependencies
8+ ------------
9+
10+ Fabric CA v1.5.14 has been tested with the following dependencies:
11+ - Go 1.23.5
12+ - Ubuntu 20.04 (for Docker images)
13+ - Databases
14+ - PostgreSQL 13
15+ - MySQL 8.0
16+
17+
18+ Changes
19+ -------
20+
21+ In Fabric CA v1.4 a more secure mechanism was made available for authentication.
22+ Most Fabric CA clients have been updated to utilize the new authentication header,
23+ therefore Fabric CA v1.5.14 changes the default to utilize the more secure mechanism.
24+ If you have an older Fabric CA client you can still utilize the prior mechanism by
25+ setting the following environment variable on the Fabric CA server:
26+
27+ ` FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=true `
28+
29+ Known Vulnerabilities
30+ ---------------------
31+ None.
32+
33+ Resolved Vulnerabilities
34+ ------------------------
35+ None.
You can’t perform that action at this time.
0 commit comments