Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rally25rs committed Apr 19, 2024
1 parent 8d3c734 commit 5461ce2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
## Next Release
## v0.2.1

- Fix #29 - Use `yarn` to start `node` in Docker image, so `yarn` can bootstrap `node` to load PnP dependencies.

## v0.2.0
## v0.2.0 (this version is broken. use v0.2.1 instead.)

- Upgrade yarn from classic `v1` to modern `v4.0.2` (Used locally for build and test)
- Upgrade yarn from classic `v1` to modern `v4.0.2` (Used in deployed Docker images)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "k8s-wait",
"version": "0.2.0",
"version": "0.2.1",
"description": "Wait for Kubernetes pods to be availabe.",
"main": "index.js",
"author": "Jeff Valore (rally25rs)",
Expand Down
2 changes: 1 addition & 1 deletion packages/k8s-when-ready-client/package.json
@@ -1,6 +1,6 @@
{
"name": "k8s-when-ready-client",
"version": "0.2.0",
"version": "0.2.1",
"description": "Wait for Kubernetes pods to be availabe.",
"main": "index.js",
"author": "Jeff Valore (rally25rs)",
Expand Down
2 changes: 1 addition & 1 deletion packages/k8s-when-ready-server/package.json
@@ -1,6 +1,6 @@
{
"name": "k8s-when-ready-server",
"version": "0.2.0",
"version": "0.2.1",
"description": "Wait for Kubernetes pods to be availabe.",
"main": "index.js",
"author": "Jeff Valore (rally25rs)",
Expand Down

0 comments on commit 5461ce2

Please sign in to comment.