Skip to content

Commit

Permalink
Merge pull request #410 from gbregman/devel
Browse files Browse the repository at this point in the history
Change the version to 1.0.0, a new major version
  • Loading branch information
gbregman committed Jan 31, 2024
2 parents 76bf905 + 91fbc4e commit d08860d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Globals
VERSION="0.0.7"
VERSION="1.0.0"
CEPH_VERSION="18.2.1"
SPDK_VERSION="23.01.1"
CONTAINER_REGISTRY="quay.io/ceph"
Expand Down
2 changes: 1 addition & 1 deletion control/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .utils import GatewayUtils
from .utils import GatewayEnumUtils

BASE_GATEWAY_VERSION="0.0.7"
BASE_GATEWAY_VERSION="1.0.0"

def errprint(msg):
print(msg, file = sys.stderr)
Expand Down
2 changes: 1 addition & 1 deletion control/proto/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ message gateway_info {
bool bool_status = 7;
int32 status = 8;
string error_message = 9;
string spdk_version = 10;
optional string spdk_version = 10;
}

message cli_version {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "ceph-nvmeof"
version = "0.0.7"
version = "1.0.0"
description = "Service to provide Ceph storage over NVMe-oF protocol"
readme = "README.md"
requires-python = "~=3.9"
Expand Down

0 comments on commit d08860d

Please sign in to comment.