From 9bfa8dc2bded39a90d8f30ecb7fd9648c7596394 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 6 Jan 2017 10:18:38 -0800 Subject: [PATCH] Add COMPAT comment --- client/alloc_runner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/alloc_runner.go b/client/alloc_runner.go index 9f9d0b275..cc3db0a5d 100644 --- a/client/alloc_runner.go +++ b/client/alloc_runner.go @@ -80,6 +80,8 @@ type allocRunnerState struct { AllocClientStatus string AllocClientDescription string + // COMPAT: Remove in 0.7.0: removing will break upgrading directly from + // 0.5.2, so don't remove in the 0.6 series. // Context is deprecated and only used to migrate from older releases. // It will be removed in the future. Context *struct {