Skip to content

Releases: riser-platform/riser

Release v0.0.42

27 Apr 12:57
Compare
Choose a tag to compare
Release v0.0.42 Pre-release
Pre-release

Breaking Changes

  • State repo now uses branches per environment instead of folders. See the docs for more details.

Highlights

  • Riser Docker images moved from Docker Hub to Google Registry (does not affect normal usage of Riser)

Release v0.0.39

17 Aug 12:33
Compare
Choose a tag to compare
Release v0.0.39 Pre-release
Pre-release

Breaking Changes

  • The demo as well as the e2e tests now require Kubernetes client >=1.18

Highlights

  • Added riser deployments describe to provide additional details about a deployment
  • Traffic rules for riser rollout now supports wildcard rules (less math!)
  • Demo: Added riser demo curl to make accessing deployment URLs easier for users who aren't running a local DNS server
  • Demo: Tilde (~) path expansion to home dir for SSH key path

Release v0.0.38

05 Aug 19:26
Compare
Choose a tag to compare
Release v0.0.38 Pre-release
Pre-release

Highlights

  • Improved validation for invalid app names
  • Reduced riser deploy operations by ~2 seconds

Release v0.0.37

04 Aug 09:02
Compare
Choose a tag to compare
Release v0.0.37 Pre-release
Pre-release

Highlights

  • More demo polish
  • Minor doc updates

Release v0.0.36

26 Jul 09:06
Compare
Choose a tag to compare
Release v0.0.36 Pre-release
Pre-release

Highlights

  • Several demo bug fixes

Release v0.0.34

25 Jul 09:16
Compare
Choose a tag to compare
Release v0.0.34 Pre-release
Pre-release

Highlights

  • Added expose.scope with initial values of external (current behavior) and cluster (only accessible on the cluster's service mesh). Future scopes are in the works.
  • Riser now injects some platform level environment variables into the app container:
    • RISER_ENVIRONMENT
    • RISER_APP
    • RISER_NAMESPACE
    • RISER_DEPLOYMENT
    • RISER_DEPLOYMENT_REVISION
  • The healthcheck endpoint is only accessible from within the pod. This is considered "secure by default" as healthcheck endpoints can leak sensitive information. If an external healthcheck endpoint is desired you may create a different endpoint.

Release v0.0.33

02 Jul 11:01
Compare
Choose a tag to compare
Release v0.0.33 Pre-release
Pre-release

Highlights

  • BREAKING: Environment variables in the app config are now env instead of environment. See the annotated app config for an updated example.
  • Added --wait to riser deploy. This enables CI pipelines to easily block until the new revision has successfully deployed.
  • Added --output=json output for many commands. This enables easier programatic interaction with the riser CLI
  • Multiple improvements to app config validation

Release v0.0.32

14 Jun 13:16
Compare
Choose a tag to compare
Release v0.0.32 Pre-release
Pre-release

Highlights

  • BREAKING: stages are now referred to as environments
  • Added support for git SSH keys
  • Added Kind e2e test automation for hermetically sealed test runs

Release v0.0.31

12 Mar 18:13
Compare
Choose a tag to compare
Release v0.0.31 Pre-release
Pre-release

Highlights

  • Server didn't restart correctly in riser demo
  • Fixed panic when no riser context was set

Release v0.0.30

06 Mar 14:41
Compare
Choose a tag to compare
Release v0.0.30 Pre-release
Pre-release

Highlights

  • Added namespace support