Skip to content

Commit

Permalink
Update Readme with new Tag v0.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed Oct 18, 2023
1 parent 2dac976 commit 66a3354
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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.11.0/release.yaml
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.12.0-rc1/release.yaml
```

To install the latest nightly release, run:
Expand All @@ -62,7 +62,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.11.0/sample-strategies.yaml
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.12.0-rc1/sample-strategies.yaml
```

To install the latest nightly release, run:
Expand Down Expand Up @@ -169,6 +169,7 @@ 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.12.0-rc1](https://github.com/shipwright-io/build/releases/tag/v0.12.0-rc1) | [Docs @ v0.12.0-rc1](https://github.com/shipwright-io/build/tree/v0.12.0-rc1/docs) | [Examples @ v0.12.0-rc1](https://github.com/shipwright-io/build/tree/v0.12.0-rc1/samples) |
| [v0.11.0](https://github.com/shipwright-io/build/releases/tag/v0.11.0) | [Docs @ v0.11.0](https://github.com/shipwright-io/build/tree/v0.11.0/docs) | [Examples @ v0.11.0](https://github.com/shipwright-io/build/tree/v0.11.0/samples) |
| [v0.10.0](https://github.com/shipwright-io/build/releases/tag/v0.10.0) | [Docs @ v0.10.0](https://github.com/shipwright-io/build/tree/v0.10.0/docs) | [Examples @ v0.10.0](https://github.com/shipwright-io/build/tree/v0.10.0/samples) |
| [v0.9.0](https://github.com/shipwright-io/build/releases/tag/v0.9.0) | [Docs @ v0.9.0](https://github.com/shipwright-io/build/tree/v0.9.0/docs) | [Examples @ v0.9.0](https://github.com/shipwright-io/build/tree/v0.9.0/samples) |
Expand Down

0 comments on commit 66a3354

Please sign in to comment.