Skip to content

Commit

Permalink
Bump up the API version to 3
Browse files Browse the repository at this point in the history
Since we add the package name to the protocol buffer.
The new protocol buffer is not compatible to the old protocl buffer
because the rpc call path changes.
Update the backing image manager API version to 3.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
  • Loading branch information
JenTing Hsiao authored and innobead committed Mar 18, 2022
1 parent ab37894 commit 6bcb815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package meta
const (
// BackingImageManagerAPIVersion used to communicate with the user
// \e.g. longhorn-manager
BackingImageManagerAPIVersion = 2
BackingImageManagerAPIMinVersion = 2
BackingImageManagerAPIVersion = 3
BackingImageManagerAPIMinVersion = 3
)

// Following variables are filled in by main.go
Expand Down

0 comments on commit 6bcb815

Please sign in to comment.