Skip to content

Commit 02f8eec

Browse files
YourTechBudsharadregoti
andauthoredJan 5, 2021
bumped the version up to v0.21.0 (spacecloud-io#1492)
Co-authored-by: sharadregoti <sharadregoti15@gmail.com>
1 parent 968688b commit 02f8eec

File tree

15 files changed

+123
-108
lines changed

15 files changed

+123
-108
lines changed
 

‎gateway/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.15.3-alpine3.12
22
WORKDIR /build
33

44
# Take the current space cloud version as a argument
5-
ARG SC_VERSION=0.20.1
5+
ARG SC_VERSION=0.21.0
66

77
# Copy all the source files
88
COPY . .
@@ -16,7 +16,7 @@ RUN GOOS=linux CGO_ENABLED=0 go build -a -ldflags '-s -w -extldflags "-static"'
1616
RUN echo $SC_VERSION && wget https://storage.googleapis.com/space-cloud/mission-control/mission-control-v$SC_VERSION.zip && unzip mission-control-v$SC_VERSION.zip
1717

1818
FROM alpine:3.12
19-
ARG SC_VERSION=0.20.1
19+
ARG SC_VERSION=0.21.0
2020

2121
RUN apk --no-cache add ca-certificates
2222

‎gateway/utils/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// BuildVersion is the current version of Space Cloud
8-
const BuildVersion = "0.20.1"
8+
const BuildVersion = "0.21.0"
99

1010
// DLQEventTriggerPrefix used as suffix for DLQ event trigger
1111
const DLQEventTriggerPrefix = "dlq_"

‎install-manifests/docker/mongo/docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
gateway:
4-
image: "spaceuptech/gateway:0.20.1"
4+
image: "spaceuptech/gateway:0.21.0"
55
pull_policy: "if_not_present" # other values never, if_not_present
66
restart: "always" # other values no, on-failure
77
environment:
@@ -31,7 +31,7 @@ services:
3131
image: "redis:6.0"
3232

3333
debezium:
34-
image: "spaceuptech/dbevents:0.1.0"
34+
image: "spaceuptech/dbevents:0.2.0"
3535
environment:
3636
- "SC_ADMIN_SECRET=some-secret"
3737
- "GATEWAY_URL=gateway:4122"

‎install-manifests/docker/mysql/docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
gateway:
4-
image: "spaceuptech/gateway:0.20.1"
4+
image: "spaceuptech/gateway:0.21.0"
55
pull_policy: "if_not_present" # other values never, if_not_present
66
restart: "always" # other values no, on-failure
77
environment:
@@ -31,7 +31,7 @@ services:
3131
image: "redis:6.0"
3232

3333
debezium:
34-
image: "spaceuptech/dbevents:0.1.0"
34+
image: "spaceuptech/dbevents:0.2.0"
3535
environment:
3636
- "SC_ADMIN_SECRET=some-secret"
3737
- "GATEWAY_URL=gateway:4122"

‎install-manifests/docker/postgres/docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
gateway:
4-
image: "spaceuptech/gateway:0.20.1"
4+
image: "spaceuptech/gateway:0.21.0"
55
pull_policy: "if_not_present" # other values never, if_not_present
66
restart: "always" # other values no, on-failure
77
environment:
@@ -31,7 +31,7 @@ services:
3131
image: "redis:6.0"
3232

3333
debezium:
34-
image: "spaceuptech/dbevents:0.1.0"
34+
image: "spaceuptech/dbevents:0.2.0"
3535
environment:
3636
- "SC_ADMIN_SECRET=some-secret"
3737
- "GATEWAY_URL=gateway:4122"

‎install-manifests/docker/sql-server/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
gateway:
4-
image: "spaceuptech/gateway:0.20.1"
4+
image: "spaceuptech/gateway:0.21.0"
55
pull_policy: "if_not_present" # other values never, if_not_present
66
restart: "always" # other values no, on-failure
77
environment:

‎install-manifests/helm/index.yaml

+103-88
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,110 @@
11
apiVersion: v1
22
entries:
33
mongo:
4-
- apiVersion: v3
5-
created: "2020-12-14T18:39:40.361015222+05:30"
6-
description: NoSQL document-oriented database that stores JSON-like documents
7-
with dynamic schemas, simplifying the integration of data in content-driven
8-
applications.
9-
digest: e15ed5db988277acbad6fc4ff7582216ea1a387bfebb8e389e584d385b3f586d
10-
home: https://spaceuptech.com/
11-
keywords:
12-
- mongodb
13-
- database
14-
- nosql
15-
- cluster
16-
- replicaset
17-
- replication
18-
name: mongo
19-
sources:
20-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
21-
type: application
22-
urls:
23-
- https://storage.googleapis.com/space-cloud/helm/mongo/mongo-0.1.0.tgz
24-
version: 0.1.0
4+
- apiVersion: v3
5+
created: "2021-01-05T12:46:09.53046294+05:30"
6+
description: NoSQL document-oriented database that stores JSON-like documents
7+
with dynamic schemas, simplifying the integration of data in content-driven
8+
applications.
9+
digest: ef353218f19c51c27d0b8afe41f8a0a65ac60bbeefd8e6056358dabc2258b0cc
10+
home: https://spaceuptech.com/
11+
keywords:
12+
- mongodb
13+
- database
14+
- nosql
15+
- cluster
16+
- replicaset
17+
- replication
18+
name: mongo
19+
sources:
20+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
21+
type: application
22+
urls:
23+
- https://storage.googleapis.com/space-cloud/helm/mongo/mongo-0.1.0.tgz
24+
version: 0.1.0
2525
mysql:
26-
- apiVersion: v3
27-
created: "2020-12-14T18:39:40.361304558+05:30"
28-
description: Fast, reliable, scalable, and easy to use open-source relational
29-
database system.
30-
digest: 80c39e7de9ce58005ac4746372593abc44e74b4686f39c37447e264182021ec4
31-
home: https://spaceuptech.com/
32-
keywords:
33-
- mysql
34-
- database
35-
- sql
36-
name: mysql
37-
sources:
38-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
39-
type: application
40-
urls:
41-
- https://storage.googleapis.com/space-cloud/helm/mysql/mysql-0.1.0.tgz
42-
version: 0.1.0
26+
- apiVersion: v3
27+
created: "2021-01-05T12:46:09.530763094+05:30"
28+
description: Fast, reliable, scalable, and easy to use open-source relational
29+
database system.
30+
digest: d9cecac9640e5cc291734817af2b81cab0adb2680ee4747837e1741a08e75569
31+
home: https://spaceuptech.com/
32+
keywords:
33+
- mysql
34+
- database
35+
- sql
36+
name: mysql
37+
sources:
38+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mysql
39+
type: application
40+
urls:
41+
- https://storage.googleapis.com/space-cloud/helm/mysql/mysql-0.1.0.tgz
42+
version: 0.1.0
4343
postgres:
44-
- apiVersion: v3
45-
created: "2020-12-14T18:39:40.361936795+05:30"
46-
description: Chart for PostgreSQL, an object-relational database management system
47-
(ORDBMS) with an emphasis on extensibility and on standards-compliance.
48-
digest: ff0fe8d857364de39c53a1fef0a4bd7bc0e84fc916590726ab6e343dd1a6b932
49-
home: https://spaceuptech.com/
50-
keywords:
51-
- postgresql
52-
- postgres
53-
- database
54-
- sql
55-
- replication
56-
- cluster
57-
name: postgres
58-
sources:
59-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
60-
type: application
61-
urls:
62-
- https://storage.googleapis.com/space-cloud/helm/postgres/postgres-0.1.0.tgz
63-
version: 0.1.0
44+
- apiVersion: v3
45+
created: "2021-01-05T12:46:09.531372995+05:30"
46+
description: Chart for PostgreSQL, an object-relational database management system
47+
(ORDBMS) with an emphasis on extensibility and on standards-compliance.
48+
digest: 192225aa0ddf6fc81696224563427c98bae71da15b2257f6de6b8ac95dc7b7be
49+
home: https://spaceuptech.com/
50+
keywords:
51+
- postgresql
52+
- postgres
53+
- database
54+
- sql
55+
- replication
56+
- cluster
57+
name: postgres
58+
sources:
59+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/postgres
60+
type: application
61+
urls:
62+
- https://storage.googleapis.com/space-cloud/helm/postgres/postgres-0.1.0.tgz
63+
version: 0.1.0
6464
space-cloud:
65-
- apiVersion: v3
66-
appVersion: 0.20.1
67-
created: "2020-12-14T18:39:40.36524145+05:30"
68-
description: Helm Chart to install Space Cloud
69-
digest: 14b40d52c0b09ac4cd19a432a9c9b703abd040470947d009c183c3d6bf4ccfc8
70-
home: https://spaceuptech.com/
71-
keywords:
72-
- baaS
73-
name: space-cloud
74-
sources:
75-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
76-
type: application
77-
urls:
78-
- https://storage.googleapis.com/space-cloud/helm/space-cloud/space-cloud-0.20.1.tgz
79-
version: 0.20.1
65+
- apiVersion: v3
66+
appVersion: 0.21.0
67+
created: "2021-01-05T12:46:09.53491962+05:30"
68+
description: Helm Chart to install Space Cloud
69+
digest: d575d5b697b51c125385fb4ad6cab1a1bcef837b459dae93541180c6fbb8c96b
70+
home: https://spaceuptech.com/
71+
keywords:
72+
- baaS
73+
name: space-cloud
74+
sources:
75+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/space-cloud
76+
type: application
77+
urls:
78+
- https://storage.googleapis.com/space-cloud/helm/space-cloud/space-cloud-0.21.0.tgz
79+
version: 0.21.0
80+
- apiVersion: v3
81+
appVersion: 0.20.1
82+
created: "2020-12-14T18:39:40.36524145+05:30"
83+
description: Helm Chart to install Space Cloud
84+
digest: 14b40d52c0b09ac4cd19a432a9c9b703abd040470947d009c183c3d6bf4ccfc8
85+
home: https://spaceuptech.com/
86+
keywords:
87+
- baaS
88+
name: space-cloud
89+
sources:
90+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/space-cloud
91+
type: application
92+
urls:
93+
- https://storage.googleapis.com/space-cloud/helm/space-cloud/space-cloud-0.20.1.tgz
94+
version: 0.20.1
8095
sqlserver:
81-
- apiVersion: v3
82-
created: "2020-12-14T18:39:40.36552612+05:30"
83-
description: SQL Server Helm Chart
84-
digest: 4f0e707e5220f892843d916c62864bd1dfbf3e6ffea342596fede0f89fce4e55
85-
home: https://spaceuptech.com/
86-
keywords:
87-
- database
88-
name: sqlserver
89-
sources:
90-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
91-
type: application
92-
urls:
93-
- https://storage.googleapis.com/space-cloud/helm/sqlserver/sqlserver-0.1.0.tgz
94-
version: 0.1.0
95-
generated: "2020-12-14T18:39:40.360571189+05:30"
96+
- apiVersion: v3
97+
created: "2021-01-05T12:46:09.535865991+05:30"
98+
description: SQL Server Helm Chart
99+
digest: ed6df4856519ee38a2548f593bf8684998b63d050f4c449cc9d6d15f18ed4a31
100+
home: https://spaceuptech.com/
101+
keywords:
102+
- database
103+
name: sqlserver
104+
sources:
105+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/sqlserver
106+
type: application
107+
urls:
108+
- https://storage.googleapis.com/space-cloud/helm/sqlserver/sqlserver-0.1.0.tgz
109+
version: 0.1.0
110+
generated: "2021-01-05T12:46:09.52997822+05:30"

‎install-manifests/helm/mysql/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ keywords:
99
- sql
1010
home: https://spaceuptech.com/
1111
sources:
12-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
12+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mysql

‎install-manifests/helm/postgres/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ keywords:
1212
- cluster
1313
home: https://spaceuptech.com/
1414
sources:
15-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
15+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/postgres
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v3
22
name: space-cloud
3-
version: 0.20.1 # Chart version
4-
appVersion: 0.20.1 # Space Cloud version
3+
version: 0.21.0 # Chart version
4+
appVersion: 0.21.0 # Space Cloud version
55
description: Helm Chart to install Space Cloud
66
type: application
77
keywords:
88
- baaS
99
home: https://spaceuptech.com/
1010
sources:
11-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
11+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/space-cloud

‎install-manifests/helm/sqlserver/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ keywords:
77
- database
88
home: https://spaceuptech.com/
99
sources:
10-
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/mongo
10+
- https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/sqlserver

‎install-manifests/kubernetes/04-runner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
containers:
177177
- name: runner
178178
command: ["./app", "start"]
179-
image: spaceuptech/runner:0.20.1
179+
image: spaceuptech/runner:0.21.0
180180
imagePullPolicy: IfNotPresent # IfNotPresent | Always
181181
env:
182182
- name: "LOG_LEVEL"

‎install-manifests/kubernetes/05-gateway.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ spec:
185185
containers:
186186
- name: gateway
187187
command: [ "./app", "run" ]
188-
image: spaceuptech/gateway:0.20.1
188+
image: spaceuptech/gateway:0.21.0
189189
imagePullPolicy: IfNotPresent # IfNotPresent | Always
190190
livenessProbe:
191191
exec:

‎runner/model/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package model
22

33
// Version represents the current runner version
4-
const Version string = "0.20.1"
4+
const Version string = "0.21.0"

‎space-cli/cmd/model/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ const (
3232
)
3333

3434
// Version version of space cli
35-
const Version string = "0.20.1"
35+
const Version string = "0.21.0"

0 commit comments

Comments
 (0)
Please sign in to comment.