Skip to content

Commit

Permalink
#47 update for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
roncewind committed Jun 26, 2024
1 parent 9e8e878 commit 98b5d74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

-
## [1.0.10] - 2024-06-26

### Changed in 1.0.10

- Updated to Senzing 3.10.3
- updated docker images

## [1.0.9] - 2024-03-29

Expand Down
10 changes: 8 additions & 2 deletions cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AWSTemplateFormatVersion: 2010-09-09
# aws cloudformation validate-template: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/validate-template.html

Description: >-
Senzing aws-cloudformation-webapp-demo: 1.0.9
Senzing aws-cloudformation-webapp-demo: 1.0.10
For more information see
https://github.com/senzing-garage/aws-cloudformation-webapp-demo
Expand Down Expand Up @@ -116,7 +116,8 @@ Parameters:
AllowedValues:
- '3.6.0'
- '3.9.0'
Default: '3.9.0'
- '3.10.3'
Default: '3.10.3'
Description: 'Help: https://hub.senzing.com/aws-cloudformation-webapp-demo/#senzingversion'
Type: String

Expand Down Expand Up @@ -186,6 +187,11 @@ Mappings:
SenzingApiTools: public.ecr.aws/senzing/senzingapi-tools:3.9.0
WebApp: docker.io/senzing/web-app-demo:2.4.17
Xterm: public.ecr.aws/senzing/xterm:1.4.15
'3.10.3':
Redoer: public.ecr.aws/senzing/redoer:2.1.14
SenzingApiTools: public.ecr.aws/senzing/senzingapi-tools:3.10.3
WebApp: docker.io/senzing/web-app-demo:2.4.20
Xterm: public.ecr.aws/senzing/xterm:1.4.17

Constants:
Run:
Expand Down

0 comments on commit 98b5d74

Please sign in to comment.