Skip to content

Releases: mxschmitt/action-tmate

Version 3.10

13 Feb 12:06
bf9f18e
Compare
Choose a tag to compare

What's Changed

  • Fix checking validity of tmate-server-xxx parameters by @vadz in #105

New Contributors

  • @vadz made their first contribution in #105

Full Changelog: v3.9...v3.10

Version 3.9

04 Jan 11:41
f309efd
Compare
Choose a tag to compare

What's Changed

  • add option to skip dependency installation [#77 reopen] by @noymer in #98

New Contributors

Full Changelog: v3.8...v3.9

Version 3.8

05 Dec 20:39
b926bc4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7...v3.8

Version 3.7

05 Oct 11:33
19a49ed
Compare
Choose a tag to compare

What's Changed

  • fix a link in README by @meryacine in #92
  • Support user own tmate server by @whywaita in #93

New Contributors

  • @meryacine made their first contribution in #92
  • @whywaita made their first contribution in #93

Full Changelog: v3.6...v3.7

Version 3.6

11 Aug 13:05
1426ce6
Compare
Choose a tag to compare

Fixes:

  • fix: support ARM64 Linux runners (#91)

Version 3.5

30 Mar 11:12
18c3652
Compare
Choose a tag to compare

Fixes:

  • fix: limit-access-to-actor functionality (#66)
  • fix(windows): for VS2019 (#68)

Version 3.4

25 Mar 10:12
03e13f1
Compare
Choose a tag to compare

Fixes:

  • turn errexit off in the shell sessions (#64), this fixes #37. Thanks goes to @dscho
  • fix: add xz-utils as apt dependency (#61)
  • fix: remove tmate executable if already exists (#60), this is relevant for self hosted runners

Docs:

  • docs(README): add example using failure() (#57)

Version 3.3

08 Feb 15:19
afa9009
Compare
Choose a tag to compare

Bugfixes:

  • fix: only print web shell when persistent (#49)
  • fix(win): inherit base environment variables (#48)
  • fix(win): do start in the workspace directory, even on Windows (#52)
  • fix(exec): write no new lines to stderr/out (#51)
  • feat: Continue also when the tmate socket was deleted

Version 3.2

07 Feb 00:48
0e51b88
Compare
Choose a tag to compare

User facing changes:

  • feat: Allow restricting access via public SSH keys registered with the GitHub profile (#39)
  • fix: typo when debugging session get terminated (#40)
  • chore: download custom latest tmate on Ubuntu (#43)

Full change log see here.

Version 3.1

04 Nov 19:05
04c7304
Compare
Choose a tag to compare
  • Added Windows support (#26)