Closed ayushsatyam146 closed 4 months ago
[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
@ayushsatyam146 please also fill in the release note in the pull request description. This PR will include significant changes that warrant a release note for end users/admins.
I was able to dig into the test failures so far - there's actually a few things going on here:
kodata/samples/buildstrategies
, and replace them with the v0.13.0 sample strategies yaml. If you save this file under kodata/samples/buildstrategies
, no code changes are required in the operator.go get github.com/shipwright-io/build@v0.13.0 && go mod tidy && go mod vendor
My recommendation - let's review and merge #215, then rebase this PR on top to include the other changes I outlined here.
/assign @apoorvajagtap
/hold cancel
Rebased on top of my dependency PRs.
Implementing a deleteObjectsIfPresent function and checking for presence of every given resource and then deleting the given resource. Using this to delete "shipwright-build-webhook" clusterrole and clusterrolebinding. Addressing #181
Signed-off by : Ayush Satyam asatyam@redhat.com
Changes
Submitter Checklist
See the contributor guide for details on coding conventions, github and prow interactions, and the code review process.
Release Notes