linkerd2/pkg/version
Andrew Seigner c9ac77cd7c
Introduce version consistency checks (#2130)
Version checks were not validating that the cli version matched the
control plane or data plane versions.

Add checks via the `linkerd check` command to validate the cli is
running the same version as the control and data plane.

Also add types around `channel-version` string parsing and matching. A
consequence being that during development `version.Version` changes from
`undefined` to `dev-undefined`.

Fixes #2076

Depends on linkerd/website#101

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-01-23 16:54:43 -08:00
..
channels.go Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00
channels_test.go Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00
channelversion.go Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00
version.go Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00
version_test.go Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00