mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
kata-monitor: bump version to 0.3.0
Since kata-monitor now: - relies on fs events *only* to update the sandbox cache - adds CRI meta-data as labels (CRI pod name, namespace and uid) it deserves a version bump. Note that while we could let kata-monitor match the runtime version, kata-monitor will usually work flawlessy with different kata shim releases: so it makes sense to keep kata-monitor version separated. Signed-off-by: Francesco Giudici <fgiudici@redhat.com>
This commit is contained in:
parent
6a9e5f90f7
commit
160bb62138
@ -26,7 +26,7 @@ var logLevel = flag.String("log-level", "info", "Log level of logrus(trace/debug
|
||||
var (
|
||||
appName = "kata-monitor"
|
||||
// version is the kata monitor version.
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
|
||||
GitCommit = "unknown-commit"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user