Skip to content

Releases: umputun/spot

v1.16.0

28 Apr 02:47
ca4ade3
Compare
Choose a tag to compare

Changelog

  • Change the behavior of register directive to apply it to all following tasks #196 #197

Full Changelog: v1.15.1...v1.16.0

v1.15.1

23 Apr 16:34
ad58ee5
Compare
Choose a tag to compare

Changelog

  • ad58ee5 Fix handling of user set on the task level (#193)

v1.15.0

07 Apr 20:15
Compare
Choose a tag to compare

What's Changed

  • Add system env variable expansion to envVars function by @umputun in #186
  • add runtime SPOT_REMOTE_ADDR and SPOT_REMOTE_PORT by @umputun in #189
  • add option to enable agent forwarding by @NikitaVasiliev in #187
  • Add second verbosity level and update related logic by @umputun in #190

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1

24 Mar 08:07
Compare
Choose a tag to compare

Changelog

  • 8dafea0 update release ci to 1.22
  • Fix missing hostname (#185)
  • Masking of secrets in internal logger #181 #183
  • Add support for task-level options propagated to all commands #177
  • Extend support of env vars and secrets for onerror command #178
  • Fix local dry executor selection #176
  • Update to go 1.22 and latest libs

Full Changelog: v1.13.1...v1.14.1

v1.13.1

13 Feb 21:53
31e622d
Compare
Choose a tag to compare

What's Changed

  • Do not select the default key with --ssh=agent by @olegmlsn in #171

Full Changelog: v1.13.0...v1.13.1

v1.13.0

01 Feb 20:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.13.0

v1.12.1

01 Feb 00:18
Compare
Choose a tag to compare

What's Changed

  • fix test when DOCKER_HOST=tcp://:2375 using remote host by @dimetron in #162
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #163
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #164
  • Bump github.com/containerd/containerd from 1.7.3 to 1.7.11 by @dependabot in #165
  • Bump github.com/opencontainers/runc from 1.1.8 to 1.1.12 by @dependabot in #168

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0

13 Nov 20:24
Compare
Choose a tag to compare

What's Changed

  • Add chmod+x option to copy command by @umputun in #160
  • add support for on_exit deferring it for all the commands by @umputun in #161
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #157
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #158
  • Bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible by @dependabot in #159

Full Changelog: v1.11.5...v1.12.0

v1.11.5

28 Aug 21:12
Compare
Choose a tag to compare

Changelog

  • 669250a fix rare issue causing logger color selection to go crazy and panic

v1.11.4

10 Aug 19:08
Compare
Choose a tag to compare

Changelog

  • fix: prevent false-positive detection in secret masking on partial word
  • fix: make the presence of register to trigger multiline script. This is similar to how it handled a single-line script with export
  • fix: docs typos

Full Changelog: v1.11.3...v1.11.4