-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release commit for v1.5.14. Signed-off-by: David Enyeart <[email protected]>
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |