Skip to content

Commit

Permalink
FAB-8885 Prepare fabric-ca for 1.1.0
Browse files Browse the repository at this point in the history
Prepare fabric-ca for 1.1.0 release

Change-Id: Iacda5942cd713cc9be9bd3d3b6fcd0de9ab00333
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Mar 15, 2018
1 parent 79c4194 commit f69f53b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.1.0
Thu Mar 15 13:44:43 EDT 2018

* [79c4194](https://github.com/hyperledger/fabric-ca/commit/79c4194) [FAB-8750](https://jira.hyperledger.org/browse/FAB-8750) Fabric-ca docs need updating
* [62bff8a](https://github.com/hyperledger/fabric-ca/commit/62bff8a) [FAB-8661](https://jira.hyperledger.org/browse/FAB-8661) Updated vendored package bccsp
* [d28de76](https://github.com/hyperledger/fabric-ca/commit/d28de76) FAB-8287 Prepare fabric-ca for next release

## v1.1.0-rc1
Thu Mar 1 13:05:50 EST 2018

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
PROJECT_NAME = fabric-ca
BASE_VERSION = 1.1.0
PREV_VERSION = 1.1.0-rc1
IS_RELEASE = false
IS_RELEASE = true

ARCH=$(shell uname -m)
MARCH=$(shell go env GOOS)-$(shell go env GOARCH)
Expand Down
38 changes: 38 additions & 0 deletions release_notes/v1.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
v1.1.0 March 15, 2018
---------------------

Release Notes
-------------

Added support for CRLs and attribute based access control.

Added support for dynamic configurtion of the fabric-ca-server without requiring restart.

Added capability to dynamically modify affiliations.

Bug fixes, documentation and test coverage improvements, UX improvements
based on user feedback and changes to address a variety of static scan
findings (unused code, static security scanning, spelling, linting and more).

Updated to Go version 1.9.2
Updated baseimage version to 0.4.6

Known Vulnerabilities
---------------------
none

Resolved Vulnerabilities
------------------------
https://jira.hyperledger.org/browse/FAB-5794
https://jira.hyperledger.org/browse/FAB-6871
https://jira.hyperledger.org/browse/FAB-7348
https://jira.hyperledger.org/browse/FAB-7465
https://jira.hyperledger.org/browse/FAB-7646

Known Issues & Workarounds
--------------------------
none

Change Log
----------
https://github.com/hyperledger/fabric-ca/blob/master/CHANGELOG.md#v110

0 comments on commit f69f53b

Please sign in to comment.