Skip to content

Commit 9705dee

Browse files
authored
Release 0.6.0 (#148)
1 parent 99efdec commit 9705dee

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"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",
55
"main": "",
66
"directories": {

releaseNotes.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
<!-- ## Features -->
1+
## Features
2+
3+
- Extend the hook extension to allow service container modifications [#134]
4+
25
## Bugs
36

4-
- K8s: Try to get response body message and log entire error response in debug log [#123]
5-
- Switch exec pod promise to reject on websocket error [#127]
6-
- Fix is alpine check using shlex [#130]
7+
- Mount /github/workflow to docker action pods [#137]
8+
- Read logs from failed job container [#135]
9+
10+
## Misc
711

8-
<!-- ## Misc -->
12+
- Bump jose from 4.11.4 to 4.15.5 [#142]
13+
- ADR-0134 - superseding ADR-0096 [#136]
914

1015
## SHA-256 Checksums
1116

0 commit comments

Comments
 (0)