Skip to content

Releases: spinnaker/roer

roer 0.11.3

08 May 22:53
Compare
Choose a tag to compare
v0.11.3

Add HTTP client connection timeout argument (#39)

roer 0.11.2

11 Apr 06:41
Compare
Choose a tag to compare
  • fix output bug from previous version

roer 0.11.1

10 Apr 19:19
Compare
Choose a tag to compare
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

10 Apr 19:15
Compare
Choose a tag to compare
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

13 Mar 19:28
Compare
Choose a tag to compare
  • 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

20 Feb 17:48
Compare
Choose a tag to compare
v0.9.3

Fixing a typo in the recent fiat auth options work. (#24)

roer 0.9.2

16 Feb 21:39
Compare
Choose a tag to compare
v0.9.2

A single clean commit of the insecure option.  Adding this because sp…

roer 0.9.1

08 Feb 03:08
Compare
Choose a tag to compare
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

19 Dec 17:55
ece25ff
Compare
Choose a tag to compare
  • feat(config): Adds expectedArtifacts to config models.

roer 0.8.0

06 Dec 19:25
Compare
Choose a tag to compare
  • 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