diff --git a/.github/workflows/swagger.yml b/.github/workflows/swagger.yml index 9db7bbfca..b0f328a67 100644 --- a/.github/workflows/swagger.yml +++ b/.github/workflows/swagger.yml @@ -23,6 +23,6 @@ jobs: - uses: actions/checkout@v2 - name: openapi-lint - uses: mhiew/redoc-lint-github-action@v2 + uses: mbowman100/swagger-validator-action@master with: - args: 'public/swagger.yml --skip-rule operation-operationId' + files: public/swagger.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b23d0aae..8c6c47351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.20.2 - 2022-04-30 + +### Fixed +- swagger lint action + +### Changed +- Changed `Enabled By SuperAdmin` to read `Enabled by Server Admin` [#344](https://github.com/clowder-framework/clowder/issues/344) + ## 1.20.1 - 2022-04-04 ### Fixed diff --git a/app/views/spaces/updateExtractors.scala.html b/app/views/spaces/updateExtractors.scala.html index 0e53789a7..6b4147435 100644 --- a/app/views/spaces/updateExtractors.scala.html +++ b/app/views/spaces/updateExtractors.scala.html @@ -35,8 +35,8 @@

Space Extractors

Name Description Process Triggers - Enabled By SuperAdmin - Use Default + Enabled by Server Admin + Use Default Enable in Space Disable in Space diff --git a/doc/src/sphinx/conf.py b/doc/src/sphinx/conf.py index c103902ec..cf120a58b 100644 --- a/doc/src/sphinx/conf.py +++ b/doc/src/sphinx/conf.py @@ -22,7 +22,7 @@ author = 'Luigi Marini' # The full version, including alpha/beta/rc tags -release = '1.20.1' +release = '1.20.2' # -- General configuration --------------------------------------------------- diff --git a/project/Build.scala b/project/Build.scala index e12fa7db2..196e7df4f 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -13,7 +13,7 @@ import NativePackagerKeys._ object ApplicationBuild extends Build { val appName = "clowder" - val version = "1.20.1" + val version = "1.20.2" val jvm = "1.7" def appVersion: String = { diff --git a/public/swagger.yml b/public/swagger.yml index 78ade0465..548169eae 100644 --- a/public/swagger.yml +++ b/public/swagger.yml @@ -9,7 +9,7 @@ info: Clowder is a customizable and scalable data management system to support any data format and multiple research domains. It is under active development and deployed for a variety of research projects. - version: 1.20.1 + version: 1.20.2 termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos contact: name: Clowder