Skip to content

Commit 9f20fc3

Browse files
committed
v1.11.1 release.
1 parent 862eac8 commit 9f20fc3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## Unreleased
7+
## 1.11.1 - 2020-09-29
88

99
### Added
10-
- added healtz endpoint that is cheap and quick to return, useful for kubernetes live/ready checks.
11-
- MongoDB index for `folders.files`.
10+
- Added healtz endpoint that is cheap and quick to return, useful for kubernetes live/ready checks.
1211

1312
### Fixed
14-
- Fixed health check script when using custom path prefix
15-
- proxy will no correctly handle paths that end with a / at the end.
16-
- submitting an extraction will always return a 500 error, see [#84](https://github.com/clowder-framework/clowder/issues/84)
13+
- Fixed health check script when using custom path prefix.
14+
- Proxy will no correctly handle paths that end with a / at the end.
15+
- Submitting an extraction will always return a 500 error, see [#84](https://github.com/clowder-framework/clowder/issues/84)
16+
- Added MongoDB index for `folders.files`.
1717

1818
### Changed
19-
- updated update-clowder script to work with migration to github. Has the ability now to push a message to MSTEAMS as well as influxdb.
19+
- Updated update-clowder script to work with migration to github. Has the ability now to push a message to MSTEAMS as well as influxdb.
2020

2121
## 1.11.0 - 2020-08-31
2222

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Luigi Marini'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.11.0'
25+
release = '1.11.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object ApplicationBuild extends Build {
1414

1515
val appName = "clowder"
16-
val version = "1.11.0"
16+
val version = "1.11.1"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

public/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
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.0
12+
version: 1.11.1
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)