@@ -47,9 +47,9 @@ Shipwright supports any tool that can build container images in Kubernetes clust
47
47
- Install the Shipwright deployment. To install the latest version, run:
48
48
49
49
``` bash
50
- kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.9 /release.yaml --server-side
51
- curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.9 /hack/setup-webhook-cert.sh | bash
52
- curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.9 /hack/storage-version-migration.sh | bash
50
+ kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.16.2 /release.yaml --server-side
51
+ curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.16.2 /hack/setup-webhook-cert.sh | bash
52
+ curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.16.2 /hack/storage-version-migration.sh | bash
53
53
```
54
54
55
55
To install the latest nightly release, run:
@@ -63,7 +63,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust
63
63
- Install the Shipwright strategies. To install the latest version, run:
64
64
65
65
``` bash
66
- kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.9 /sample-strategies.yaml --server-side
66
+ kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.16.2 /sample-strategies.yaml --server-side
67
67
```
68
68
69
69
To install the latest nightly release, run:
@@ -171,7 +171,9 @@ To find out more on what's the best strategy or what else can Shipwright do for
171
171
| Version | Docs | Examples |
172
172
| ------------------------------------------------------------------------| ----------------------------------------------------------------------------| -----------------------------------------------------------------------------------|
173
173
| HEAD | [Docs @ HEAD](docs/README.md) | [Examples @ HEAD](samples) |
174
+ | [v0.16.2](https://github.com/shipwright-io/build/releases/tag/v0.16.2) | [Docs @ v0.16.2](https://github.com/shipwright-io/build/tree/v0.16.2/docs) | [Examples @ v0.16.2](https://github.com/shipwright-io/build/tree/v0.16.2/samples) |
174
175
| [v0.16.1](https://github.com/shipwright-io/build/releases/tag/v0.16.1) | [Docs @ v0.16.1](https://github.com/shipwright-io/build/tree/v0.16.1/docs) | [Examples @ v0.16.1](https://github.com/shipwright-io/build/tree/v0.16.1/samples) |
176
+ | [v0.16.0](https://github.com/shipwright-io/build/releases/tag/v0.16.0) | [Docs @ v0.16.0](https://github.com/shipwright-io/build/tree/v0.16.0/docs) | [Examples @ v0.16.0](https://github.com/shipwright-io/build/tree/v0.16.0/samples) |
175
177
| [v0.15.9](https://github.com/shipwright-io/build/releases/tag/v0.15.9) | [Docs @ v0.15.9](https://github.com/shipwright-io/build/tree/v0.15.9/docs) | [Examples @ v0.15.9](https://github.com/shipwright-io/build/tree/v0.15.9/samples) |
176
178
| [v0.15.8](https://github.com/shipwright-io/build/releases/tag/v0.15.8) | [Docs @ v0.15.8](https://github.com/shipwright-io/build/tree/v0.15.8/docs) | [Examples @ v0.15.8](https://github.com/shipwright-io/build/tree/v0.15.8/samples) |
177
179
| [v0.15.7](https://github.com/shipwright-io/build/releases/tag/v0.15.7) | [Docs @ v0.15.7](https://github.com/shipwright-io/build/tree/v0.15.7/docs) | [Examples @ v0.15.7](https://github.com/shipwright-io/build/tree/v0.15.7/samples) |
0 commit comments