Skip to content

Releases: spinnaker/gate

Gate 2.57.0

02 Jun 20:38
Compare
Choose a tag to compare

Fixes a few issues found during external/beta testing of the big auth changes, including:

  • Introducing a root controller that redirects to Deck
  • Adds default services.deck.baseUrl value
  • Fix /credentials endpoint for anonymous users

Gate 2.56.0

01 Jun 19:34
Compare
Choose a tag to compare
  • Creates Google Directory service from json or env instead of p12.

Gate 2.55.0

01 Jun 18:22
Compare
Choose a tag to compare
  • Fixes a startup race condition where Clouddriver was required to be running before Gate started up (anonymous authentication).

Gate 2.54.0

31 May 20:50
Compare
Choose a tag to compare
  • Revamped Gate security model to rely heavily on the Spring Security

Gate 2.53.0

26 May 19:30
Compare
Choose a tag to compare

Adds interfaces to canary service back into the project (disabled by default)

Gate 2.52.0

18 May 16:18
Compare
Choose a tag to compare

Segments hystrix command keys by cloud provider

Gate 2.51.0

17 May 21:59
Compare
Choose a tag to compare
Merge pull request #221 from ajordens/master

Exclude spring-boot-starter-data-rest

Gate 2.50.0

15 May 18:01
Compare
Choose a tag to compare
Merge pull request #220 from ajordens/application-pipeline-strategy-h…

…istory

Application pipeline strategy history

Gate 2.49.0

12 May 23:24
Compare
Choose a tag to compare

dependency update

adds redis.configuration.secure=(true|false) configuration option - if the redis backing the session is secured with config set operations disabled, then set redis.configuration.secure=true and in the redis configuration enable keyspace events via redis.conf:
config set notify-keyspace-events Egx

Gate 2.48.0

12 May 19:01
Compare
Choose a tag to compare

OkHttpClient is now created per service and exposes configurable connection pool options