Skip to content

Commit

Permalink
Release 0.3.1 (#71)
Browse files Browse the repository at this point in the history
* Update releaseNotes.md

* updated package.json and package lock
  • Loading branch information
nikola-jokic authored Mar 20, 2023
1 parent 6dbb0b6 commit 89ff7d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 4 additions & 10 deletions releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
## Features
- Use service container entrypoint if no entrypoint is specified [#53]

<!-- ## Features -->
## 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]

<!-- ## Misc
- Ensure the response file contains ports object for service containers in k8s [#70]

<!-- ## Misc -->

0 comments on commit 89ff7d1

Please sign in to comment.