From de0271fc55a9abf13a34c09e8b24d23e0127c05a Mon Sep 17 00:00:00 2001 From: jsobrino Date: Thu, 27 Jul 2023 11:56:40 +0200 Subject: [PATCH 1/2] feat: Allow installing the integration more than once per account and region --- pyproject.toml | 2 +- template.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e2343a..d23a381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-log-ingestion" -version = "2.7.1" +version = "2.7.2" description = "" authors = ["New Relic "] license = "Apache 2.0" diff --git a/template.yaml b/template.yaml index 166d5e9..deef2e6 100644 --- a/template.yaml +++ b/template.yaml @@ -62,7 +62,7 @@ Metadata: LicenseUrl: LICENSE ReadmeUrl: README.md HomePageUrl: https://github.com/newrelic/aws-log-ingestion - SemanticVersion: 2.7.1 + SemanticVersion: 2.7.2 SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion Resources: @@ -74,7 +74,7 @@ Resources: CodeUri: src/ Description: Sends log data from CloudWatch Logs to New Relic Infrastructure (Cloud integrations) and New Relic Logging Handler: function.lambda_handler - FunctionName: newrelic-log-ingestion + FunctionName: !Join ['-', ['newrelic-log-ingestion', !Select [4, !Split ['-', !Select [2, !Split ['/', !Ref AWS::StackId]]]]]] MemorySize: Ref: MemorySize Runtime: python3.9 @@ -96,7 +96,7 @@ Resources: CodeUri: src/ Description: Sends log data from CloudWatch Logs to New Relic Infrastructure (Cloud integrations) and New Relic Logging Handler: function.lambda_handler - FunctionName: newrelic-log-ingestion + FunctionName: !Join ['-', ['newrelic-log-ingestion', !Select [4, !Split ['-', !Select [2, !Split ['/', !Ref AWS::StackId]]]]]] MemorySize: Ref: MemorySize Runtime: python3.9 From 74185726b906f172fdc6e581e65ac0e6085070d6 Mon Sep 17 00:00:00 2001 From: jsobrino Date: Thu, 27 Jul 2023 12:35:32 +0200 Subject: [PATCH 2/2] feat: Bumped application version --- pyproject.toml | 2 +- template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d23a381..ae08042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-log-ingestion" -version = "2.7.2" +version = "2.8.0" description = "" authors = ["New Relic "] license = "Apache 2.0" diff --git a/template.yaml b/template.yaml index deef2e6..31542b5 100644 --- a/template.yaml +++ b/template.yaml @@ -62,7 +62,7 @@ Metadata: LicenseUrl: LICENSE ReadmeUrl: README.md HomePageUrl: https://github.com/newrelic/aws-log-ingestion - SemanticVersion: 2.7.2 + SemanticVersion: 2.8.0 SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion Resources: