Skip to content

Commit 3dcfb1b

Browse files
Final cleanup and v1.9.7 release
1 parent 8bd8dd9 commit 3dcfb1b

59 files changed

Lines changed: 3 additions & 2769 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all: build
22
.PHONY: all build
33

44
BUILD_IMAGE ?= colonyos/colonies
5-
PUSH_IMAGE ?= colonyos/colonies:v1.9.7.beta8
5+
PUSH_IMAGE ?= colonyos/colonies:v1.9.7
66

77
VERSION := $(shell git rev-parse --short HEAD)
88
BUILDTIME := $(shell date -u '+%Y-%m-%dT%H:%M:%SZ')

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
"
5252
5353
colonies-server:
54-
image: colonyos/colonies:v1.9.7.beta8
54+
image: colonyos/colonies:v1.9.7
5555
depends_on:
5656
- timescaledb
5757
environment:
@@ -87,7 +87,7 @@ services:
8787
command: sh -c "colonies server start --initdb --port ${COLONIES_SERVER_PORT} --relayport 25100 --etcdname server1 --etcdhost colonies-server --etcdclientport 23100 --etcdpeerport 24100 --initial-cluster server1=colonies-server:24100:25100:${COLONIES_SERVER_PORT} --etcddatadir /var/colonies/etcd --insecure"
8888

8989
colonies-setup:
90-
image: colonyos/colonies:v1.9.6
90+
image: colonyos/colonies:v1.9.7
9191
depends_on:
9292
- colonies-server
9393
environment:

tests/performance/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/performance/README.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)