Skip to content

Tags: umputun/spot

Tags

v1.16.4

Toggle v1.16.4's commit message
Improve error messages with file paths in remote upload

This commit enhances error messages in the remote upload functionality by including specific file paths. It updates both the implementation in remote.go and the corresponding tests in remote_test.go to provide more detailed error information.

v1.16.3

Toggle v1.16.3's commit message
add condition test with sudo

v1.16.2

Toggle v1.16.2's commit message
add test for prepScript to ensure the cleanup was invoked

v1.16.1

Toggle v1.16.1's commit message
Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7

Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.6 to 0.7.7.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.6...v0.7.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #197 from umputun/register-across-tasks

Allow registered vars to be populated across tasks

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix handling of user set on the task level (#193)

* Fix incorrect handling of task-level user #192

The change eliminates setting the default task.User on the config level,
and moves this responsibility to the runner. Now the runner explicitly
checks the presence of task.User and passes it in.

In addition, runTaskOnHost sets the passed user into activeTask
(a copy of the task used later on). This was done to be able to know what
the actual user is. Currently, the only use is in setting SPOT_REMOTE_USER,
however, it can also be used in any place that needs to know the active remote user.

* update man and site

* add a test for user name set on task level

v1.15.0

Toggle v1.15.0's commit message
update site docs

v1.14.1

Toggle v1.14.1's commit message
update release ci to 1.22

v1.14.0

Toggle v1.14.0's commit message
update playbook schema for #180

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #171 from olegmlsn/no_default_key

Do not select the default key with --ssh=agent