Skip to content

Commit

Permalink
Release 0.5.1 (actions#131)
Browse files Browse the repository at this point in the history
* Release 0.5.1

* Add one more PR that is part of the release
  • Loading branch information
nikola-jokic authored Feb 5, 2024
1 parent 50e14cf commit 638bd19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions releaseNotes.md
Original file line number Diff line number Diff line change
@@ -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 -->

Expand Down

0 comments on commit 638bd19

Please sign in to comment.