diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 0693427ef..847764f77 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -140,6 +140,9 @@ const ( // NOTE: MessageTypes are shared between CE and ENT. If you need to add a // new type, check that ENT is not already using that value. + // + // NOTE: Adding a new MessageType above? You need to have a version check + // for the feature to avoid panics during upgrades. ) const (