Releases: lunarway/shuttle
Releases · lunarway/shuttle
v0.16.1
Changes
- Copy local plan to .shuttle directory (#135) @jonasvinther
- Update readme to make it clear to specify what protocol to use for remote plans (#137) @zanderhavgaard
Full Changelog: v0.16.0...v0.16.1
v0.16.0
Changes
- Fix some minor formatting on config command (#134) @Crevil
- Add shuttle config command for debugging (#133) @michaelbui99
- Remove Dependabot (#127) @mahlunar
- Configure Renovate (#126) @HamAstrochimp
- Add GitHub Action (#125) @MadsBogeskov
- Remove internal squad name from tests (#122) @Crevil
Dependency Updates
8 changes
- Update external go packages (#132) @lunar-renovate
- Update module github.com/spf13/cobra to v1.6.0 (#130) @lunar-renovate
- Bump actions/checkout from 2 to 3 (#124) @dependabot
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#121) @dependabot
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#120) @dependabot
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#119) @dependabot
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#118) @dependabot
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#117) @dependabot
Full Changelog: v0.15.1...v0.16.0
v0.15.1
Changes
- Upgrade Go to 1.18.2 (#116) @Crevil
- Remove release workflow conditional (#115) @Crevil
- Remove global state from executors package (#112) @Crevil
- Bump goreleaser/goreleaser-action from 2 to 3 (#114) @dependabot
- Remove unused code in git package (#113) @Crevil
- Bump actions/setup-go from 2 to 3 (#111) @dependabot
- Run all tests in test-go (#108) @Crevil
- Change ownership to Aura (#109) @Crevil
- Fix shell output race condition (#107) @Crevil
- Bump github.com/go-cmd/cmd from 1.4.0 to 1.4.1 (#106) @dependabot
- Bump actions/cache from 2.1.7 to 3 (#105) @dependabot
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#104) @dependabot
- Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#103) @dependabot
Full Changelog: v0.15.0...v0.15.1
v0.15.0
Changes
- Remove shell tests (#102) @Crevil
- Migrate template accept tests from shunit2 to Go (#101) @Crevil
- Migrate version accept tests from shunit2 to Go (#100) @Crevil
- Migrate has accept tests from shunit2 to Go (#99) @Crevil
- Migrate ls accept tests from shunit2 to Go (#98) @Crevil
- Run cleanup in all accept tests (#97) @Crevil
- Replace duplicate strings function with args func (#96) @Crevil
- Migrate plan accept tests from shunit2 to Go (#95) @Crevil
- Migrate get accept tests from shunit2 to Go (#94) @Crevil
- Migrate run accept tests from shunit2 to Go (#93) @Crevil
- Remove os.Exit from commands (#92) @Crevil
- Inject output streams and avoid copying ui.UI (#91) @Crevil
- Remove global cobra command state (#88) @Crevil
- Bump actions/cache from 1 to 2.1.7 (#89) @dependabot
- Remove travis badge (#87) @Crevil
- Migrate to Github Actions (#86) @Crevil
- Bump github.com/spf13/cobra from 1.1.3 to 1.3.0 (#84) @dependabot
- Bump github.com/go-cmd/cmd from 1.3.0 to 1.4.0 (#83) @dependabot
- Dependabot should update actions (#85) @mahlunar
- Added release-drafter (#82) @mahlunar
- Added Dependabot (#81) @mahlunar
- Refactor test logic (#80) @hhoegh
- removed unused shell global variable (#79) @hhoegh
- Added test for has cmd and fixed exit return (#78) @hhoegh
- Fix get using cmd print (#77) @hhoegh
- rename cmd_test and adding ls_test (#76) @hhoegh
- Changed os.stdout and os.stderr to use cobra output globally (#75) @hhoegh
- Fail template rendering on template func errors (#73) @Crevil
- Remove type assertions in TmplObjectArray (#74) @Crevil
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.2
v0.13.1
v0.13.0
Changelog
4f9c49a Add CODEOWNERS (#67)
ebbd3d2 Add documentation command (#63)
ebf2d37 Auto-format README (#68)
e26da03 Listen to SIGINT and close scripts (#62)
89c04a2 Parse shuttle.yaml and plan.yaml strictly (#64)
4a2ffdb Remove os.Exit calls in pkg layer (#61)
3bc134b Rename files to Go conventions (#60)
7575b61 Upgrade dependencies (#66)
600e042 Upgrade to Go 1.16 (#65)