From 89ff7d11554b2992c95a2fe5e23609fd03faeef6 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Mon, 20 Mar 2023 15:26:23 +0100 Subject: [PATCH] Release 0.3.1 (#71) * Update releaseNotes.md * updated package.json and package lock --- package-lock.json | 4 ++-- package.json | 2 +- releaseNotes.md | 14 ++++---------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2458d9..013727c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hooks", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hooks", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "devDependencies": { "@types/jest": "^27.5.1", diff --git a/package.json b/package.json index 0f6f2ac..5897a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hooks", - "version": "0.3.0", + "version": "0.3.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": { diff --git a/releaseNotes.md b/releaseNotes.md index 3d49732..8585dfe 100644 --- a/releaseNotes.md +++ b/releaseNotes.md @@ -1,12 +1,6 @@ -## Features -- Use service container entrypoint if no entrypoint is specified [#53] - + ## Bugs -- Fixed issue caused by promise rejection in kubernetes hook [#65] -- Fixed service container name issue when service image contains one or more `/` - in the name [#53] -- Fixed issue related to service container failures when no ports are specified - [#60] -- Allow equal signs in environment variable values [#62] -