File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+
78## Unreleased
89
910### Added
1011- Add endpoint and view page for the extractor metrics.
1112- Add endpoint and view page to view a extractor's log from graylog.
1213- Ignore the ` update ` field when posting to ` /api/extractors ` . [ #89 ] ( https://github.com/clowder-framework/clowder/issues/89 )
1314
15+ ## 1.11.2 - 2020-10-13
16+
17+ ### Fixed
18+ - Clowder healthcheck was not correct, resulting in docker-compose never thinking it was healthy. This could also result
19+ in traefik not setting up the routes.
20+
1421## 1.11.1 - 2020-09-29
1522
1623### Added
Original file line number Diff line number Diff line change 2222author = 'Luigi Marini'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.11.1 '
25+ release = '1.11.2 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 33# ## Add trailing backslash if not in context
44[[ " ${CLOWDER_CONTEXT} " != * / ]] && CLOWDER_CONTEXT=" ${CLOWDER_CONTEXT} /"
55
6- curl -s --fail http://localhost:8000 ${CLOWDER_CONTEXT:-/ } api/status || exit 1
6+ curl -s --fail http://localhost:9000 ${CLOWDER_CONTEXT:-/ } healthz || exit 1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import NativePackagerKeys._
1313object ApplicationBuild extends Build {
1414
1515 val appName = " clowder"
16- val version = " 1.11.1 "
16+ val version = " 1.11.2 "
1717 val jvm = " 1.7"
1818
1919 def appVersion : String = {
Original file line number Diff line number Diff line change 99 Clowder is a customizable and scalable data management system to support any
1010 data format and multiple research domains. It is under active development
1111 and deployed for a variety of research projects.
12- version : 1.11.1
12+ version : 1.11.2
1313 termsOfService : https://clowder.ncsa.illinois.edu/clowder/tos
1414 contact :
1515 name : Clowder
You can’t perform that action at this time.
0 commit comments