Skip to content

Commit 98d276b

Browse files
committed
Release commit for v1.5.14
Release commit for v1.5.14. Signed-off-by: David Enyeart <[email protected]>
1 parent 3363ce9 commit 98d276b

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

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.23.5
3333
UBUNTU_VER ?= 20.04
3434
DEBIAN_VER ?= stretch
35-
BASE_VERSION ?= v1.5.13
35+
BASE_VERSION ?= v1.5.14
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.13"
32+
var Version = "1.5.14"
3333

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

release_notes/v1.5.14.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

0 commit comments

Comments
 (0)