Skip to content

Commit e1254f4

Browse files
authored
Merge pull request #305 from SimplyVC/release/v1.2.1
v1.2.1 code
2 parents 339bd1f + 4a016c9 commit e1254f4

29 files changed

Lines changed: 6359 additions & 6158 deletions

api/package-lock.json

Lines changed: 548 additions & 520 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "panic-api",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "API for querying PANIC data.",
55
"main": "server.js",
66
"scripts": {

api/src/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.1",
33
"info": {
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"title": "PANIC API",
66
"description": "Endpoints to query Redis and Mongodb for Alerts and Metrics.",
77
"license": {

docker-compose-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ services:
8787
build:
8888
context: './'
8989
dockerfile: './alerter/Tests_Dockerfile'
90-
image: 'simplyvc/panic_alerter_tests:1.2.0'
90+
image: 'simplyvc/panic_alerter_tests:1.2.1'
9191
logging:
9292
driver: "json-file"
9393
options:

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
build:
2222
context: './'
2323
dockerfile: './web-installer/Dockerfile'
24-
image: 'simplyvc/panic_installer:1.2.0'
24+
image: 'simplyvc/panic_installer:1.2.1'
2525
logging:
2626
driver: "json-file"
2727
options:
@@ -127,7 +127,7 @@ services:
127127
build:
128128
context: './'
129129
dockerfile: './alerter/Alerter_Dockerfile'
130-
image: 'simplyvc/panic_alerter:1.2.0'
130+
image: 'simplyvc/panic_alerter:1.2.1'
131131
logging:
132132
driver: "json-file"
133133
options:
@@ -191,7 +191,7 @@ services:
191191
build:
192192
context: './'
193193
dockerfile: './alerter/Health_Checker_Dockerfile'
194-
image: 'simplyvc/alerter_health_checker:1.2.0'
194+
image: 'simplyvc/alerter_health_checker:1.2.1'
195195
logging:
196196
driver: "json-file"
197197
options:
@@ -224,7 +224,7 @@ services:
224224
build:
225225
context: './'
226226
dockerfile: './api/Dockerfile'
227-
image: 'simplyvc/panic_api:1.2.0'
227+
image: 'simplyvc/panic_api:1.2.1'
228228
volumes:
229229
- './config:/opt/panic/config'
230230
- './certificates:/opt/panic/certificates'
@@ -245,7 +245,7 @@ services:
245245
args:
246246
- API_PORT
247247
- UI_DASHBOARD_PORT
248-
image: 'simplyvc/panic_ui:1.2.0'
248+
image: 'simplyvc/panic_ui:1.2.1'
249249
volumes:
250250
- './certificates:/opt/panic/certificates'
251251
ports:
@@ -263,7 +263,7 @@ services:
263263
build:
264264
context: './'
265265
dockerfile: './substrate-api/Dockerfile'
266-
image: 'simplyvc/panic_substrate_api:1.0.0'
266+
image: 'simplyvc/panic_substrate_api:1.2.1'
267267
volumes:
268268
- './certificates:/opt/panic/certificates'
269269
restart: always

docs/CHANGE_LOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.2.1
4+
Released on 6th July 2022
5+
6+
- Installer: Fixed blank page bug when adding a Cosmos node.
7+
- Installer: Added functionality for preventing square-brackets in configuration names.
8+
39
## 1.2.0
410
Released on 27th June 2022
511

0 commit comments

Comments
 (0)