Releases: spinnaker/roer
Releases · spinnaker/roer
roer 0.11.3
v0.11.3 Add HTTP client connection timeout argument (#39)
roer 0.11.2
- fix output bug from previous version
roer 0.11.1
cleanup output and logging (#33) - Output app config in YAML since that is what it takes - Change some output from Debug to Info where needed - Pretty print pipeline output
roer 0.11.0
Execute a pipeline (#32) * Add a command to execute a pipeline and poll for completion * Remove some unused imports and types. * Fix up formatting * Cleanup a few formatting and output errors: - Run go fmt on some files that got missed - Cleanup fmt.Printf statements and make them logrus - Remove some useless logging
roer 0.10.0
- BREAKING CHANGE: Refactored application lifecycle management to be file-driven. Example of new format
- Better error handling
- Control over task poll timeouts
- General code cleanup
roer 0.9.3
v0.9.3 Fixing a typo in the recent fiat auth options work. (#24)
roer 0.9.2
v0.9.2 A single clean commit of the insecure option. Adding this because sp…
roer 0.9.1
Vendoring cleanup (#21) * Use github.com/sirupsen/logrus, rather than github.com/Sirupsen/logrus See: https://github.com/sirupsen/logrus/commit/202f25545ea4cf9b191ff7f846df5d87c9382c2b * Officially changed name to lower-case And: https://github.com/sirupsen/logrus/commit/0afea37159ef443ea0ca20dbd45ad7006b95edfe https://github.com/sirupsen/logrus/issues/451#issuecomment-264332021 * Pin against a stable version of github.com/urfave/cli * Move to govendor * Run govendor sync, and check in vendored code
Roer 0.9.0
- feat(config): Adds expectedArtifacts to config models.
roer 0.8.0
- Added env variables for cert and key to setup once like SPINNAKER_API and not respecify for each command
- Adding a pipeline delete command
- Move around subcommands so they're under the right top level command