Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Adds a new Shipwright blog post announcing the v0.19.0 release, summarizing key Build/CLI updates and providing installation instructions for users of the website documentation.
Changes:
- Introduce a new release announcement post for Shipwright v0.19.0
- Document Build feature highlights (step resources, RuntimeClass, PipelineRun execution mode) and dependency updates
- Provide updated install commands and CLI example snippets for v0.19.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| The `shp buildrun create` command now supports a `--runtime-class` flag, allowing you to specify | ||
| a `RuntimeClass` for the build pod directly from the CLI: | ||
|
|
||
| ```bash | ||
| shp buildrun create --runtime-class kata-containers my-build |
| - Upgraded base image to Red Hat UBI 10 | ||
| - Enhanced vulnerability scanning now uses both Grype and Trivy | ||
| - The minimum supported Kubernetes version is now **v1.33.0** | ||
| - The minimum supported Tekton version is now **v1.0** |
|
@qu1queee |
Changes
Add post entry for v0.19 Release
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes