Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.13.0: Add Operator Instructions #122

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/en/blog/posts/2024-03-27-build-release-v0.13.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ draft: false
author: "Enrique Encalada ([@qu1queee](https://github.com/qu1queee))"
---

_Update 2024-07-09: added Operator installation instructions_

After months of diligent work, just in time for [cdCon 2024](https://cd.foundation/event/cdcon-2024/), we are releasing our `v0.13.0` release. This significant milestone incorporates a bunch of enhancements, features and bug fixes. Here are the key highlights:

## Action Required
Expand Down Expand Up @@ -125,3 +127,18 @@ shp version
shp help
```

### Operator

To deploy and manage Shipwright Builds in your cluster, first ensure the operator v0.13.0 is installed and running on your cluster. You can follow the instructions on [OperatorHub](https://operatorhub.io/operator/shipwright-operator).

Next, create the following:

```yaml
---
apiVersion: operator.shipwright.io/v1alpha1
kind: ShipwrightBuild
metadata:
name: shipwright-operator
spec:
targetNamespace: shipwright-build
```
Loading