Skip to content

Commit

Permalink
Release commit for v1.5.14
Browse files Browse the repository at this point in the history
Release commit for v1.5.14.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jan 27, 2025
1 parent 3363ce9 commit 98d276b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = fabric-ca
GO_VER = 1.23.5
UBUNTU_VER ?= 20.04
DEBIAN_VER ?= stretch
BASE_VERSION ?= v1.5.13
BASE_VERSION ?= v1.5.14

ARCH=$(shell go env GOARCH)
PLATFORM=$(shell go env GOOS)-$(shell go env GOARCH)
Expand Down
2 changes: 1 addition & 1 deletion lib/metadata/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (

// Version specifies fabric-ca-client/fabric-ca-server version
// It is defined by the Makefile and passed in with ldflags
var Version = "1.5.13"
var Version = "1.5.14"

// GetVersionInfo returns version information for the fabric-ca-client/fabric-ca-server
func GetVersionInfo(prgName string) string {
Expand Down
35 changes: 35 additions & 0 deletions release_notes/v1.5.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
v1.5.14 Release Notes - January 27, 2025
========================================

v1.5.14 updates code dependencies.


Dependencies
------------

Fabric CA v1.5.14 has been tested with the following dependencies:
- Go 1.23.5
- Ubuntu 20.04 (for Docker images)
- Databases
- PostgreSQL 13
- MySQL 8.0


Changes
-------

In Fabric CA v1.4 a more secure mechanism was made available for authentication.
Most Fabric CA clients have been updated to utilize the new authentication header,
therefore Fabric CA v1.5.14 changes the default to utilize the more secure mechanism.
If you have an older Fabric CA client you can still utilize the prior mechanism by
setting the following environment variable on the Fabric CA server:

`FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3=true`

Known Vulnerabilities
---------------------
None.

Resolved Vulnerabilities
------------------------
None.

0 comments on commit 98d276b

Please sign in to comment.