diff --git a/README-DEPLOY.md b/README-DEPLOY.md index 267b44a..bed2dd6 100644 --- a/README-DEPLOY.md +++ b/README-DEPLOY.md @@ -74,7 +74,7 @@ You can also integrate the SAR app in your existing CloudFormation stacks - chec new sam.CfnApplication(this, 'powerTuner', { location: { applicationId: 'arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning', - semanticVersion: '4.3.2' + semanticVersion: '4.3.3' }, parameters: { "lambdaResource": "*", @@ -120,7 +120,7 @@ resource "aws_serverlessapplicationrepository_cloudformation_stack" "lambda-powe application_id = "arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning" capabilities = ["CAPABILITY_IAM"] # Uncomment the next line to deploy a specific version - # semantic_version = "4.3.2" + # semantic_version = "4.3.3" parameters = { # All of these parameters are optional and are only shown here for demonstration purposes diff --git a/README-SAR.md b/README-SAR.md index 67655b6..a7850d8 100644 --- a/README-SAR.md +++ b/README-SAR.md @@ -262,6 +262,7 @@ Initializer, cleaner, analyzer, and optimizer are executed only once, while the From most recent to oldest, with major releases in bold: +* *4.3.3* (2023-10-30): parametrized currency for visualization URL (USD|CNY) * *4.3.2* (2023-08-16): new disablePayloadLogs flag, updated documentation * *4.3.1* (2023-05-09): update dependencies, add VPC Configuration support, use Billed Duration instead Duration from logs, update state machine with ItemSelector * ***4.3.0*** (2023-03-06): SnapStart support (alias waiter) diff --git a/README.md b/README.md index 8f2abac..111753d 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Power Tuner UI repository: [mattymoomoo/aws-power-tuner-ui](https://github.com/m From most recent to oldest, with major releases in bold: +* *4.3.3* (2023-10-30): parametrized currency for visualization URL (USD|CNY) * *4.3.2* (2023-08-16): new disablePayloadLogs flag, updated documentation * *4.3.1* (2023-05-09): update dependencies, add VPC Configuration support, use Billed Duration instead Duration from logs, update state machine with ItemSelector * ***4.3.0*** (2023-03-06): SnapStart support (alias waiter) diff --git a/package-lock.json b/package-lock.json index 463c1c8..5a9301a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-lambda-power-tuning", - "version": "4.3.2", + "version": "4.3.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 01393bf..d39f55a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-lambda-power-tuning", - "version": "4.3.2", + "version": "4.3.3", "description": "Step Functions state machine generator for AWS Lambda Power Tuning", "author": "Alex Casalboni ", "repository": { diff --git a/scripts/deploy-sar-app.yml b/scripts/deploy-sar-app.yml index 0b141ad..96affce 100644 --- a/scripts/deploy-sar-app.yml +++ b/scripts/deploy-sar-app.yml @@ -8,7 +8,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning - SemanticVersion: 4.3.2 + SemanticVersion: 4.3.3 # Parameters: # PowerValues: 128,256,512,1024,1536,3008 # default RAM values diff --git a/template.yml b/template.yml index c7564de..aa6a339 100644 --- a/template.yml +++ b/template.yml @@ -12,7 +12,7 @@ Metadata: ReadmeUrl: README-SAR.md Labels: ['lambda', 'power', 'state-machine', 'step-functions', 'optimization'] HomePageUrl: https://github.com/alexcasalboni/aws-lambda-power-tuning - SemanticVersion: 4.3.2 + SemanticVersion: 4.3.3 SourceCodeUrl: https://github.com/alexcasalboni/aws-lambda-power-tuning Parameters: