Releases: uselagoon/lagoon-sync
Releases · uselagoon/lagoon-sync
v0.8.0
Changelog
- fe0a748 Version v0.8.0
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #91
- Adds new option for specifying transfer file name by @bomoko in #94
- Feature/config ordering by @timclifford in #90
- Fix postgres errors on restoration of object ownership by @rocketeerbkw in #102
- Better error logging for SSH commands by @rocketeerbkw in #104
- Fix defaults for postgres config so that local config override is not needed by @rocketeerbkw in #101
- Feature/sshlib by @bomoko in #105
- Adds custom command type by @bomoko in #73
- Fix .lagoon.yml not being checked for configs by @rocketeerbkw in #108
- Adds default fallback ssh key and skip agent options by @bomoko in #110
- Adds new SSHOptionWrapper by @bomoko in #111
- Feature - SSH Portal introduction by @bomoko in #112
- Fix shell errors not logged properly during syncs by @rocketeerbkw in #113
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #116
- Chore: Updates Go to 1.23 by @CGoodwin90 in #118
- Adds -y shorthand for 'no-interaction' by @bomoko in #120
- Lagoon Sync configuration generation by @bomoko in #119
New Contributors
- @dependabot made their first contribution in #91
Full Changelog: v0.7.1...v0.8.0
v0.8.0-alpha.3.1
What's Changed
- Adds default fallback ssh key and skip agent options by @bomoko in #110
- Adds new SSHOptionWrapper by @bomoko in #111
- Feature - SSH Portal introduction by @bomoko in #112
- Fix shell errors not logged properly during syncs by @rocketeerbkw in #113
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #116
Full Changelog: v0.8.0-alpha.2...v0.8.0-alpha.3
v0.8.0-alpha.2
Changelog
- 986ac0d Lagoon-sync v0.8.0-alpha.2 release
v0.8.0-alpha.1
Changelog
- c3d1b86 Updates version
v0.8.0-alpha
This release introduces major new functionality
- It introduces the ability to define custom tasks
- It moves all ssh connections from shell execing to using the golang standard ssh library