Skip to content

Commit

Permalink
build(*): bump version to 0.7.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Oct 8, 2023
1 parent 319ff65 commit 882ffbb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME := ratus
CMD := ratus
VERSION := 0.7.0
VERSION := 0.7.1

DOCKER_HUB_OWNER ?= hyperonym
DOCKER_HUB_IMAGE := $(DOCKER_HUB_OWNER)/$(NAME):$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion deployments/compose-memdb-basic/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
ratus:
image: hyperonym/ratus:0.7.0
image: hyperonym/ratus:0.7.1
restart: unless-stopped
environment:
ENGINE: "memdb"
Expand Down
2 changes: 1 addition & 1 deletion deployments/compose-memdb-metrics/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
ratus:
image: hyperonym/ratus:0.7.0
image: hyperonym/ratus:0.7.1
restart: unless-stopped
environment:
ENGINE: "memdb"
Expand Down
2 changes: 1 addition & 1 deletion deployments/compose-mongodb-basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "27017:27017"

ratus:
image: hyperonym/ratus:0.7.0
image: hyperonym/ratus:0.7.1
restart: unless-stopped
depends_on:
- mongo
Expand Down
2 changes: 1 addition & 1 deletion deployments/compose-mongodb-metrics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "27017:27017"

ratus:
image: hyperonym/ratus:0.7.0
image: hyperonym/ratus:0.7.1
restart: unless-stopped
depends_on:
- mongo
Expand Down
2 changes: 1 addition & 1 deletion deployments/compose-mongodb-sharded/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
MONGODB_REPLICA_SET_NAME: "cfgreplicaset"

ratus:
image: hyperonym/ratus:0.7.0
image: hyperonym/ratus:0.7.1
restart: unless-stopped
depends_on:
- mongodb-sharded
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes-mongodb-basic/ratus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
app: ratus
spec:
containers:
- image: hyperonym/ratus:0.7.0
- image: hyperonym/ratus:0.7.1
name: ratus
env:
- name: ENGINE
Expand Down

0 comments on commit 882ffbb

Please sign in to comment.