File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed
Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = fabric-ca
3232GO_VER ?= 1.25.7
3333UBUNTU_VER ?= 22.04
3434DEBIAN_VER ?= stretch
35- BASE_VERSION ?= v1.5.16
35+ BASE_VERSION ?= v1.5.17
3636
3737ARCH =$(shell go env GOARCH)
3838PLATFORM =$(shell go env GOOS) -$(shell go env GOARCH)
@@ -210,8 +210,8 @@ release/%/bin/fabric-ca-server: $(GO_SOURCE)
210210# to the test target you are running i.e. (unit-tests, int-tests, all-tests).
211211.PHONY : docker-thirdparty
212212docker-thirdparty :
213- docker pull postgres:13.13
214- docker pull mysql:8.0
213+ docker pull postgres:$( PG_VER )
214+ docker pull mariadb:11
215215
216216.PHONY : dist
217217dist : dist-clean release
Original file line number Diff line number Diff line change 1+ v1.5.17 Release Notes - February 6, 2026
2+ ========================================
3+
4+ v1.5.17 updates dependencies to address the following security vulnerabilities:
5+
6+ - CVE-2025 -68121
7+ - CVE-2025 -61730
8+ - CVE-2025 -61726
9+
10+ This release also allows CA URLs to include path components. For example,
11+ ` https://my-fabric-ca/ca ` . Previously only ` https://my-fabric-ca ` would be
12+ accepted.
13+
14+ Dependencies
15+ ------------
16+
17+ Fabric CA v1.5.17 has been tested with the following dependencies:
18+ - Go 1.25.7
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