Skip to content

Commit

Permalink
Merge pull request #625 from kbase/develop
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
MrCreosote authored Jun 11, 2022
2 parents fbc7f1c + 49a660f commit 0651e6c
Show file tree
Hide file tree
Showing 16 changed files with 344 additions and 206 deletions.
3 changes: 0 additions & 3 deletions deploy.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ mongodb-type-database = types
# type delegation.
# type-delegation-target =

# The legacy KBase authorization server url.
auth-service-url = https://kbase.us/services/auth/api/legacy/KBase/Sessions/Login

# The KBase authorization service mkII url.
auth2-service-url = https://kbase.us/services/auth

Expand Down
3 changes: 0 additions & 3 deletions deployment/conf/.templates/deployment.cfg.templ
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ temp-dir={{ default .Env.temp_dir "ws_temp_dir" }}
server-threads={{ default .Env.server_threads "20" }}
ignore-handle-service={{ default .Env.ignore_handle_service ""}}
handle-service-url={{ default .Env.handle_service "https://ci.kbase.us/services/handleservice/" }}
# The KBase authorization server url for the legacy KBase endpoint.
auth-service-url={{ default .Env.auth_service "https://ci.kbase.us/services/auth/api/legacy/KBase" }}
auth-service-url-allow-insecure={{ default .Env.auth_service_url_allow_insecure "" }}
# The KBase authorization server url.
auth2-service-url = {{ default .Env.auth2_service "https://ci.kbase.us/services/auth/" }}
auth2-ws-admin-read-only-roles = {{ default .Env.auth2_ws_admin_read_only_roles "" }}
Expand Down
6 changes: 0 additions & 6 deletions docsource/buildandconfigure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ mongodb-pwd
**Description**: Password for an account with readWrite access to the MongoDB
database

auth-service-url
""""""""""""""""
**Required**: Yes

**Description**: URL of the KBase legacy API for the KBase authentication service MKII

auth2-service-url
"""""""""""""""""
**Required**: Yes
Expand Down
4 changes: 2 additions & 2 deletions docsource/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13'
version = '0.14'
# The full version, including alpha/beta/rc tags.
release = '0.13.2'
release = '0.14.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 12 additions & 0 deletions docsource/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Workspace service release notes
===============================

VERSION: 0.14.0 (Released 6/10/2022)
------------------------------------

BACKWARDS INCOMPATIBILIES:

* The workspace now logs to standard out rather than syslog.
* The ``KB_SERVICE_NAME`` environment variable is now ignored.

UPDATES:

* The ``auth-service-url`` configuration parameter has been removed.

VERSION: 0.13.2 (Released 6/1/2022)
-----------------------------------

Expand Down
Loading

0 comments on commit 0651e6c

Please sign in to comment.