Skip to content

Commit 804c4d8

Browse files
committed
Updated console to 4.0.15
1 parent 486762a commit 804c4d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

console/src/integration/java/com/formkiq/stacks/console/awstest/AwsResourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public void testS3Buckets() {
198198
*/
199199
@Test
200200
public void testSsmParameters() {
201-
assertEquals("v4.0.14",
201+
assertEquals("v4.0.15",
202202
ssmService.getParameterValue("/formkiq/" + appenvironment + "/console/version"));
203203
assertTrue(ssmService.getParameterValue("/formkiq/" + appenvironment + "/s3/Console")
204204
.contains(appenvironment + "-console-"));

src/main/resources/cloudformation/console/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Parameters:
2222
ConsoleVersion:
2323
Type: String
2424
Description: Version of FormKiQ console to deploy
25-
Default: v4.0.14
25+
Default: v4.0.15
2626

2727
FormKiQType:
2828
Description: The type of FormKiQ installation

0 commit comments

Comments
 (0)