Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrandborg committed Aug 30, 2022
1 parent 9175282 commit 3ff8341
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.1
current_version = 1.2.2
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.1_cloudwatch2humio.zip * )
(cd target/ && zip -r ../target/v1.2.2_cloudwatch2humio.zip * )

clean:
rm -rf target
Expand Down
2 changes: 1 addition & 1 deletion cloudformation-no-trail.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.1"
"Default" : "v1.2.2"
}
},
"Conditions" : {
Expand Down
2 changes: 1 addition & 1 deletion cloudformation-test.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.1"
"Default" : "v1.2.2"
}
},
"Conditions" : {
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.1"
"Default" : "v1.2.2"
}
},
"Conditions" : {
Expand Down
18 changes: 9 additions & 9 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ 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.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-west-3/ --region eu-west-3
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.2_cloudwatch2humio.zip s3://humio-public-eu-central-1/ --region eu-central-1
aws s3 cp --acl public-read target/v1.2.2_cloudwatch2humio.zip s3://humio-public-eu-west-1/ --region eu-west-1
aws s3 cp --acl public-read target/v1.2.2_cloudwatch2humio.zip s3://humio-public-eu-west-2/ --region eu-west-2
aws s3 cp --acl public-read target/v1.2.2_cloudwatch2humio.zip s3://humio-public-eu-west-3/ --region eu-west-3
aws s3 cp --acl public-read target/v1.2.2_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-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
aws s3 cp --acl public-read target/v1.2.2_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1
aws s3 cp --acl public-read target/v1.2.2_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2
aws s3 cp --acl public-read target/v1.2.2_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-ap-southeast-2/ --region ap-southeast-2
aws s3 cp --acl public-read target/v1.2.2_cloudwatch2humio.zip s3://humio-public-ap-southeast-2/ --region ap-southeast-2

0 comments on commit 3ff8341

Please sign in to comment.