cloudfoundry / jvmkill

Terminate the JVM when resources are exhausted
Apache License 2.0
30 stars 11 forks source link

Pull the version from cargo #21

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

Previously the version number used came from the pipeline, but that needs to be kept in sync. This will read cargo metadata & pull out the version number.

When deploying, the Cargo.toml's version property just needs to be adjusted.

Signed-off-by: Daniel Mikusa dmikusa@vmware.com