File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SHA1 := $$(git log -1 --pretty=%h)
88CURRENT_BRANCH := $$(git symbolic-ref -q --short HEAD )
99LATEST_TAG := ${REPO_NAME}:latest
1010GIT_TAG := ${REPO_NAME}:${SHA1}
11- VERSION := v0.3.0
11+ VERSION := v0.3.1
1212
1313info : # # Show information about the current git state.
1414 @echo " Github Project: https://github.com/${REPO_NAME} \nCurrent Branch: ${CURRENT_BRANCH} \nSHA1: ${SHA1} \n"
Original file line number Diff line number Diff line change 1- __version__ = "0.3.0 "
1+ __version__ = "0.3.1 "
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ def update_blueprint(self) -> bool:
559559 if self .iam_role :
560560 blueprint ["iamRole" ] = self .iam_role
561561
562- instance_type = self .target_instances .get (_machine_name , "" )
562+ instance_type = self .target_instances .get (_machine_name . upper () , "" )
563563 if instance_type :
564564 blueprint ["instanceType" ] = instance_type
565565
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cloudendure"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Python wrapper and CLI for CloudEndure"
55authors = [" Mark Beacom <mark@markbeacom.com>" , " Tom Warnock <twarnock@2ndwatch.com>" ]
66maintainers = [" Evan Lucchesi <evan@2ndwatch.com>" , " Nick Selpa <nselpa@2ndwatch.com>" ]
You can’t perform that action at this time.
0 commit comments