Skip to content

Conversation

@SaschaSchwarze0
Copy link
Member

@SaschaSchwarze0 SaschaSchwarze0 commented Aug 28, 2025

Changes

Fixes #336

This updates go.mod and GitHub actions for the next release.

Submitter Checklist

  • Includes tests if functionality changed/was added
  • Includes docs if changes are user-facing
  • Set a kind label on this PR
  • Release notes block has been filled in, or marked NONE

See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.

Release Notes

Update shipwright-io/build dependency to v0.17.0

Signed-off-by: Sascha Schwarze <[email protected]>
Signed-off-by: Sascha Schwarze <[email protected]>
Copy link
Member

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

Just a few questions related to the non-CI/vendor changes. I don't see these explained in the commit message.

Comment on lines +17 to +18
- v1.31.9
- v1.33.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point this out (not blocking): we may want to update the test matrix to keep the min k8s/Tekton and latest k8s/Tekton versions in sync. See https://github.com/shipwright-io/build/blob/main/.github/workflows/ci.yml#L79-L85

assert_success
refute_line --regexp "GET .*/apis/shipwright.io/v1beta1/namespaces/"
refute_line --partial "Response Headers"
refute_line --partial "Request Body"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did k8s update cause this to change/break?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

}

// ExecuteWithContext implements exec.RemoteExecutor.
func (f *FakeRemoteExecutor) ExecuteWithContext(_ context.Context, url *url.URL, config *rest.Config, stdin io.Reader, stdout io.Writer, stderr io.Writer, tty bool, terminalSizeQueue remotecommand.TerminalSizeQueue) error {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this related to the k8s bump?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 28, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adambkaplan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. release-note and removed release-note-none labels Aug 28, 2025
Copy link
Member

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

// Executor is the name and kind of the resource responsible for executing this BuildRun.
//
// +optional
Executor *BuildExecutor `json:"executor,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up item: should we add this to any CLI outputs?

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 2, 2025
@adambkaplan adambkaplan moved this to In Progress in Shipwright Overview Sep 2, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 2fa8818 into shipwright-io:main Sep 2, 2025
10 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Shipwright Overview Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[FEATURE] Update shipwright-io/build Dependencies to v0.17.0

2 participants