diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be66ad5..5c58d3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pca-main.template b/pca-main.template index 7062e587..75cdd85a 100644 --- a/pca-main.template +++ b/pca-main.template @@ -1149,7 +1149,7 @@ Resources: - '' LLMTableName: !GetAtt LLMPromptConfigure.Outputs.LLMTableName - MediaSearchFinder: + MediaSearchKendraFinder: Type: AWS::CloudFormation::Stack Condition: ShouldEnableKendraSearch Properties: @@ -1309,7 +1309,7 @@ Outputs: Value: !If - ShouldEnableKendraSearch - - !GetAtt MediaSearchFinder.Outputs.MediaSearchFinderURL + - !GetAtt MediaSearchKendraFinder.Outputs.MediaSearchFinderURL - "Not enabled" WebAppURL: