Skip to content

Commit

Permalink
FAB-8286 Prepare fabric-ca for 1.1.0-rc1
Browse files Browse the repository at this point in the history
Prepare fabric-ca for v1.1.0-rc1 release

Change-Id: Idba3bb6717cde8c2332098789329355057678f7e
Signed-off-by: Christopher Ferris <[email protected]>
  • Loading branch information
christo4ferris committed Mar 1, 2018
1 parent d188b86 commit 0e48904
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v1.1.0-rc1
Thu Mar 1 13:05:50 EST 2018

* [15156fd](https://github.com/hyperledger/fabric-ca/commit/15156fd) [ FAB-8417 ] Update cluster doc for migration
* [68889bf](https://github.com/hyperledger/fabric-ca/commit/68889bf) [FAB-8494](https://jira.hyperledger.org/browse/FAB-8494) doc case sensitiveness of affiliations
* [5665f2a](https://github.com/hyperledger/fabric-ca/commit/5665f2a) [FAB-8565](https://jira.hyperledger.org/browse/FAB-8565) Fix duplicate description in usersguide
* [3ce971f](https://github.com/hyperledger/fabric-ca/commit/3ce971f) [FAB-8547](https://jira.hyperledger.org/browse/FAB-8547) Fix ca.keyfile args typo in documents
* [680960e](https://github.com/hyperledger/fabric-ca/commit/680960e) FAB-8485 update go version to 1.9.2
* [2308eab](https://github.com/hyperledger/fabric-ca/commit/2308eab) [FAB-8451](https://jira.hyperledger.org/browse/FAB-8451) Fix certificate close to expire
* [6f05f0e](https://github.com/hyperledger/fabric-ca/commit/6f05f0e) [FAB-6673](https://jira.hyperledger.org/browse/FAB-6673) Added release and dist targets
* [d5e6ea7](https://github.com/hyperledger/fabric-ca/commit/d5e6ea7) [FAB-6673](https://jira.hyperledger.org/browse/FAB-6673) Updated certificate-transparency-go pkg
* [3a99450](https://github.com/hyperledger/fabric-ca/commit/3a99450) [FAB-8448](https://jira.hyperledger.org/browse/FAB-8448) Update fabric-ca's pkcs11 package
* [be71804](https://github.com/hyperledger/fabric-ca/commit/be71804) FAB-8365 update baseimage version to 0.4.6
* [bd695ae](https://github.com/hyperledger/fabric-ca/commit/bd695ae) [FAB-8029](https://jira.hyperledger.org/browse/FAB-8029) Fix some log messages
* [1c5f433](https://github.com/hyperledger/fabric-ca/commit/1c5f433) [FAB-7993](https://jira.hyperledger.org/browse/FAB-7993) Document attribute behavior
* [bc4c06f](https://github.com/hyperledger/fabric-ca/commit/bc4c06f) [FAB-7967](https://jira.hyperledger.org/browse/FAB-7967) Add id column to affiliations table
* [0fb839d](https://github.com/hyperledger/fabric-ca/commit/0fb839d) [FAB-7894](https://jira.hyperledger.org/browse/FAB-7894) Use recursive references
* [f27a31d](https://github.com/hyperledger/fabric-ca/commit/f27a31d) [FAB-7921](https://jira.hyperledger.org/browse/FAB-7921) Don't use defaults for modify identity
* [9a45730](https://github.com/hyperledger/fabric-ca/commit/9a45730) [FAB-7990](https://jira.hyperledger.org/browse/FAB-7990) Fix debug flag
* [3ee02e0](https://github.com/hyperledger/fabric-ca/commit/3ee02e0) [FAB-7970](https://jira.hyperledger.org/browse/FAB-7970) Fix max enrollment default value
* [4dba361](https://github.com/hyperledger/fabric-ca/commit/4dba361) [ FAB-8116 ] Fix bad merge causing CI failure
* [b9d3e01](https://github.com/hyperledger/fabric-ca/commit/b9d3e01) [ FAB-5726 ] Test dyn add/mod/del identites
* [f66397d](https://github.com/hyperledger/fabric-ca/commit/f66397d) [ FAB-6511 ] Dynamic modify of affiliations
* [911d901](https://github.com/hyperledger/fabric-ca/commit/911d901) [FAB-7893](https://jira.hyperledger.org/browse/FAB-7893) Prevent unforced delete of sub-affiliations
* [b1ed44e](https://github.com/hyperledger/fabric-ca/commit/b1ed44e) [ FAB-3416 ] Enhance fvt image LDAP attributes
* [71974f5](https://github.com/hyperledger/fabric-ca/commit/71974f5) FAB-7786 prepare fabric-ca for next release

## v1.1.0-alpha
Fri Jan 26 14:48:54 EST 2018

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

PROJECT_NAME = fabric-ca
BASE_VERSION = 1.1.0-beta
BASE_VERSION = 1.1.0-rc1
PREV_VERSION = 1.1.0-alpha
IS_RELEASE = false
IS_RELEASE = true

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

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

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
------------------------
none

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

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

0 comments on commit 0e48904

Please sign in to comment.