diff --git a/package-lock.json b/package-lock.json index eb54ea0..bc1b844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hooks", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hooks", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "devDependencies": { "@types/jest": "^27.5.1", diff --git a/package.json b/package.json index a0594dd..5defeb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hooks", - "version": "0.1.2", + "version": "0.1.3", "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": { diff --git a/releaseNotes.md b/releaseNotes.md index 67ab7ce..f49fb6a 100644 --- a/releaseNotes.md +++ b/releaseNotes.md @@ -1,6 +1,6 @@ ## Features ## Bugs -- Improved error handling so that more actionable error messages are displayed for k8s hooks failures [#19] +- Fixed an issue where default private registry images did not pull correctly [#25] ## Misc \ No newline at end of file