File tree 4 files changed +6
-6
lines changed
integration/java/com/formkiq/stacks/console/awstest
main/resources/cloudformation 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* MIT License
3
- *
3
+ *
4
4
* Copyright (c) 2018 - 2020 FormKiQ
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
12
12
*
13
13
* The above copyright notice and this permission notice shall be included in all
14
14
* copies or substantial portions of the Software.
15
- *
15
+ *
16
16
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
17
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
18
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -197,7 +197,7 @@ public void testS3Buckets() {
197
197
*/
198
198
@ Test
199
199
public void testSsmParameters () {
200
- assertEquals ("v3.8.1 " ,
200
+ assertEquals ("v3.8.2 " ,
201
201
ssmService .getParameterValue ("/formkiq/" + appenvironment + "/console/version" ));
202
202
assertTrue (ssmService .getParameterValue ("/formkiq/" + appenvironment + "/s3/Console" )
203
203
.contains (appenvironment + "-console-" ));
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Parameters:
22
22
ConsoleVersion :
23
23
Type : String
24
24
Description : Version of FormKiQ console to deploy
25
- Default : v3.8.1
25
+ Default : v3.8.2
26
26
27
27
FormKiQType :
28
28
Description : The type of FormKiQ installation
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation project(' :fkq-lambda-services' )
13
13
14
14
implementation group : ' com.amazonaws' , name : ' aws-lambda-java-core' , version : ' 1.2.3'
15
- api group : ' com.formkiq' , name : ' client' , version :' 1.17.0-SNAPSHOT '
15
+ api group : ' com.formkiq' , name : ' client' , version :' 1.17.0'
16
16
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
17
17
implementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version :' 5.11.4'
18
18
implementation group : ' org.testcontainers' , name : ' testcontainers' , version : ' 1.20.4'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
COGNITO_USER_POOL_ID : us-east-2_3123
12
12
COGNITO_CLIENT_ID : abcd
13
13
USE_AUTH_API_FOR_SIGNIN : true
14
- CONSOLE_VERSION : 3.8.1
14
+ CONSOLE_VERSION : 3.8.2
15
15
16
16
typesense :
17
17
image : typesense/typesense:27.1
You can’t perform that action at this time.
0 commit comments