diff --git a/CHANGELOG.md b/CHANGELOG.md index b73bfed59..0e7e96143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## MAJOR Breaking changes ## MINOR Feature + 1. [912] - Adds initial compose file and docker files for python-client 2. [909] - Added Support for Google Analytics 3. [916] - Reworked Docker build process to be faster and produce simpler and @@ -11,6 +12,7 @@ 5. [937] - Working metadata services running together as part of CI ## PATCH Bug fixes/Technical Debt/Documentation + 1. [914] - Improve GitHub template 2. [910] - Static code analysis and status checks fixed, improvements to CI 3. [923] - Fixed missing flag in certificate refresh script @@ -24,19 +26,23 @@ # v2023.10.23.15.50 ## MINOR Feature + 1. [906] - Added backup and cert refresh scripts. ## PATCH Bug Fixes/Technical Debt/Documentation + 1. [911] - Add GitHub template -2. [913] - Fixed bug, when endpoint info returns an empty array check to seee +2. [913] - Fixed bug, when endpoint info returns an empty array check to see if array is empty before accessing elements # v2023.8.21.10.40 ## MAJOR Breaking changes + 1. [879] - Secured ZeroMQ messaging ## MINOR Feature + 1. [879] - Added GitLab CI file 2. [879] - Added several files to generate configuration files 3. [879] - Added several scripts for installing dependencies @@ -48,6 +54,7 @@ 8. [879] - Split log output into server specific files. ## PATCH Bug Fixes/Technical Debt/Documentation + 1. [879] - Fixed thread safety of repo list calls in core server which where causing seg faults 2. [879] - Added better error reporting when attempting to delete repo with diff --git a/compose/README.md b/compose/README.md index b8cfa11da..ecbd66109 100644 --- a/compose/README.md +++ b/compose/README.md @@ -20,7 +20,7 @@ docker compose -f ./compose_core.yml up ``` At this point you should be able to navigate in your browser to -"https://localhost" + NOTE we are using a self signed certificate so you will have to force your browser to allow you to see the page.