Skip to content

Commit

Permalink
Merge pull request #121 from aws-samples/fix/dependency-on-copy-samples
Browse files Browse the repository at this point in the history
Fix/dependency on copy samples
  • Loading branch information
rstrahan authored Jul 5, 2022
2 parents 07f3cd9 + 9b5bdd0 commit 3f50f2f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.5] - 2022-07-05
### Fixed
- Stack failure when 'loadSampleAudioFiles` set to `false`

## [0.2.4] - 2022-06-10
### Fixed
- Use sigv4 for S3 presignedURLS
Expand Down Expand Up @@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/v0.2.4...develop
[Unreleased]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/v0.2.5...develop
[0.2.5]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.5
[0.2.4]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.4
[0.2.3]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.3
[0.2.2]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.2.5
2 changes: 1 addition & 1 deletion pca-main-nokendra.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"

Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.4) (uksb-1sn29lk73)
Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.5) (uksb-1sn29lk73)

Parameters:

Expand Down
2 changes: 1 addition & 1 deletion pca-main.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"

Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.4) (uksb-1sn29lk73)
Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.5) (uksb-1sn29lk73)

Parameters:

Expand Down
4 changes: 2 additions & 2 deletions pca-server/cfn/pca-server.template
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Outputs:
RolesForKMSKey:
Value: !Join
- ', '
- - !Sub '${CopySamples.Outputs.RolesForKMSKey}'
- !Sub '${Trigger.Outputs.RolesForKMSKey}'
- - !Sub '${Trigger.Outputs.RolesForKMSKey}'
- !Sub '${PCA.Outputs.RolesForKMSKey}'
- !Sub '${BulkImport.Outputs.RolesForKMSKey}'
- !If [ShouldLoadSampleAudioFiles, !Sub '${CopySamples.Outputs.RolesForKMSKey}', !Ref AWS::NoValue]

0 comments on commit 3f50f2f

Please sign in to comment.