Skip to content

Commit 5f65cd4

Browse files
committed
address pr reviews
1 parent 8e80ba7 commit 5f65cd4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/docs/blog/posts/2025-06-16-release-v0.16.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@ For a full git history clone, depth must be set to 0.
2323

2424
### Optimizing Controller Memory Footprint
2525

26-
Improve the Shipwright controller’s memory efficiency by restricting the manager cache to only TaskRuns and Pods associated with the controller. This is achieved by leveraging the `buildrun.shipwright.io/name` label to identify relevant resources. By narrowing the scope of what the manager caches, we significantly reduce memory usage, resulting in a dramatic improvement in overall controller performance.
26+
Improve the Shipwright controller’s memory efficiency by restricting the manager cache to only TaskRuns and Pods associated with the controller. This is achieved by leveraging the `buildrun.shipwright.io/name` label to identify relevant resources. By narrowing the scope of what the manager caches, we significantly reduce memory usage.
2727

2828
### CLI: Maintenance Update
2929

30-
The CLI was updated to support Build v0.16.0 APIs.
30+
The CLI was updated to support Build v0.16.0 APIs. Behind the scenes, this means it now uses the `v1beta1` API instead of `v1alpha1`. As a result, CLI operations are slightly faster, since they no longer go through the conversion webhook.
31+
32+
Additionally, two new flags have been introduced to support node scheduling and node selection capabilities:
33+
34+
- `--node-selector`: Sets the `.spec.nodeSelector` field for `Build` and `BuildRun` resources during creation.
35+
- `--scheduler-name`: Sets the `.spec.schedulerName` field for `Build` and `BuildRun` during both creation and execution.
3136

3237
### Operator: Builds Upgrade
3338

0 commit comments

Comments
 (0)