Skip to content

v0.9.3-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@clockworksoul clockworksoul released this 04 Jan 17:55
· 8 commits to main since this release

In this release we're including a couple of "preview" features in what we'd consider an "alpha" stage to allow any brave souls to experiment with it.

Full documentation for these new features coming soon!

Overview

  • [ALPHA] Dynamic configuration: The gort config series of commands now exists, allowing a user to define custom uses the Gort database to store all values in plain text. Do not use this for sensitive purposes! The final v0.9.3 release will include a Vault implementation as well.

  • [ALPHA] Triggers: Bundle commands can now be decorated with regular expressions that can match non "command" text. This allows commands to be constructed that execute in response to any pattern of the designer's choosing!

  • [ALPHA] Kubernetes secrets injection: The. new env_secret property in the kubernetes configuration allows the contents of a Kubernetes secrets resource to be injected directly into all commands!

Congratulations and many thanks to @mmiller1 for his first of hopefully many contributions!

Full contributions

New Contributors

Full Changelog: v0.9.1...v0.9.3-alpha.0