Skip to content

Commit bfdaff6

Browse files
authored
build(*): bump version to 0.7.0 (#128)
1 parent 421ebff commit bfdaff6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME := ratus
22
CMD := ratus
3-
VERSION := 0.6.3
3+
VERSION := 0.7.0
44

55
DOCKER_HUB_OWNER ?= hyperonym
66
DOCKER_HUB_IMAGE := $(DOCKER_HUB_OWNER)/$(NAME):$(VERSION)

deployments/compose-memdb-basic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
ratus:
4-
image: hyperonym/ratus:0.6.3
4+
image: hyperonym/ratus:0.7.0
55
restart: unless-stopped
66
environment:
77
ENGINE: "memdb"

deployments/compose-memdb-metrics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
ratus:
4-
image: hyperonym/ratus:0.6.3
4+
image: hyperonym/ratus:0.7.0
55
restart: unless-stopped
66
environment:
77
ENGINE: "memdb"

deployments/compose-mongodb-basic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "27017:27017"
88

99
ratus:
10-
image: hyperonym/ratus:0.6.3
10+
image: hyperonym/ratus:0.7.0
1111
restart: unless-stopped
1212
depends_on:
1313
- mongo

deployments/compose-mongodb-metrics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "27017:27017"
88

99
ratus:
10-
image: hyperonym/ratus:0.6.3
10+
image: hyperonym/ratus:0.7.0
1111
restart: unless-stopped
1212
depends_on:
1313
- mongo

deployments/compose-mongodb-sharded/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
MONGODB_REPLICA_SET_NAME: "cfgreplicaset"
4141

4242
ratus:
43-
image: hyperonym/ratus:0.6.3
43+
image: hyperonym/ratus:0.7.0
4444
restart: unless-stopped
4545
depends_on:
4646
- mongodb-sharded

deployments/kubernetes-mongodb-basic/ratus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
app: ratus
3030
spec:
3131
containers:
32-
- image: hyperonym/ratus:0.6.3
32+
- image: hyperonym/ratus:0.7.0
3333
name: ratus
3434
env:
3535
- name: ENGINE

0 commit comments

Comments
 (0)