Skip to content

Releases: SwissDataScienceCenter/renku-gateway

Version 0.13.1

16 Mar 10:25
6895bb8
Compare
Choose a tag to compare

0.13.1 (2022-03-16)

Bug Fixes

  • chart: Fix Cross-Origin Resource Sharing allowed origin list. The parameter is now under gateway.allowOrigin. (#554) (527877c)

Version 0.13.0

25 Feb 14:17
cbd9b3e
Compare
Choose a tag to compare

0.13.0 (2022-02-25)

Bug Fixes

  • chart: modify values for global redis (#552) (3b5fdff)

BREAKING CHANGES

This version does not come with its own Redis instance. Instead it relies on a global instance provided elsewhere. When the gateway is deployed as part of Renku by default this global Redis is provided by the Renku Helm chart. However, due to similar changes made in the global Renku chart, this version of the gateway is only compatible with Renku versions after Renku 0.12.1 (excluding 0.12.1 itself). The breaking changes are in the organization and fields under global.redis in the values.yaml file for the Helm chart.

Version 0.12.3

15 Feb 16:39
02d3382
Compare
Choose a tag to compare

0.12.3 (2022-02-15)

Bug Fixes

Version 0.12.2

10 Feb 18:29
f301adc
Compare
Choose a tag to compare

0.12.2 (2022-02-10)

Bug Fixes

  • chart: errors in helm templating for redis instance (#544) (7a23a2f)

Version 0.12.1

09 Feb 22:39
c36940e
Compare
Choose a tag to compare

0.12.1 (2022-02-09)

Bug Fixes

Version 0.12.0

08 Feb 11:17
eadef16
Compare
Choose a tag to compare

0.12.0 (2022-02-08)

Features

Version 0.11.0

08 Feb 09:03
89c6a2a
Compare
Choose a tag to compare

0.11.0 (2021-12-08)

Features

  • use global redis instance (42c8e9e)

Bug Fixes

  • remove path constraint on anon-id cookie (#510) (b5c662c)

Version 0.10.3

15 Dec 07:55
ce09caa
Compare
Choose a tag to compare

0.10.3 (2021-12-14)

Bug Fixes

  • remove path constraint on anon-id cookie (#510) (b5c662c)

Version 0.10.2

23 Nov 13:46
6e7f514
Compare
Choose a tag to compare

0.10.2 (2021-11-23)

Features

  • add gitlab graphql as a separate route (#491) (7cd80f3)

Version 0.10.1

15 Oct 12:06
1e720a7
Compare
Choose a tag to compare

0.10.1 (2021-09-01)

Bug Fixes

  • auth: prevent exception when using Keycloak access tokens (2abd0cb)
  • auth: log out from GitLab upon Renku logout (da0897d)