Skip to content

Releases: lunarway/shuttle

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

v0.3.0

28 Sep 08:07
Compare
Choose a tag to compare

Changelog

f0ed352 Improve error handling a bit
3495cad Support project specific scripts

v0.2.0

28 Sep 08:07
Compare
Choose a tag to compare

Changelog

4de5247 Add sprig template functions + is & isnt

v0.1.5

26 Sep 14:36
Compare
Choose a tag to compare

Changelog

11ae34e Fix fetching from ssh git remote