Skip to content

Commit

Permalink
updated Console to v3.3.2 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Mar 16, 2024
1 parent 7dc093a commit 9f0ad33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def getCmdParam() {
repositories { mavenCentral() }

allprojects {
version = '1.13.0'
version = '1.13.1'
ext.awsCognitoVersion = '1.5.3'
group = 'com.formkiq.stacks'

Expand Down
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.1",
assertEquals("v3.3.2",
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.1
Default: v3.3.2

FormKiQType:
Description: The type of FormKiQ installation
Expand Down

0 comments on commit 9f0ad33

Please sign in to comment.