Skip to content

Commit

Permalink
Upgrade to version v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
supreetkt committed Jul 22, 2024
1 parent 6dc3d25 commit 2130f11
Show file tree
Hide file tree
Showing 43 changed files with 256 additions and 255 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.4.5] - 2024-07-22

### Security

- Updated library versions to address security vulnerabilities

## [1.4.4] - 2024-06-17

### Security
Expand All @@ -17,13 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated package versions to resolve vulnerabilities


- ## [1.4.2] - 2024-05-16
## [1.4.2] - 2024-05-16

### Changed

- Switched to using `langchain-aws` library for Bedrock and SageMaker LangChain calls instead of `langchain-community`.

- Switched to using `langchain-aws` library for Bedrock and SageMaker LangChain calls instead of `langchain-community`.

## [1.4.1] - 2024-05-07

Expand Down
2 changes: 1 addition & 1 deletion source/infrastructure/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
"solution_id": "SO0276",
"solution_name": "generative-ai-application-builder-on-aws",
"solution_version": "v1.4.4",
"solution_version": "v1.4.5",
"app_registry_name": "GAAB",
"application_type": "AWS-Solutions",
"application_trademark_name": "Generative AI Application Builder on AWS"
Expand Down
4 changes: 2 additions & 2 deletions source/infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gen-ai-app-builder-on-aws-infrastructure",
"version": "1.4.4",
"version": "1.4.5",
"bin": {
"infrastructure": "bin/gen-ai-app-builder.js"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-lambda",
"version": "1.4.4",
"version": "1.4.5",
"description": "A mock lambda implementation for CDK infrastructure unit",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mock-lambda-function"
version = "1.4.3"
version = "1.4.5"
authors = [ "Amazon Web Services" ]
description = "Mock lambda implementation to unit test infrastructure code"
packages = [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-typescript-lambda",
"version": "1.4.4",
"version": "1.4.5",
"description": "A mock lambda implementation for CDK infrastructure unit",
"main": "index.ts",
"scripts": {
Expand All @@ -27,4 +27,4 @@
"url": "https://aws.amazon.com/solutions"
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions source/infrastructure/test/mock-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/infrastructure/test/mock-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-react-app",
"version": "1.4.4",
"version": "1.4.5",
"description": "Mock Reactjs app used for unit testing constructs",
"dependencies": {
"react-scripts": "^5.0.1"
Expand Down Expand Up @@ -40,4 +40,4 @@
"last 1 safari version"
]
}
}
}
Loading

0 comments on commit 2130f11

Please sign in to comment.