Skip to content

v0.6.0

Compare
Choose a tag to compare
@nvoxland nvoxland released this 03 Mar 06:49

Ruckstack v0.6.0

The focus for the 0.6.0 release has been:

  1. Support for helm-based services
  2. Improved "Server ready" monitoring
  3. Bugfixes

Support for Helm-based services

The 0.5.0 release allowed for services to be defined as custom docker containers, but that requires you to create and configure those services.
Part of what makes Kubernetes nice is the ecosystem of pre-built Helm packages that let you rapidly build up your infrastructure.

Version 0.6.0 adds a new "helm" type to the project config so you can easily incorporate 3rd party services into your stack.

We also added commands to the Ruckstack CLI to search and find available charts.

Improved Server Ready monitoring

Ruckstack provides built in health metrics and service restarting, but there are still times your application is not quite ready to serve traffic.
The front-end webserver tracks the state of your system and provides a friendly "starting" page when it is not ready. The code behind this has been improved
and the logging has been cleaned up.

General Bugfixes

Surprise! There were bugs in the initial code release. I found some and squished them.