Releases: SwissDataScienceCenter/renku-gateway
Releases · SwissDataScienceCenter/renku-gateway
Version 0.6.0
0.6.0 (2019-11-04)
Code Refactoring
- chart: Several small changes to the charts, including the
renaming of the main keycloak client application to be used fromgateway
torenku
.
(b332cdc)
Features
BREAKING CHANGES
- chart: Several small changes to the charts require corresponding
changes in the Renku umbrella chart.
Version 0.5.0
0.5.0 (2019-08-06)
Bug Fixes
Code Refactoring
- graph: remove legacy graph code (1b7b9b2)
Features
BREAKING CHANGES
- graph: graph API has been moved to another repo
https://github.com/SwissDataScienceCenter/renku-graph/tree/master/knowledge-graph
Version 0.4.1
Version 0.4.0
This release uses Traefik for proxying requests to GitLab and JupyterHub.
Version 0.3.1
Fixes an error in the implementation which prevented the forwarded requests from being handled asynchronously.
Version 0.3.0
The most important improvement is the collection of user access tokens for the various backend services during login. For storing these tokens, the previously stateless gateway is now connected to a storage backend, namely a Redis instance. This removes the necessity for "sudo" or "service" tokens for the backend services in the gateway and for example makes it possible to run the platform against a GitLab instance without having admin access to it.
For a more complete description, see the CHANGES.rst
or the 0.3.0 milestone pull requests.