File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
integration/java/com/formkiq/stacks/console/awstest
main/resources/cloudformation Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11/**
22 * MIT License
3- *
3+ *
44 * Copyright (c) 2018 - 2020 FormKiQ
55 *
66 * Permission is hereby granted, free of charge, to any person obtaining a copy
1212 *
1313 * The above copyright notice and this permission notice shall be included in all
1414 * copies or substantial portions of the Software.
15- *
15+ *
1616 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1717 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1818 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -197,7 +197,7 @@ public void testS3Buckets() {
197197 */
198198 @ Test
199199 public void testSsmParameters () {
200- assertEquals ("v3.8.1 " ,
200+ assertEquals ("v3.8.2 " ,
201201 ssmService .getParameterValue ("/formkiq/" + appenvironment + "/console/version" ));
202202 assertTrue (ssmService .getParameterValue ("/formkiq/" + appenvironment + "/s3/Console" )
203203 .contains (appenvironment + "-console-" ));
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Parameters:
2222 ConsoleVersion :
2323 Type : String
2424 Description : Version of FormKiQ console to deploy
25- Default : v3.8.1
25+ Default : v3.8.2
2626
2727 FormKiQType :
2828 Description : The type of FormKiQ installation
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation project(' :fkq-lambda-services' )
1313
1414 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'
1616 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
1717 implementation group : ' org.junit.jupiter' , name : ' junit-jupiter-engine' , version :' 5.11.4'
1818 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:
1111 COGNITO_USER_POOL_ID : us-east-2_3123
1212 COGNITO_CLIENT_ID : abcd
1313 USE_AUTH_API_FOR_SIGNIN : true
14- CONSOLE_VERSION : 3.8.1
14+ CONSOLE_VERSION : 3.8.2
1515
1616 typesense :
1717 image : typesense/typesense:27.1
You can’t perform that action at this time.
0 commit comments