Skip to content

Commit

Permalink
bumped to version 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Oct 30, 2023
1 parent 8199ca4 commit 53e440a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README-SAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-sar-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53e440a

Please sign in to comment.