rekor icon indicating copy to clipboard operation
rekor copied to clipboard

Work out release process for main -> release -> public instance

Open lukehinds opened this issue 4 years ago • 4 comments
trafficstars

We need to a method to firm up release procedures with the view of the public good instance. We should also look to have CI tests run against the current version of the public instance. I don't know how we would do this yet, but want to get it tracked as an item.

lukehinds avatar Jul 27 '21 11:07 lukehinds

likely same for fulcio as well

lukehinds avatar Jul 27 '21 11:07 lukehinds

Is this for the CLI/client? So basically test the client against the running version of the prod server?

dlorenc avatar Jul 27 '21 12:07 dlorenc

Is this for the CLI/client? So basically test the client against the running version of the prod server?

Yup!

Currently if someone pulls down 0.2.0 and aims it at the pub instance, it fails (just cutting a new release with @cpanato )

lukehinds avatar Jul 27 '21 12:07 lukehinds

Yup, makes sense! Should be easy to add as a test matrix by changing the URL from a local instance to the prod one. We could even do the reverse combination (last released CLI against the service at HEAD)

dlorenc avatar Jul 27 '21 15:07 dlorenc

Closing as we have this issue in the p-g-i repo

haydentherapper avatar Jan 03 '23 04:01 haydentherapper