You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the serverless-operator branch is cut and PRs related to the release we're releasing are in,
Konflux pipelines will run (if they haven't already) and build the various artifacts.
You can check their aggregated status using the Build Status Dashboard.
Pre-checks
Make sure that all dependent repos have a release branch for the new version and CI set up
Release Checklist
Resources
Pre-checks
validate
action inserverless-operator
and wait for it to completeCutting the new release branch
main
with the patternrelease-x.xx
release-1.X
branch inopenshift/release
and wait for the PR to be merged.serverless-operator
serverless-qe
bot inhack
serverless-qe
and wait for the PR to be merged.knative-istio-authz-chart
has a branch with the same name as therelease-1.X
branch created previously in serverless-operatorknative-istio-authz-chart
'sChart.yaml
hasversion
andappVersion
set to the next version.Monitor Build Status
Once the
serverless-operator
branch is cut and PRs related to the release we're releasing are in,Konflux pipelines will run (if they haven't already) and build the various artifacts.
You can check their aggregated status using the
Build Status Dashboard.
Pre-checks
Serving Manifests
serving
,serving_artifacts_branch
,kourier
,net_kourier_artifacts_branch
,net_istio
andnet_istio_artifacts_branch
heremake generated-files
and send a PREventing Manifests
eventing*
heremake generated-files
and send a PROperator Manifests
operator
heremake generated-files
and send a PR (like this for 1.10)Bump all golang deps
./hack/update-deps.sh --upgrade
make generated-files
go mod replace
) that worksThe text was updated successfully, but these errors were encountered: