Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
783 lines (729 loc) · 92.1 KB

CHANGELOG.md

File metadata and controls

783 lines (729 loc) · 92.1 KB

v1.4.9

Wed Sep 30 14:48:49 EDT 2020

  • e709511 Add v1.4.9 release notes.
  • 8ac7348 Allow reenroll to reuse existing private key
  • 4d53ed8 Edits to use a CA

v1.4.8

Thu Jul 30 20:04:06 EDT 2020

  • c4ef033 Rel notes v1.4.8
  • 146b8be Bump Go to 1.13.12
  • f8b233c Move StartNonceSweeper out of NonceManager constructor (bp #181) (#182)
  • b6aa376 [FABC-912] Remove label and pin from logs
  • f96ceb9 Fix the indentation in the NodeOU source code
  • b10a159 FAB-17702 Use a CA
  • fcda8bb [FABC-829] Add hf.AffiliationMgr and hf.GenCRL attributes to migrated (#159)
  • f9a3427 Prepare for Fabric CA v1.4.8

v1.4.7

Thu May 14 12:48:59 EDT 2020

  • a891700 Release Fabric CA v1.4.7
  • c1e4403 FAB-17438 Fabric CA Deployment Guide
  • 287ea31 Add operations guide to the toc in the release-1.4 branch
  • 0a6179f Add support for .md files and variable replacement in /docs
  • 56e16da [FABC-904] Add Version Endpoint
  • 1dcf373 Back port Operations Guide to release-1.4 branch
  • 47c3854 Move AZP file to correct place
  • 03f35b4 [FABC-907] Update Go to 1.13
  • 5c1b961 Replace LabelHelp with info in doc template
  • 15d676f Add metrics doc generation to docs make target
  • a4e6a01 Pin fabric dependencies to specific releases
  • 789f83c Cleanup vendor.json and bring in bccsp from 1.4
  • 5616f18 Update release make targets
  • 505df12 Remove call to InitFactories (#108)
  • 4e2a19a Prepare for fabric-ca v1.4.7

v1.4.6

Tue Feb 25 12:48:07 EST 2020

  • 8d3a701 Update Release notes for 1.4.6
  • 2799a7b Update sqlite3 dependency and simplify release target
  • ce91e5d Release fabric-ca v1.4.6
  • c00700f Prepare for next fabric-ca release v1.4.6

v1.4.5

Wed Feb 19 13:13:12 EST 2020

  • 93f6863 Support reading Operations TLS settings from file
  • a891cd1 [FABC-891] Create missing index on postgres db
  • e3fd520 [FABC-890] Fix responses in swagger.json
  • 292781e FABC-806 Do not honor client expiry request
  • a3c0171 FAB-17074 Prepare for next fabric-ca rel v1.4.5

v1.4.4

Thu Nov 14 14:40:24 EST 2019

  • 5675315 Add fabric-ca release notes v1.4.4
  • 7302172 [FABC-884] Upgrade to go 1.12
  • 5ffb381 FABC-873 remove invalid test
  • e9b3492 [FABC-844] address vet issues
  • 1559aa3 FABC-881 Use earlier revision of bccsp
  • 3b8a5c7 FABC-881 Update vendored dependencies
  • 64c7d52 [FABC-874] Add HSM changes to Fabric CA docs (#47)
  • c45a0f6 [FABC-865] Fix setting TLS files by cert/key.file (#42)
  • cc34360 [FABC-880] Add license header to gencst_test.sh
  • 63692a0 Update to baseimage 0.4.16
  • 5b1faaa Fix URL to contribution guide
  • 3db5423 [FABC-877] Reduce scope of tests with ssl off
  • eff05c9 [FABCI-420] Add sudo to apt-clean command
  • 8a3698b FAB-16489 Add CODEOWNERS
  • d84b685 [FABCI-420] Add AZP yaml for release-1.4
  • 040d68d [FABC-863] Test fail with open pipe in temp dir
  • b7fd4e8 FAB-16415 Prepare for next fabric-ca rel (1.4.4)

v1.4.3

Mon Aug 26 15:40:49 EDT 2019

  • 3e29f1a Remove hardcoded ver on multiarch script
  • c49e7d3 [FABCI-401] Disable AnsiColor Wrapper
  • 64bdb20 [FABC-867] Fix GoImports
  • 017cea8 FABC-862 Update mysql driver
  • c66adbe FAB-16000 Prepare for next fabric-ca rel (1.4.3)

v1.4.2

Wed Jul 17 14:55:08 EDT 2019

  • 396c093 FABC-848 Fix TLS issue with PostgreSQL
  • f88e912 [FABC-853] Adding metrics table LabelHelp support
  • 5bf5d47 [FABC-853] import fabric/gendoc for fabric-ca
  • 477f5a2 FABC-837 Make metrics compatible with multi-root CA
  • 4289522 Update fabric/bccsp and miekg/pkcs11 to latest revs
  • 8b56ee8 [FABC-850] Fix Fabric CA doc wrt OU types
  • f32e113 FAB-15465: Update Jinja2
  • 839c46e [FABC-842] Fabric CA Foc Fix
  • 3004074 FABC-839 Update ca mutiarch publish script
  • 3f449b5 FAB-14969 Prepare for next fabric-ca rel (1.4.2)

v1.4.1

Thu Apr 11 11:08:16 EDT 2019

  • a32dd3c FABC-408 Add CORS support
  • 7de4c77 FABC-833 Update Jenkinsfile
  • 55f5eb7 Fix --csr.hosts flag for client and server
  • 19441cc FAB-14775 Update fabric-ca to baseimage 0.4.15
  • edb6e08 FABCI-311 Add ci pipeline script
  • aaee55f [FABC-805] Wire DB metrics
  • 197b881 [FABC-804] Create DB Metric Options
  • ea1ebbe [FABC-803] Refactoring DB code
  • 3c36ab5 [FABC-795] Create a CA Server Health Check
  • 8c245c1 [FABC-790] Create an operations server
  • 8d9b622 [FABC-787] Wire in metrics for server APIs
  • 08b1153 [FABC-786] Vendor go-kit
  • 81fa829 [FABC-785] Add metrics for server APIs
  • ec59334 [FABC-783] Add middleware to HTTP router
  • edb65ba FAB-14174 Update GOVER to 1.11.5 in CA
  • 3dafa32 Remove tcert from swagger
  • d3ef594 FAB-13558 Prepare fabric-ca for next rel (v1.4.1)

v1.4.0

Tue Jan 8 12:21:52 EST 2019

v1.4.0-rc2

Thu Dec 20 09:14:03 EST 2018

v1.4.0-rc1

Mon Dec 10 15:08:08 EST 2018

  • 4e4b1c2 FABC-771 Update multiarch script
  • e064dcc [FABC-769] Add the ability to recover from panic
  • a0ebc50 [FABC-765] Vendor fabric/bccsp/idemix
  • b2a3132 [FABC-768] Doc: Better Markup
  • 8a8f1b3 [FABC-752] Vendor gomega and ginkgo
  • 7b5f2b6 [FABC-767] Failing goimports
  • 8c5bc35 [FABC-757] add charset to mysql tables
  • 2ebd68e [FABC-467] - Print TLS key used
  • d80509b [FABC-748]Incorrect version description of Go
  • 99517e9 FAB-9938 Add req method and uri to sig payload
  • b7a5590 [FABC-741] Update user doc for HSM configuration
  • b270271 [FABC-723] Brute force attack
  • a88ff53 FAB-8475 Run migration logic only if db level is old
  • ebbd2ed FAB-7347 Flag and env var for logging level
  • bd7f997 [FABC-744] Revendor certificate-transparency-go
  • 3c1585b [FABC-459] Optimize GetCertificate request
  • bbe7b65 FAB-12444 Update fabric-ca to baseimage 0.4.14
  • 15209a3 [FABC-740] Update to Go 1.11.1
  • cb7353f [FABC-736] Use proper golint pkg
  • 11cc823 FABC-737 Fix goimports errors
  • 959cd51 [FABC-730] Update fabric-ca to baseimage 0.4.13
  • 0de6679 [FABC-492] Superfluous checks for deleting identity
  • 16877b8 FAB-12141 Prepare for next release (1.4.0 on master)
  • 360f46e [FABC-703] Improved TLS error message

v1.3.0-rc1

Mon Sep 24 19:30:06 EDT 2018

v1.2.0-rc1

Thu Jun 21 13:17:53 EDT 2018

v1.1.0-rc1

Thu Mar 1 13:05:50 EST 2018

v1.1.0-alpha

Fri Jan 26 14:48:54 EST 2018

v1.1.0-preview

Wed Nov 1 10:12:26 EDT 2017

v1.0.4

Tue Oct 31 15:14:49 EDT 2017

v1.0.3

Tue Oct 3 05:21:02 EDT 2017

v1.0.2

Thu Aug 31 04:22:27 EDT 2017

v1.0.1

Mon Jul 31 05:57:59 EDT 2017

v1.0.0

Tue Jul 11 16:38:28 CEST 2017

v1.0.0-rc1

Fri Jun 23 14:47:44 EDT 2017

v1.0.0-beta

Wed Jun 7 08:10:56 EDT 2017

v1.0.0-alpha2

Fri May 12 15:29:02 EDT 2017

v1.0.0-alpha

March 16, 2017

  • b587a48 Release v1.0.0-alpha
  • 382c65b BCCSP InitFactories not called in fabric-ca-client
  • 9132e6d Client home has incorrect path when env vars set
  • 12b0e1b Do not restrict fabric-ca client config to yml
  • 46bbd8c enroll req sent with an invalid auth header should fail
  • cb9fae9 Fix linting error with lib/server.go
  • e183a88 Changes to make auth type an enum
  • 808a15d Affiliation table clean up
  • c7b482e Add support for -M option for enroll/reenroll
  • 2e51747 Add support for client getcacert command
  • 074ebab Mask passwords in the log entries
  • b09448e Tests to check db file is created in right dir
  • df922a1 Remove global variables in lib
  • ee4f92a Remove cli from fabric-ca
  • 403080d Improvements to revoke client side command
  • cd8802b Registrar can configure max enrollment for user
  • 35c5648 Replace group with affiliation for users
  • 7c44a8f Enrollment info part of client config
  • 4d9e2e3 Registration request part of client config
  • c2bd335 Vendor fetch bccsp from fabric
  • 9195741 TLS testcases and process file names client config
  • 64e22bd Base 64 encode/decode with padding
  • c3d00c3 FAB-2481 cleanup files with suspicious permissions
  • 87410b4 Update fabric-ca-server UT main test
  • 34ad615 Docker image with client and server commands
  • 3f8445a Intermediate CA server support
  • d02bbe4 Reflect to add server config flags
  • 9ae96f2 Revendor cfssl for fabricc-ca BCCSP integration
  • c280fa3 Fabric-CA bccsp integration for VerifyToken
  • 98abc75 Fix README.md
  • 3ab50fc Pre-req for fabric-ca/fvt-test.
  • 37b897b fabric-ca-client commands for cobra/viper CLI
  • fbccd13 Complete fabric-ca-server start command
  • 9db14ab Added revocation test
  • ee8ccef Added test for command line default port/addr
  • 67c9491 Add certificate validation test
  • 41e6c52 Fix README.md
  • 0243300 Add version-agnostic link to DB executable
  • 2ff7ba5 Added docker-compose for running fvt tests
  • 5a35b72 fabric-ca-server start for cobra/viper CLI
  • 5f56827 fabric-ca-server init command
  • 33547ef Update swagger doc for fabric-ca server's APIs
  • f507e2d Fix the config path env variable
  • c4e83c1 fabric-ca-client command plumbing with cobra/viper
  • b0e45f5 fabric-ca-server command plumbing with cobra/viper
  • 1ec55b2 Vendor cobra to use in fabric-ca CLI work
  • 3b781fb Added test for registrar delgation
  • 5105f60 COP Client Configuration File
  • 6294c57 Remove the fabric-ca docker directory
  • 9fde6f4 Added support for TLS; deleted trailing spaces
  • d8d192e Directory restructure for Change 4383
  • daf28ad Create swagger json for fabric-ca REST APIs
  • 2ccb6d3 Fabric-CA throws NPE using config file to start
  • ffe7676 Added basic fvt tests and utilities
  • 8511358 Fix overlooked rename to fabric-ca
  • 05b0f1d FAB-1652 Use fabric-baseos instead of busybox
  • da88926 Remove errant .gitignore exclusion of "fabric-ca"
  • 585467a Remove references to cop from README
  • f5291e7 Change expose port in dockerfile from 8888 to 7054
  • a569df9 Change the default port to 7054
  • aa5fb82 Revendor fabric's bccsp into fabric-ca
  • 79a2558 FAB-1338: Fix configs after rename
  • 606fbdc COP BCCSP integration
  • 8894989 Renaming from fabric-cop to fabric-ca
  • c676b70 FAB-1338: Include all config and cert files
  • 00fc126 Fix util test to pass on Windows
  • bac392b Make sure cop.db is systematically deleted for testing.
  • 88866f1 Delete cop.db after running COP unit tests
  • 4e6481c COP UserRegistry Consolidation
  • 1ee390f Fix linting error
  • 81097b9 COP API simplification
  • ebb62e9 The reenroll command is incorrect in README
  • f0af10a Fix incorrect license header
  • a9ff4d4 Store COP enrollment artifacts in MSP friendly way
  • 8a95c35 Added missing CONTRIBUTING and MAINTAINERS files
  • e1fbfbf Improve docker build/experience
  • a5666ff Process file names in config file correctly
  • 8e0b628 FAB-1546"make ldap-tests" fails due to test code bug
  • 72a87e3 Enforce validity period in COP for ECerts/TCerts
  • 718647e Clean up Config structure
  • 35a1f13 Integrate TCert library into COP server and client
  • 923148b Complete step 2 of cop client revoke work
  • 6fc7615 Add support for TLS and config file enhanced
  • c11e7f4 More tcert library APIs prior to COP integration
  • bdea0cf FAB-1470 Fix docker-clean Makefile target
  • 776c117 Add .gitreview
  • 8ede0e0 Remove duplicated test data
  • f1a894a Add command instruction to Makefile
  • 4526770 Address FAB-1454 add docker image for fabric-cop
  • 4bd06ec Adding TCert Library API
  • 17abd20 Extend CFSSL accessor to support ID in Cert table
  • 5802e29 Add shebang to run_ldap_tests sctipt
  • ed2ad83 Crypto Support for TCert
  • a7432e4 Documentation fix README.md
  • 32cba00 Add LDAP support to COP server
  • 690c33c Group Prekey, Serial Number, and Max Enrollments
  • d88fd4a FAB-1214: Generates a fabric-cop image for docker
  • 7efaab6 Abstract DB and enable plugging in LDAP
  • de5918d Run the COP server in a cluster (MySQL)
  • dccf180 Run the COP server in a cluster (Postgres)
  • ba8ff6e Vendor BCCSP from FABRIC into FABRIC-COP
  • 90bd09f Copy/modify cfssl serve.go
  • ffb4fc2 Add support for certificate revocation
  • 84328df Add support for cop client reenroll
  • 66cd46d fix code coverage report issue
  • 1114d56 Add database config as part of server config
  • ec34a1d FAB-449 with updated README.md: cop server init CSRJSON
  • 46ce6be Improve COP CLI error messages
  • 9ccf04a FAB-1015 code coverage report for fabric-cop repository
  • 33fa279 Testcases added to support better test coverage
  • 3ef8656 Added license headers
  • a264a94 Initial COP impl of IDP APIs
  • ffa64c8 Add Identity Provider APIs
  • df3844d Initial COP checkin

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. s