Skip to content

Commit

Permalink
Update Readme with new Tag v0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Schwarze <[email protected]>
  • Loading branch information
adambkaplan authored and SaschaSchwarze0 committed Feb 26, 2025
1 parent 8621bb7 commit 913c655
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Shipwright supports any tool that can build container images in Kubernetes clust
- Install the Shipwright deployment. To install the latest version, run:

```bash
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.14.4/release.yaml --server-side
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.14.4/hack/setup-webhook-cert.sh | bash
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.14.4/hack/storage-version-migration.sh | bash
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.0/release.yaml --server-side
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.0/hack/setup-webhook-cert.sh | bash
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.0/hack/storage-version-migration.sh | bash
```

To install the latest nightly release, run:
Expand All @@ -63,7 +63,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust
- Install the Shipwright strategies. To install the latest version, run:

```bash
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.14.4/sample-strategies.yaml --server-side
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.0/sample-strategies.yaml --server-side
```

To install the latest nightly release, run:
Expand Down Expand Up @@ -171,9 +171,10 @@ To find out more on what's the best strategy or what else can Shipwright do for
| Version | Docs | Examples |
|------------------------------------------------------------------------|----------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
| HEAD | [Docs @ HEAD](docs/README.md) | [Examples @ HEAD](samples) |
| [v0.14.4](https://github.com/shipwright-io/build/releases/tag/v0.14.4) | [Docs @ v0.14.4](https://github.com/shipwright-io/build/tree/v0.14.4/docs) | [Examples @ v0.14.4](https://github.com/shipwright-io/build/tree/v0.14.4/samples) |
| [v0.14.3](https://github.com/shipwright-io/build/releases/tag/v0.14.3) | [Docs @ v0.14.3](https://github.com/shipwright-io/build/tree/v0.14.3/docs) | [Examples @ v0.14.3](https://github.com/shipwright-io/build/tree/v0.14.3/samples) |
| [v0.14.2](https://github.com/shipwright-io/build/releases/tag/v0.14.2) | [Docs @ v0.14.2](https://github.com/shipwright-io/build/tree/v0.14.2/docs) | [Examples @ v0.14.2](https://github.com/shipwright-io/build/tree/v0.14.2/samples) |
| [v0.15.0](https://github.com/shipwright-io/build/releases/tag/v0.15.0) | [Docs @ v0.15.0](https://github.com/shipwright-io/build/tree/v0.15.0/docs) | [Examples @ v0.15.0](https://github.com/shipwright-io/build/tree/v0.15.0/samples) |
| [v0.14.4](https://github.com/shipwright-io/build/releases/tag/v0.14.4) | [Docs @ v0.14.4](https://github.com/shipwright-io/build/tree/v0.14.4/docs) | [Examples @ v0.14.4](https://github.com/shipwright-io/build/tree/v0.14.4/samples) |
| [v0.14.3](https://github.com/shipwright-io/build/releases/tag/v0.14.3) | [Docs @ v0.14.3](https://github.com/shipwright-io/build/tree/v0.14.3/docs) | [Examples @ v0.14.3](https://github.com/shipwright-io/build/tree/v0.14.3/samples) |
| [v0.14.2](https://github.com/shipwright-io/build/releases/tag/v0.14.2) | [Docs @ v0.14.2](https://github.com/shipwright-io/build/tree/v0.14.2/docs) | [Examples @ v0.14.2](https://github.com/shipwright-io/build/tree/v0.14.2/samples) |
| [v0.14.1](https://github.com/shipwright-io/build/releases/tag/v0.14.1) | [Docs @ v0.14.1](https://github.com/shipwright-io/build/tree/v0.14.1/docs) | [Examples @ v0.14.1](https://github.com/shipwright-io/build/tree/v0.14.1/samples) |
| [v0.14.0](https://github.com/shipwright-io/build/releases/tag/v0.14.0) | [Docs @ v0.14.0](https://github.com/shipwright-io/build/tree/v0.14.0/docs) | [Examples @ v0.14.0](https://github.com/shipwright-io/build/tree/v0.14.0/samples) |
| [v0.13.0](https://github.com/shipwright-io/build/releases/tag/v0.13.0) | [Docs @ v0.13.0](https://github.com/shipwright-io/build/tree/v0.12.0/docs) | [Examples @ v0.13.0](https://github.com/shipwright-io/build/tree/v0.13.0/samples) |
Expand Down

0 comments on commit 913c655

Please sign in to comment.