Skip to content

Commit 64000d7

Browse files
authored
Release notes for 0.4.0 version (#104)
1 parent 4ff4b55 commit 64000d7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.2",
3+
"version": "0.4.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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<!-- ## Features -->
22
## Bugs
33

4-
- Handle `$` symbols in environment variable names and values in k8s [#74]
4+
- Fix argument order for 'docker pull' [#85]
5+
- Do not overwrite entrypoint if it has already been set or if it is Service container [#83]
6+
- Throw if an entrypoint is not specified for container step [#77]
7+
- Include sha256 checksums in releaseNotes [#98]
8+
- Escape backtick in writeEntryPointScript [#101]
9+
- Implement yaml extensions overwriting the default pod/container spec [#75]
510

611
<!-- ## Misc -->
712

0 commit comments

Comments
 (0)