mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-15 09:16:44 +00:00
Release 0.5.1 (#131)
* Release 0.5.1 * Add one more PR that is part of the release
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "hooks",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "hooks",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.5.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hooks",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Three projects are included - k8s: a kubernetes hook implementation that spins up pods dynamically to run a job - docker: A hook implementation of the runner's docker implementation - A hook lib, which contains shared typescript definitions and utilities that the other packages consume",
|
||||
"main": "",
|
||||
"directories": {
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<!-- ## Features -->
|
||||
## Bugs
|
||||
|
||||
- Add option to use the kubernetes scheduler for workflow pods [#111]
|
||||
- Docker and K8s: Fix shell arguments when split by the runner [#115]
|
||||
- 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]
|
||||
|
||||
<!-- ## Misc -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user