MichaelWasher / kstrace

A kubectl plugin used to collect strace data from running Pods
Apache License 2.0
30 stars 6 forks source link

Automate version releases and update code tagging on release #19

Closed MichaelWasher closed 2 years ago

MichaelWasher commented 2 years ago

There are a number of places within the code that reference the release version. This needs to be replaced with a value that is hard-coded at build-time and is associated with the Github Tag on the workflow.

This needs to be set in at least the Krew version and the kubectl strace version command. This should also push up a docker-image with the matching version of crictl on Quay and update the default --image value.

MichaelWasher commented 2 years ago

https://github.com/MichaelWasher/kstrace/pull/18