Releases: actions/runner-container-hooks
Releases · actions/runner-container-hooks
v0.6.2
Misc
- Bump
@kubernetes/client-node
from 0.18.1 to 0.22.0 in /packages/k8s [#182]
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-hooks-docker-0.6.2.zip f92d150ada6ee8e49f951d5cb2b5f358478b3f731be9dc2fac0502e44b846d6c
- actions-runner-hooks-k8s-0.6.2.zip c1ac8ea5c84f9d796e57a129dd3b30a491d85a7e7338d751198f805f37affd97
v0.6.1
Bugs
- Skip writing extension containers in output context file [#154]
Misc
- Bump ws from 7.5.7 to 7.5.10 in /packages/docker [#170]
- Bump braces from 3.0.2 to 3.0.3 in /packages/docker [#171]
- Bump tar from 6.1.11 to 6.2.1 in /packages/k8s [#156]
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-hooks-docker-0.6.1.zip e6e160bc27f9aae28885008ff214f79ece199bf9b2c0c1c5db5c5ffe8de0719a
- actions-runner-hooks-k8s-0.6.1.zip 08e6657209a30878c06c6d73158a7a39ec9e7055c4e0aa34ada4161270669338
v0.6.0
Features
- Extend the hook extension to allow service container modifications [#134]
Bugs
Misc
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
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
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
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
v0.3.1
v0.3.0
v0.2.0
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
)