Skip to content

Releases: actions/runner-container-hooks

v0.6.0

14 Mar 13:37
9705dee
Compare
Choose a tag to compare

Features

  • Extend the hook extension to allow service container modifications [#134]

Bugs

  • Mount /github/workflow to docker action pods [#137]
  • Read logs from failed job container [#135]

Misc

  • Bump jose from 4.11.4 to 4.15.5 [#142]
  • ADR-0134 - superseding ADR-0096 [#136]

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-hooks-docker-0.6.0.zip c8dfa67c29a06236f4b3e689f01fb4d0b771f94c98fac0c142cf1b12e9fcc85a
  • actions-runner-hooks-k8s-0.6.0.zip d175d243be4ad58f46fcc8a920f01cdca0c746b806fe81213db99ff187c65637

v0.5.1

05 Feb 14:04
638bd19
Compare
Choose a tag to compare

Bugs

  • K8s: Try to get response body message and log entire error response in debug log [#123]
  • Switch exec pod promise to reject on websocket error [#127]
  • Fix is alpine check using shlex [#130]

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-hooks-docker-0.5.1.zip de6f349124683120996e4aae797ec9671f98bad8a9ac9a2c5d3126badc1a5435
  • actions-runner-hooks-k8s-0.5.1.zip e08647975db0302e244bc6b04b28502379b4b54cbd373bd16b6b208080fe19a1

v0.5.0

22 Nov 12:17
46c92fe
Compare
Choose a tag to compare

Bugs

  • Add option to use the kubernetes scheduler for workflow pods [#111]
  • Docker and K8s: Fix shell arguments when split by the runner [#115]

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-hooks-docker-0.5.0.zip e6d5bd73e1e0366dd496e9ae6d0de097f30f2e696cf5c91c4a14ac8add63d5b2
  • actions-runner-hooks-k8s-0.5.0.zip a119ed28c531230fe28e147a5a9160edef6fc37efce7faa7b1216c4b1b17cc7c

v0.4.0

25 Sep 12:40
64000d7
Compare
Choose a tag to compare

Bugs

  • Fix argument order for 'docker pull' [#85]
  • Do not overwrite entrypoint if it has already been set or if it is Service container [#83]
  • Throw if an entrypoint is not specified for container step [#77]
  • Include sha256 checksums in releaseNotes [#98]
  • Escape backtick in writeEntryPointScript [#101]
  • Implement yaml extensions overwriting the default pod/container spec [#75]

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-hooks-docker-0.4.0.zip fdfa770ced6269617403e71dbca485683698bf9eecd921e5215a7dcf8028ecdb
  • actions-runner-hooks-k8s-0.4.0.zip 53098d96c368b047860bd84eed62dea5f11047b09fee068057bcc37093b2090f

v0.3.2

17 May 09:19
ebbe2bd
Compare
Choose a tag to compare

Bugs

  • Handle $ symbols in environment variable names and values in k8s [#74]

v0.3.1

20 Mar 14:27
89ff7d1
Compare
Choose a tag to compare

Bugs

  • Ensure the response file contains ports object for service containers in k8s [#70]

v0.3.0

17 Mar 09:33
c92bb55
Compare
Choose a tag to compare

Features

  • Use service container entrypoint if no entrypoint is specified [#53]

Bugs

  • Fixed issue caused by promise rejection in kubernetes hook [#65]
  • Fixed service container name issue when service image contains one or more /
    in the name [#53]
  • Fixed issue related to service container failures when no ports are specified
    [#60]
  • Allow equal signs in environment variable values [#62]

v0.2.0

15 Dec 14:31
17d2b3b
Compare
Choose a tag to compare

Features

  • Always use the Docker related ENVs from the host machine instead of ENVs from the runner job [#40]
  • Use user defined entrypoints for service containers (instead of tail -f /dev/null)

Bugs

  • Fixed substring issue with /github/workspace and /github/file_commands [#35]
  • Fixed issue related to setting hostPort and containerPort when formatting is not recognized by k8s default [#38]

v0.1.3

16 Aug 13:44
16eb238
Compare
Choose a tag to compare

Features

Bugs

  • Fixed an issue where default private registry images did not pull correctly [#25]

Misc

v0.1.2

23 Jun 13:08
e2033b2
Compare
Choose a tag to compare

Features

Bugs

  • Improved error handling so that more actionable error messages are displayed for k8s hooks failures [#19]

Misc