From 1fd9201d05aadb997e4cb68a00fa8f689b7f2d5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Jan 2025 04:11:23 +0000 Subject: [PATCH] Update Readme with new Tag v0.14.2 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cf87f95d..172d22d22 100644 --- a/README.md +++ b/README.md @@ -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.1/release.yaml --server-side - curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.14.1/hack/setup-webhook-cert.sh | bash - curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/main/hack/storage-version-migration.sh | bash + kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.14.2/release.yaml --server-side + curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.14.2/hack/setup-webhook-cert.sh | bash + curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.14.2/hack/storage-version-migration.sh | bash ``` To install the latest nightly release, run: @@ -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.1/sample-strategies.yaml --server-side + kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.14.2/sample-strategies.yaml --server-side ``` To install the latest nightly release, run: @@ -171,6 +171,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.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) |