Skip to content

Commit 1b2ce7b

Browse files
allmightyspiffGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #915 from SoftLayer/v1.5.6
V1.5.6 version bump
2 parents 04d3e4b + dd3051b commit 1b2ce7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/buildAndDeploy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def deploy(self):
211211
os.environ["IBMCLOUD_TRACE"] = "false"
212212
if not apikey:
213213
raise Exception("IBMCLOUD_APIKEY needs to be set to the proper API key first.")
214-
login_cmd = ["ibmcloud", "login", f"--apikey={apikey}"]
214+
login_cmd = ["ibmcloud", "login", f"--apikey={apikey}", "-r=us-east"]
215215
print(f"[yellow]Running: ibmcloud login --apikey $IBMCLOUD_APIKEY")
216216
subprocess.run(login_cmd)
217217
files = glob.glob(os.path.join(self.cwd, 'out', f"sl-{self.version}-*"))

plugin/metadata/sl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
LIMIT = 50
1717
NS_SL_NAME = "sl"
1818
OutputFlagName = "output"
19-
PLUGIN_VERSION = "1.5.5"
19+
PLUGIN_VERSION = "1.5.6"
2020
PLUGIN_SOFTLAYER = "sl"
2121
PLUGIN_SOFTLAYER_USAGE = "Classic Infrastructure"
2222
UsageAgentHeader = "ibmcloud sl v" + PLUGIN_VERSION

0 commit comments

Comments
 (0)