Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzanna-Volkov committed Jan 12, 2021
1 parent 2176140 commit 4520a33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = True
tag = True
message = Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
pip3 install -r requirements.txt -t target

target/cloudwatch2humio.zip:
(cd target/ && zip -r ../target/v1.2.0_cloudwatch2humio.zip * )
(cd target/ && zip -r ../target/v1.2.1_cloudwatch2humio.zip * )

clean:
rm -rf target
Expand Down
2 changes: 1 addition & 1 deletion cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"Version" : {
"Type" : "String",
"Description" : "The version of the integration you want installed.",
"Default" : "v1.2.0"
"Default" : "v1.2.1"
}
},
"Conditions" : {
Expand Down
14 changes: 7 additions & 7 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,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 cloudformation-no-trail.json s3://humio-public-us-east-1/ --region us-east-1

aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-eu-central-1/ --region eu-central-1
aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-eu-west-1/ --region eu-west-1
aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-eu-west-2/ --region eu-west-2
aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-eu-north-1/ --region eu-north-1
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-eu-central-1/ --region eu-central-1
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-eu-west-1/ --region eu-west-1
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-eu-west-2/ --region eu-west-2
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-eu-north-1/ --region eu-north-1

aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1
aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2
aws s3 cp --acl public-read target/v1.2.0_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2

0 comments on commit 4520a33

Please sign in to comment.