From 16eb238caa43a6e39c94d76430f86a3e3088598e Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:43:31 -0400 Subject: [PATCH] 0.1.3 release notes (#26) --- package-lock.json | 4 ++-- package.json | 2 +- releaseNotes.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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