Skip to content

Commit 89ff7d1

Browse files
authored
Release 0.3.1 (#71)
* Update releaseNotes.md * updated package.json and package lock
1 parent 6dbb0b6 commit 89ff7d1

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
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.3.0",
3+
"version": "0.3.1",
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: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
## Features
2-
- Use service container entrypoint if no entrypoint is specified [#53]
3-
1+
<!-- ## Features -->
42
## Bugs
5-
- Fixed issue caused by promise rejection in kubernetes hook [#65]
6-
- Fixed service container name issue when service image contains one or more `/`
7-
in the name [#53]
8-
- Fixed issue related to service container failures when no ports are specified
9-
[#60]
10-
- Allow equal signs in environment variable values [#62]
113

12-
<!-- ## Misc
4+
- Ensure the response file contains ports object for service containers in k8s [#70]
5+
6+
<!-- ## Misc -->

0 commit comments

Comments
 (0)