Release 0.5.1 (#131)

* Release 0.5.1

* Add one more PR that is part of the release
This commit is contained in:
Nikola Jokic
2024-02-05 15:00:35 +01:00
committed by GitHub
parent 50e14cf868
commit 638bd19c9d
3 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "hooks", "name": "hooks",
"version": "0.5.0", "version": "0.5.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hooks", "name": "hooks",
"version": "0.5.0", "version": "0.5.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/jest": "^27.5.1", "@types/jest": "^27.5.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "hooks", "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", "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": "", "main": "",
"directories": { "directories": {

View File

@@ -1,8 +1,9 @@
<!-- ## Features --> <!-- ## Features -->
## Bugs ## Bugs
- Add option to use the kubernetes scheduler for workflow pods [#111] - K8s: Try to get response body message and log entire error response in debug log [#123]
- Docker and K8s: Fix shell arguments when split by the runner [#115] - Switch exec pod promise to reject on websocket error [#127]
- Fix is alpine check using shlex [#130]
<!-- ## Misc --> <!-- ## Misc -->