Skip to content

Commit 7da5474

Browse files
authored
Release 0.7.0 (#218)
1 parent 375992c commit 7da5474

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
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.6.2",
3+
"version": "0.7.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: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
<!-- ## Features -->
1+
## Features
22

3-
<!-- ## Bugs -->
3+
- k8s: Use pod affinity when KubeScheduler is enabled [#212]
4+
- docker: support alternative network modes [#209]
5+
6+
## Bugs
7+
8+
- Expose CI=true and GITHUB_ACTIONS env variables [#215]
9+
- k8s: add /github/home to containerAction mounts and surface createSecretForEnvs errors [#198]
10+
- k8s: start logging from the beginning [#184]
411

512
## Misc
613

7-
- Bump `@kubernetes/client-node` from 0.18.1 to 0.22.0 in /packages/k8s [#182]
14+
- Bump node in tests to node 22 since node14 is quite old [#216]
15+
- Bump jsonpath-plus from 10.1.0 to 10.3.0 in /packages/k8s [#213]
16+
- Bump braces from 3.0.2 to 3.0.3 in /packages/hooklib [#194]
17+
- Bump cross-spawn from 7.0.3 to 7.0.6 in /packages/k8s [#196]
18+
- Bump ws from 7.5.8 to 7.5.10 in /packages/k8s [#192]
19+
- Remove dependency on deprecated release actions [#193]
20+
- Update to the latest available actions [#191]
21+
822

923
## SHA-256 Checksums
1024

0 commit comments

Comments
 (0)