File tree 13 files changed +31
-16
lines changed
13 files changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.15.3-alpine3.12
2
2
WORKDIR /build
3
3
4
4
# Take the current space cloud version as a argument
5
- ARG SC_VERSION=0.21.1
5
+ ARG SC_VERSION=0.21.2
6
6
7
7
# Copy all the source files
8
8
COPY . .
@@ -16,7 +16,7 @@ RUN GOOS=linux CGO_ENABLED=0 go build -a -ldflags '-s -w -extldflags "-static"'
16
16
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
17
17
18
18
FROM alpine:3.12
19
- ARG SC_VERSION=0.21.1
19
+ ARG SC_VERSION=0.21.2
20
20
21
21
RUN apk --no-cache add ca-certificates
22
22
Original file line number Diff line number Diff line change 5
5
)
6
6
7
7
// BuildVersion is the current version of Space Cloud
8
- const BuildVersion = "0.21.1 "
8
+ const BuildVersion = "0.21.2 "
9
9
10
10
// DLQEventTriggerPrefix used as suffix for DLQ event trigger
11
11
const DLQEventTriggerPrefix = "dlq_"
Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
2
services :
3
3
gateway :
4
- image : " spaceuptech/gateway:0.21.1 "
4
+ image : " spaceuptech/gateway:0.21.2 "
5
5
pull_policy : " if_not_present" # other values never, if_not_present
6
6
restart : " always" # other values no, on-failure
7
7
environment :
Original file line number Diff line number Diff line change 1
1
version : ' 3.9'
2
2
services :
3
3
gateway :
4
- image : " spaceuptech/gateway:0.21.1 "
4
+ image : " spaceuptech/gateway:0.21.2 "
5
5
pull_policy : " if_not_present" # other values never, if_not_present
6
6
restart : " always" # other values no, on-failure
7
7
environment :
Original file line number Diff line number Diff line change 1
1
version : ' 3.9'
2
2
services :
3
3
gateway :
4
- image : " spaceuptech/gateway:0.21.1 "
4
+ image : " spaceuptech/gateway:0.21.2 "
5
5
pull_policy : " if_not_present" # other values never, if_not_present
6
6
restart : " always" # other values no, on-failure
7
7
environment :
Original file line number Diff line number Diff line change 1
1
version : ' 3.9'
2
2
services :
3
3
gateway :
4
- image : " spaceuptech/gateway:0.21.1 "
4
+ image : " spaceuptech/gateway:0.21.2 "
5
5
pull_policy : " if_not_present" # other values never, if_not_present
6
6
restart : " always" # other values no, on-failure
7
7
environment :
Original file line number Diff line number Diff line change @@ -58,6 +58,21 @@ entries:
58
58
- https://storage.googleapis.com/space-cloud/helm/postgres/postgres-0.1.0.tgz
59
59
version : 0.1.0
60
60
space-cloud :
61
+ - apiVersion : v3
62
+ appVersion : 0.21.2
63
+ created : " 2021-03-23T14:50:26.9208374+05:30"
64
+ description : Helm Chart to install Space Cloud
65
+ digest : 566cbbd7cb3bdbb5080ef048171a8087bab9036b26ae9b3a1016fb8fea6b4511
66
+ home : https://spaceuptech.com/
67
+ keywords :
68
+ - baaS
69
+ name : space-cloud
70
+ sources :
71
+ - https://github.com/spaceuptech/space-cloud/tree/master/install-manifests/helm/space-cloud
72
+ type : application
73
+ urls :
74
+ - space-cloud-0.21.2.tgz
75
+ version : 0.21.2
61
76
- apiVersion : v3
62
77
appVersion : 0.21.1
63
78
created : " 2021-03-15T18:22:43.8366512+05:30"
@@ -118,4 +133,4 @@ entries:
118
133
urls :
119
134
- https://storage.googleapis.com/space-cloud/helm/sqlserver/sqlserver-0.1.0.tgz
120
135
version : 0.1.0
121
- generated : " 2021-03-15T18:22:43.8289356 +05:30"
136
+ generated : " 2021-03-23T14:50:26.9022297 +05:30"
Original file line number Diff line number Diff line change 1
1
apiVersion : v3
2
2
name : space-cloud
3
- version : 0.21.1 # Chart version
4
- appVersion : 0.21.1 # Space Cloud version
3
+ version : 0.21.2 # Chart version
4
+ appVersion : 0.21.2 # Space Cloud version
5
5
description : Helm Chart to install Space Cloud
6
6
type : application
7
7
keywords :
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ spec:
176
176
containers :
177
177
- name : runner
178
178
command : ["./app", "start"]
179
- image : spaceuptech/runner:0.21.1
179
+ image : spaceuptech/runner:0.21.2
180
180
imagePullPolicy : IfNotPresent # IfNotPresent | Always
181
181
env :
182
182
- name : " LOG_LEVEL"
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ spec:
185
185
containers :
186
186
- name : gateway
187
187
command : [ "./app", "run" ]
188
- image : spaceuptech/gateway:0.21.1
188
+ image : spaceuptech/gateway:0.21.2
189
189
imagePullPolicy : IfNotPresent # IfNotPresent | Always
190
190
livenessProbe :
191
191
exec :
Original file line number Diff line number Diff line change 1
1
package model
2
2
3
3
// Version represents the current runner version
4
- const Version string = "0.21.1 "
4
+ const Version string = "0.21.2 "
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ const (
32
32
)
33
33
34
34
// Version version of space cli
35
- const Version string = "0.21.1 "
35
+ const Version string = "0.21.2 "
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ func TestGetChartDownloadURL(t *testing.T) {
20
20
name : "Right URL and version" ,
21
21
args : args {
22
22
url : model .HelmSpaceCloudChartDownloadURL ,
23
- version : "0.21.1 " ,
23
+ version : "0.21.2 " ,
24
24
},
25
- want : "https://storage.googleapis.com/space-cloud/helm/space-cloud/space-cloud-0.21.1 .tgz" ,
25
+ want : "https://storage.googleapis.com/space-cloud/helm/space-cloud/space-cloud-0.21.2 .tgz" ,
26
26
},
27
27
}
28
28
for _ , tt := range tests {
You can’t perform that action at this time.
0 commit comments