Add COMPAT comment

This commit is contained in:
Michael Schurter
2017-01-06 10:18:38 -08:00
parent 59c501f474
commit 9bfa8dc2bd

View File

@@ -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 {