Skip to content

Commit 26f4a32

Browse files
authored
0.3.0 release notes (#68)
1 parent 10c6c0a commit 26f4a32

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
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.2.0",
3+
"version": "0.3.0",
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
## Features
2-
- Always use the Docker related ENVs from the host machine instead of ENVs from the runner job [#40]
3-
- Use user defined entrypoints for service containers (instead of `tail -f /dev/null`)
2+
- User service container entrypoint if no entrypoint is specified [#53]
43

54
## Bugs
6-
- Fixed substring issue with /github/workspace and /github/file_commands [#35]
7-
- Fixed issue related to setting hostPort and containerPort when formatting is not recognized by k8s default [#38]
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]
811

9-
<!-- ## Misc
12+
<!-- ## Misc

0 commit comments

Comments
 (0)