Skip to content

Commit 16eb238

Browse files
authored
0.1.3 release notes (#26)
1 parent 8e06496 commit 16eb238

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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.1.2",
3+
"version": "0.1.3",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Features
22

33
## Bugs
4-
- Improved error handling so that more actionable error messages are displayed for k8s hooks failures [#19]
4+
- Fixed an issue where default private registry images did not pull correctly [#25]
55

66
## Misc

0 commit comments

Comments
 (0)