Skip to content

Commit

Permalink
Bump version: 0.0.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzanna-Volkov committed Sep 8, 2020
1 parent 778183d commit 1160218
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 = 0.0.0
current_version = 1.0.0
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/v0.0.0_cloudwatch2humio.zip * )
(cd target/ && zip -r ../target/v1.0.0_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 @@ -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" : {
Expand Down
14 changes: 7 additions & 7 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1160218

Please sign in to comment.