Skip to content

Commit

Permalink
Release commit for Fabric-CA v1.4.9
Browse files Browse the repository at this point in the history
Final updates to Makefile and release notes

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Sep 30, 2020
1 parent e709511 commit 44fffab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.4.9
Wed Sep 30 14:48:49 EDT 2020

* [e709511](https://github.com/hyperledger/fabric-ca/commit/e709511) Add v1.4.9 release notes.
* [8ac7348](https://github.com/hyperledger/fabric-ca/commit/8ac7348) Allow reenroll to reuse existing private key
* [4d53ed8](https://github.com/hyperledger/fabric-ca/commit/4d53ed8) Edits to use a CA

## v1.4.8
Thu Jul 30 20:04:06 EDT 2020

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# - clean-all - cleans the build area and release packages

PROJECT_NAME = fabric-ca
BASE_VERSION = 1.4.8
PREV_VERSION = 1.4.7
BASE_VERSION = 1.4.9
PREV_VERSION = 1.4.8
IS_RELEASE = true

ARCH=$(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.4.8"
var Version = "1.4.9"

// GetVersionInfo returns version information for the fabric-ca-client/fabric-ca-server
func GetVersionInfo(prgName string) string {
Expand Down
8 changes: 4 additions & 4 deletions release_notes/v1.4.9.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
v1.4.9 Release Notes - TBD
==========================
v1.4.9 Release Notes - September 30, 2020
=========================================

Fixes
-----

**FABC-914: fabric-ca-client - Allow reenroll request to utilize existing private key**

fabric-ca-client ``reenroll`` command always generated a new private key in the certificate signing request.
fabric-ca-client `reenroll` command always generated a new private key in the certificate signing request.
This fix allows reenroll command to use the existing private key by setting the
``--csr.keyrequest.reusekey`` flag. This may be important if the previously issued certificate expires
`--csr.keyrequest.reusekey` flag. This may be important if the previously issued certificate expires
and needs to be re-issued, without updating the public key within the certificate.


Expand Down

1 comment on commit 44fffab

@Rosebella1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need vi.9

Please sign in to comment.