Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrahan committed Aug 12, 2024
1 parent f1ea60c commit c6b4ee9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.7.10] - 2024-08-12

### Fixed
### Added

- When choosing Kendra option, PCA fails to deploy in new AWS accounts due to CodeCommit deprecation for new accounts. #265
- Modified the LLM prompt for titan express - remove the Human and Assistant strings when Titan Express is selected. PR #244
- Allow Kendra Capacity to be specified (Enterprise Edition only) PR #250
- Make deployment of the PCA UI stack conditional (i.e. deploy server only) #264

### Added
### Fixed

- Set kendra capacity PR #250
- Make UI stack conditional #264
- Fix: When choosing Kendra option, PCA fails to deploy in new AWS accounts due to CodeCommit deprecation for new accounts. #265
- _NOTE you will be asked to create a new password for the MediaSearch Finder app when you update an existing PCA stack with Kendra Transcript search enabled._
- Modified the LLM prompt for Titan Express - remove the Human and Assistant strings when Titan Express is selected. PR #244

## [0.7.9] - 2024-05-24

Expand Down
4 changes: 2 additions & 2 deletions pca-main.template
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ Resources:
- ''
LLMTableName: !GetAtt LLMPromptConfigure.Outputs.LLMTableName

MediaSearchFinder:
MediaSearchKendraFinder:
Type: AWS::CloudFormation::Stack
Condition: ShouldEnableKendraSearch
Properties:
Expand Down Expand Up @@ -1309,7 +1309,7 @@ Outputs:
Value:
!If
- ShouldEnableKendraSearch
- !GetAtt MediaSearchFinder.Outputs.MediaSearchFinderURL
- !GetAtt MediaSearchKendraFinder.Outputs.MediaSearchFinderURL
- "Not enabled"

WebAppURL:
Expand Down

0 comments on commit c6b4ee9

Please sign in to comment.