Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shipwright-io/build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.6
Choose a base ref
...
head repository: shipwright-io/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-v0.15
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 18, 2025

  1. Copy the full SHA
    2fce946 View commit details
  2. Merge pull request #1870 from shipwright-io/update-readme-tag-refs

    Update Readme with new tag
    SaschaSchwarze0 authored Apr 18, 2025
    Copy the full SHA
    d150b90 View commit details

Commits on Apr 29, 2025

  1. Copy the full SHA
    7788eba View commit details
  2. Merge pull request #1876 from shipwright-io/update-readme-tag-refs

    Update Readme with new tag
    SaschaSchwarze0 authored Apr 29, 2025
    Copy the full SHA
    40c2bc5 View commit details
Showing with 6 additions and 4 deletions.
  1. +6 −4 README.md
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.15.5/release.yaml --server-side
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.5/hack/setup-webhook-cert.sh | bash
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.5/hack/storage-version-migration.sh | bash
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.7/release.yaml --server-side
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.7/hack/setup-webhook-cert.sh | bash
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.7/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.15.5/sample-strategies.yaml --server-side
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.7/sample-strategies.yaml --server-side
```

To install the latest nightly release, run:
@@ -171,6 +171,8 @@ 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.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) |
| [v0.15.6](https://github.com/shipwright-io/build/releases/tag/v0.15.6) | [Docs @ v0.15.6](https://github.com/shipwright-io/build/tree/v0.15.6/docs) | [Examples @ v0.15.6](https://github.com/shipwright-io/build/tree/v0.15.6/samples) |
| [v0.15.5](https://github.com/shipwright-io/build/releases/tag/v0.15.5) | [Docs @ v0.15.5](https://github.com/shipwright-io/build/tree/v0.15.5/docs) | [Examples @ v0.15.5](https://github.com/shipwright-io/build/tree/v0.15.5/samples) |
| [v0.15.4](https://github.com/shipwright-io/build/releases/tag/v0.15.4) | [Docs @ v0.15.4](https://github.com/shipwright-io/build/tree/v0.15.4/docs) | [Examples @ v0.15.4](https://github.com/shipwright-io/build/tree/v0.15.4/samples) |
| [v0.15.3](https://github.com/shipwright-io/build/releases/tag/v0.15.3) | [Docs @ v0.15.3](https://github.com/shipwright-io/build/tree/v0.15.3/docs) | [Examples @ v0.15.3](https://github.com/shipwright-io/build/tree/v0.15.3/samples) |