Skip to content

Releases: lunarway/shuttle

v0.5.6

12 Feb 06:42
Compare
Choose a tag to compare

Changelog

d0fe1a5 Add Apache 2.0 LICENSE
5e8b2cf Add support for extended help messages with --help on plan scripts.
8e82653 Add template support for run command.
c3de82d Add test for mentioning the failing script
465dfed Deterministic template slice functions (#30)
fecd19a Handle missing and invalid shuttle configuration gracefully (#31)
dc25e44 Log the script failing in shell executor
a7ec4e0 Mention script with failing for missing required arguments
0b68852 Remove commented code in run command
c983d51 Update disclaimer, shuttle isn't considered alpha
da3d85b Use back ticks instead of single ticks

v0.5.5

11 Dec 07:19
Compare
Choose a tag to compare

Changelog

52396e4 Fix use of absolute path in project option

v0.5.4

04 Dec 07:56
Compare
Choose a tag to compare

Changelog

56fced6 Fix minor vet issues
0dd2f9f Refactor to go modules
4db9ada Update readme
e7f5a2c Use go version 1.11

v0.5.3

24 Oct 11:38
d397c8b
Compare
Choose a tag to compare

Changelog

31b1856 Add go report badge
3d32a8f Ensure to not format output that don't need it
b97843f Merge pull request #19 from lunarway/fix/output-formatting
d397c8b Merge pull request #20 from lunarway/fix/pretty_ls
dc8557a added .idea to .gitignore
7f9b108 prettify output from shuttle ls

v0.5.2

11 Oct 09:22
Compare
Choose a tag to compare

Changelog

121c6c0 Add release script
9d4db49 Fix nested property TmplGet bug
c5c8e31 Make shuttle get output yaml instead of go
c20e4dc fix template getFiles error handling

v0.5.1

11 Oct 06:24
Compare
Choose a tag to compare

Changelog

bb684a2 Support file functions in templates
c138d7d Verbose UI for info about git plan
878b86b test

v0.5.0

09 Oct 11:28
Compare
Choose a tag to compare

Changelog

0773065 Add --skip-pull and git-plan command
acdb44c Improve git plan handling and general UI functionality

v0.4.0

03 Oct 07:37
4dd3099
Compare
Choose a tag to compare

Changelog

6ffbc53 Ensure exactly one argument to get command
6196870 Fix broken command
5c77f26 Fix wrong formatting of exit codes in shell executor
94f7736 Merge pull request #12 from lunarway/fix/missing-argument-panics
4dd3099 Merge pull request #13 from lunarway/fix/empty-cm-value-breaks-template
e485520 Return early if input is nil in TmplObjectArray
d31cd54 Support check for variable and script existence testing
2db0989 Typo in documentation section
218052f Update readme with a bit of function documentation
d8f9e0b Use non-api to resolve latest release in readme
0c99778 Use shuttle to run shuttle tests

v0.3.2

01 Oct 08:46
Compare
Choose a tag to compare

Changelog

c5a2d7e Add go-cmd dependency
90da7bc Add simple prepare command
e6cc159 Add verbose & clean args + refactor git to go-cmd
5d5bf2c Fix TempInt naming bug
85c9f52 Refactor get command to use template logic

v0.3.1

28 Sep 10:11
Compare
Choose a tag to compare

Changelog

200aeab Setup goreleaser to release, not only draft
bc04f0f Switch shell from os/exec to go_cmd