Skip to content

Commit

Permalink
meta: bump API version to 2
Browse files Browse the repository at this point in the history
Increase the API version after updating EngineReplicaAddRequest

Longhorn 3601

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Sep 20, 2022
1 parent 4db8274 commit 7d168c7
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 @@ -2,11 +2,11 @@ package meta

const (
// InstanceManagerAPIVersion used to communicate with the user e.g. longhorn-manager
InstanceManagerAPIVersion = 1
InstanceManagerAPIVersion = 2
InstanceManagerAPIMinVersion = 1

// InstanceManagerProxyAPIVersion is used for compatibility check for longhorn-manager
InstanceManagerProxyAPIVersion = 1
InstanceManagerProxyAPIVersion = 2
InstanceManagerProxyAPIMinVersion = 1
)

Expand Down

0 comments on commit 7d168c7

Please sign in to comment.