From 1160218c269693080f11292967219e4df0848dc0 Mon Sep 17 00:00:00 2001 From: Suzanna-Volkov Date: Tue, 8 Sep 2020 14:46:45 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Makefile | 2 +- cloudformation.json | 2 +- deploy.sh | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7cdb24f..f9a1303 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 1.0.0 commit = True tag = True message = Bump version: {current_version} → {new_version} diff --git a/Makefile b/Makefile index 4e8351f..824d0dd 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ dependencies: pip3 install -r requirements.txt -t target target/cloudwatch2humio.zip: - (cd target/ && zip -r ../target/v0.0.0_cloudwatch2humio.zip * ) + (cd target/ && zip -r ../target/v1.0.0_cloudwatch2humio.zip * ) clean: rm -rf target diff --git a/cloudformation.json b/cloudformation.json index 4adda6e..71c57da 100644 --- a/cloudformation.json +++ b/cloudformation.json @@ -61,7 +61,7 @@ "Version" : { "Type" : "String", "Description" : "The version of the integration you want installed.", - "Default" : "v0.0.0" + "Default" : "v1.0.0" } }, "Conditions" : { diff --git a/deploy.sh b/deploy.sh index 294e7d9..499377a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,11 +5,11 @@ make build aws s3 cp --acl public-read cloudformation.json s3://humio-public-us-east-1/ --region us-east-1 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-eu-central-1/ --region eu-central-1 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-eu-west-1/ --region eu-west-1 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-eu-west-2/ --region eu-west-2 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-eu-north-1/ --region eu-north-1 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-eu-central-1/ --region eu-central-1 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-eu-west-1/ --region eu-west-1 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-eu-west-2/ --region eu-west-2 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-eu-north-1/ --region eu-north-1 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2 -aws s3 cp --acl public-read target/v0.0.0_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2 +aws s3 cp --acl public-read target/v1.0.0_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2