Skip to content

Commit

Permalink
update Console to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Mar 31, 2024
1 parent 06ad5d4 commit 5e71bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void testS3Buckets() {
*/
@Test
public void testSsmParameters() {
assertEquals("v3.3.2",
assertEquals("v3.4.0",
ssmService.getParameterValue("/formkiq/" + appenvironment + "/console/version"));
assertTrue(ssmService.getParameterValue("/formkiq/" + appenvironment + "/s3/Console")
.contains(appenvironment + "-console-"));
Expand Down
2 changes: 1 addition & 1 deletion console/src/main/resources/cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Parameters:
ConsoleVersion:
Type: String
Description: Version of FormKiQ console to deploy
Default: v3.3.2
Default: v3.4.0

FormKiQType:
Description: The type of FormKiQ installation
Expand Down

0 comments on commit 5e71bae

Please sign in to comment.