Skip to content

Commit b07eb64

Browse files
Merge pull request #235 from adambkaplan/builds-v0.14-bump
feat: Update Shipwright Builds to v0.14.0
2 parents f903a7e + 97c52a0 commit b07eb64

File tree

6 files changed

+13666
-2616
lines changed

6 files changed

+13666
-2616
lines changed

bundle/manifests/shipwright-operator.clusterserviceversion.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ spec:
223223
- create
224224
- update
225225
- delete
226+
- apiGroups:
227+
- apiextensions.k8s.io
228+
resources:
229+
- customresourcedefinitions
230+
- customresourcedefinitions/status
231+
verbs:
232+
- get
233+
- patch
226234
- apiGroups:
227235
- ""
228236
resources:
@@ -773,7 +781,7 @@ spec:
773781
774782
name: The Shipwright Contributors
775783
maturity: alpha
776-
minKubeVersion: 1.24.0
784+
minKubeVersion: 1.29.0
777785
provider:
778786
name: The Shipwright Contributors
779787
url: https://shipwright.io

config/manifests/bases/shipwright-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
8787
name: The Shipwright Contributors
8888
maturity: alpha
89-
minKubeVersion: 1.24.0
89+
minKubeVersion: 1.29.0
9090
provider:
9191
name: The Shipwright Contributors
9292
url: https://shipwright.io

config/rbac/shipwright_build_controller_role.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ rules:
5050
- apiGroups: ['']
5151
resources: ['serviceaccounts']
5252
verbs: ['get', 'list', 'watch', 'create', 'update', 'delete']
53+
- apiGroups: ['apiextensions.k8s.io']
54+
resources: ['customresourcedefinitions', 'customresourcedefinitions/status']
55+
verbs: ['get', 'patch']

docs/shipwrightbuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
When the Shipwright Operator is installed with the Operator Lifecycle Manager, the
44
`ShipwrightBuild` [custom resource definition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) is added to your cluster.
55
This custom resource is used to install and configure Shipwright Builds on your cluster.
6-
The current operator will install version `0.12.0` of Builds.
6+
The current operator will install version `0.14.0` of Builds.
77

88
When the `ShipwrightBuild` instance is created, the following components are installed:
99

@@ -17,9 +17,9 @@ When the `ShipwrightBuild` instance is created, the following components are ins
1717
- `buildpacks-v3`
1818
- `buildpacks-v3-heroku`
1919
- `kaniko`
20-
- `kaniko-trivy`
2120
- `ko`
2221
- `source-to-image`
22+
- `source-to-image-redhat`
2323

2424

2525
## ShipwrightBuild Reference

0 commit comments

Comments
 (0)