Skip to content

Commit 27c3506

Browse files
author
Bob Strahan
committed
Merge branch 'develop' v0.7.14
2 parents 1a86462 + 65d11c1 commit 27c3506

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.14] - 2025-02-27
11+
12+
### Fixed
13+
- Stack rollback when deploying with dashboard option enabled, due to lambda timeout - PR #298
14+
1015
## [0.7.13] - 2025-02-21
1116

1217
### Fixed
@@ -296,6 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
296301
- Initial release
297302

298303
[Unreleased]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/main...develop
304+
[0.7.14]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.14
299305
[0.7.13]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.13
300306
[0.7.12]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.12
301307
[0.7.11]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.7.11

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.13
1+
0.7.14

pca-main-nokendra.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22

3-
Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.13) (uksb-1sn29lk73, SO9071)
3+
Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.14) (uksb-1sn29lk73, SO9071)
44

55
Parameters:
66

@@ -1027,6 +1027,7 @@ Resources:
10271027
Properties:
10281028
Handler: index.handler
10291029
Runtime: python3.13
1030+
Timeout: 120
10301031
Role: !GetAtt QuickSightEnabledCheckFunctionRole.Arn
10311032
Code:
10321033
ZipFile: !Sub |

pca-main.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22

3-
Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.13) (uksb-1sn29lk73, SO9071)
3+
Description: Amazon Transcribe Post Call Analytics - PCA (v0.7.14) (uksb-1sn29lk73, SO9071)
44

55
Parameters:
66

@@ -1227,6 +1227,7 @@ Resources:
12271227
Properties:
12281228
Handler: index.handler
12291229
Runtime: python3.13
1230+
Timeout: 120
12301231
Role: !GetAtt QuickSightEnabledCheckFunctionRole.Arn
12311232
Code:
12321233
ZipFile: !Sub |

0 commit comments

Comments
 (0)