Skip to content

Commit

Permalink
plugin: bump protocol version
Browse files Browse the repository at this point in the history
We changed the type of InstanceState.Meta and this will break
pre-existing plugins. They simply have to recompile to work.
  • Loading branch information
mitchellh committed Mar 1, 2017
1 parent e7a88ce commit 700c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var Handshake = plugin.HandshakeConfig{
// one or the other that makes it so that they can't safely communicate.
// This could be adding a new interface value, it could be how
// helper/schema computes diffs, etc.
ProtocolVersion: 3,
ProtocolVersion: 4,

// The magic cookie values should NEVER be changed.
MagicCookieKey: "TF_PLUGIN_MAGIC_COOKIE",
Expand Down

0 comments on commit 700c74b

Please sign in to comment.