You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+48-55Lines changed: 48 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,54 @@
108
108
<h1>Release Notes</h1>
109
109
<divclass="col-md-9">
110
110
111
+
<divclass="well well-sm release-note example col-md-12">
112
+
<h3>
113
+
<ahref="https://softlayer.github.io/release_notes/2018/20180406/"> April 6, 2018</a>
114
+
<br>
115
+
</h3>
116
+
<divclass="container">
117
+
<divclass="row">
118
+
<divclass="col-md-8">
119
+
120
+
121
+
<h4id="portal">Portal</h4>
122
+
123
+
<ul>
124
+
<li>adds the sshKeys selector back into the confirmation page when ordering a hardware security module.</li>
125
+
<li>Remove forums.softlayer.com links.</li>
126
+
</ul>
127
+
128
+
<h4id="api">API</h4>
129
+
130
+
<ul>
131
+
<li>Make <ahref="https://softlayer.github.io/reference/services/SoftLayer_Virtual_Guest/createObject">createObject</a> orders for hourly SAN virtual servers use correct package when presets are account restricted.</li>
132
+
<li>Fixed getPortalLoginToken function registering a failed login before it registers a successful login</li>
133
+
<li>Fix bug preventing scheduler from being used when request comes from SLDN</li>
134
+
<li>Terminating Status is added when guest vsi are being reclaimed.</li>
135
+
<li>Updated event log to show when login failure caused by 2FA failure</li>
136
+
<li>Fixes an issue where the userData is not being returned correctly according to the API and is not be set or retrieved correctly in certain cases.</li>
137
+
</ul>
138
+
139
+
<h4id="backend">Backend</h4>
140
+
141
+
<ul>
142
+
<li>Improves the automation for the Hardware Security Module service offering.</li>
143
+
<li>Fixed an issue where customers trying to order cleversafe object storage are getting errors that they are reaching the limit.</li>
<li><p>Upgraded Requests and Urllib3 library to latest. This allows the library to make use of connection retries, and connection pools. This should prevent the client from crashing if the API gives a connection reset / connection timeout error</p></li>
592
-
593
-
<li><p>reworked wait_for_ready function for virtual, and added to hardware managers.</p></li>
594
-
595
-
<li><p>fixed block/file iops in the <code>slcli block|file detail</code> view</p></li>
596
-
597
-
<li><p>Added sub items to <code>hw detail --price</code>, removed reverse PTR entries</p></li>
<divclass="highlight"><prestyle="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><codeclass="language-bash" data-lang="bash">$ ./slcli order
608
-
Usage: slcli order <spanstyle="color:#f92672">[</span>OPTIONS<spanstyle="color:#f92672">]</span> COMMAND <spanstyle="color:#f92672">[</span>ARGS<spanstyle="color:#f92672">]</span>...
609
-
610
-
Options:
611
-
-h, --help Show this message and exit.
612
-
613
-
Commands:
614
-
category-list List the categories of a package.
615
-
item-list List package items used <spanstyle="color:#66d9ef">for</span> ordering.
616
-
package-list List packages that can be ordered via the...
617
-
package-locations List Datacenters a package can be ordered in.
618
-
place Place or verify an order.
619
-
preset-list List package presets.</code></pre></div>
<li>Make <a href="https://softlayer.github.io/reference/services/SoftLayer_Virtual_Guest/createObject">createObject</a> orders for hourly SAN virtual servers use correct package when presets are account restricted.</li>
30
+
<li>Fixed getPortalLoginToken function registering a failed login before it registers a successful login</li>
31
+
<li>Fix bug preventing scheduler from being used when request comes from SLDN</li>
32
+
<li>Terminating Status is added when guest vsi are being reclaimed.</li>
33
+
<li>Updated event log to show when login failure caused by 2FA failure</li>
34
+
<li>Fixes an issue where the userData is not being returned correctly according to the API and is not be set or retrieved correctly in certain cases.</li>
35
+
</ul>
36
+
37
+
<h4 id="backend">Backend</h4>
38
+
39
+
<ul>
40
+
<li>Improves the automation for the Hardware Security Module service offering.</li>
41
+
<li>Fixed an issue where customers trying to order cleversafe object storage are getting errors that they are reaching the limit.</li>
<li>Allow customers to suppress order emails</li>
1565
-
</ul>
1566
-
1567
-
<h4 id="api">API</h4>
1568
-
1569
-
<ul>
1570
-
<li>Exception message should mention &lsquo;.. to change a user link&rsquo; instead of &lsquo;to edit a user&rsquo; when resetOpenIdConnectLink is called</li>
1571
-
<li>Exception message should mention &lsquo;Access Denied. Only the Master user..&rsquo; instead of &lsquo;Account 1234 is authenticated by IBMid&hellip;&rsquo; when resetOpenIdConnectLink is called for subuser</li>
1572
-
<li>Validator added for bare metal servers orders that use the userData field, the allowed length is 2000 characters.</li>
1573
-
<li>Update getCreateObjectOptions to return Spot options</li>
1574
-
<li>Child user is now unable to delete his/her own Phone Factor authentication using the APIs</li>
1575
-
<li>A bootMode property is added to the SoftLayer_Container_Product_Order_Virtual_Guest class to allow customers to specify the mode the VSI should be booted in. A bootMode property is also added to SoftLayer_Virtual_Guest_SupplementalCreateObjectOptions so that the boot mode can be specified during when calling SoftLayer_Virtual_Guest::createObject. The data will be verified and the customer informed if they have submitted an invalid boot mode.</li>
1576
-
<li>Added the ability to getAllObjects on SoftLayer_Network_Storage_Allowed_Host using objectFilters and objectMask</li>
1577
-
</ul>
1578
-
1579
-
<h4 id="backend">Backend</h4>
1580
-
1581
-
<ul>
1582
-
<li>Fixed an issue where fixed configuration preset orders are verified but the preset is not entirely available yet provides more information about why it is failing to verify the order.</li>
1583
-
<li>Enable the Security Group feature in Dal01, Lon06, and Sea01.</li>
1584
-
<li>Support new VSI type called Spot</li>
1585
-
<li>Improve the audit log functionality of security groups.</li>
1586
-
<li>Modified provisioning to use boot mode provided by customer.</li>
1587
-
<li>When downgrading the CPU on a Guest with a Dedicated Host, the Guest Type is no longer overwritten as Public Guest</li>
1588
-
<li>Fix Storage As A Service orders validation which was previously accepting orders that did not conform to product business rules</li>
1589
-
<li>Fix bug that would delay the completion of an hourly volume reclaim process because it would create an unnecessary process instance.</li>
1590
-
<li>Adds complex password support for EVault. New passwords will be 12 characters long and contain special characters</li>
Copy file name to clipboardExpand all lines: page/10/index.html
+43-33Lines changed: 43 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,49 @@
108
108
<h1>Release Notes</h1>
109
109
<divclass="col-md-9">
110
110
111
+
<divclass="well well-sm release-note example col-md-12">
112
+
<h3>
113
+
<ahref="https://softlayer.github.io/release_notes/20160222/"> February 22, 2016</a>
114
+
<br>
115
+
</h3>
116
+
<divclass="container">
117
+
<divclass="row">
118
+
<divclass="col-md-8">
119
+
120
+
121
+
<h4id="portal">Portal</h4>
122
+
123
+
<ul>
124
+
<li>Resolved an issue that was preventing orders from completing on accounts with Account Defined Networking enabled.<br/></li>
125
+
<li>Resolved an issue that was preventing order quotes from being properly saved for later use.</li>
126
+
<li>Removed the TLS_X cipher option for SSL Offloading on Load Balancers in the customer portal. Furthermore, any attempts to configure TLS_X through the API will now result in a NotSupported exception.</li>
127
+
<li>Improved Cancellation Error Messaging for Already Canceled Services.</li>
128
+
</ul>
129
+
130
+
<h4id="api">API</h4>
131
+
132
+
<ul>
133
+
<li>The data types <ahref="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Component">redundancyEnabledFlag</a> and <ahref="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Component">redundancyCapableFlag</a> on <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Network_Component">SoftLayer_Network_Component</a> will now reflect properly for unbonded network components and bonded components with a bonding type of Etherchannel in a dual path environment.</li>
134
+
<li>Addressed an issue where calling <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/e">SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress::editObject</a> without specifying a serviceGroup ID was causing a duplication of serviceGroups.</li>
135
+
</ul>
136
+
137
+
<h4id="backend">Backend</h4>
138
+
139
+
<ul>
140
+
<li>Fixed an issue with checking user status for users connected to the SoftLayer VPN when making SOAP calls to the API.</li>
141
+
<li>Created a process that will allow users to authenticate via SAML even if they don’t exist in in the customer portal yet. Upon login the new user will be created automatically. To assign permissions the user will need to provide a roles attribute with the SAML token.</li>
142
+
<li>Enabled SAML on all Customer accounts.</li>
143
+
</ul>
144
+
145
+
</div>
146
+
</div>
147
+
</div>
148
+
</div>
149
+
150
+
151
+
152
+
153
+
111
154
<divclass="well well-sm release-note example col-md-12">
112
155
<h3>
113
156
<ahref="https://softlayer.github.io/release_notes/2016/20160217/"> February 17, 2016</a>
@@ -520,39 +563,6 @@ <h4 id="api">API</h4>
520
563
521
564
522
565
523
-
<divclass="well well-sm release-note example col-md-12">
524
-
<h3>
525
-
<ahref="https://softlayer.github.io/release_notes/2016/20160104/"> January 4, 2016</a>
526
-
<br>
527
-
</h3>
528
-
<divclass="container">
529
-
<divclass="row">
530
-
<divclass="col-md-8">
531
-
532
-
533
-
<h4id="portal">Portal</h4>
534
-
535
-
<ul>
536
-
<li>Fixed an issue with OS Reloads failing due to outdated packages.</li>
537
-
<li>Fixed an issue on the order page where an invalid method name was being referenced, causing no results to return.</li>
538
-
<li>Added ClickAndBuy as a payment authorization type for ordering.</li>
539
-
</ul>
540
-
541
-
<h4id="api">API</h4>
542
-
543
-
<ul>
544
-
<li>Updated <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Product_Item_Category/getSubnetCategories">getSubnetCategories</a> to properly retrieve all subnet categories.</li>
Copy file name to clipboardExpand all lines: page/11/index.html
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,39 @@
108
108
<h1>Release Notes</h1>
109
109
<divclass="col-md-9">
110
110
111
+
<divclass="well well-sm release-note example col-md-12">
112
+
<h3>
113
+
<ahref="https://softlayer.github.io/release_notes/2016/20160104/"> January 4, 2016</a>
114
+
<br>
115
+
</h3>
116
+
<divclass="container">
117
+
<divclass="row">
118
+
<divclass="col-md-8">
119
+
120
+
121
+
<h4id="portal">Portal</h4>
122
+
123
+
<ul>
124
+
<li>Fixed an issue with OS Reloads failing due to outdated packages.</li>
125
+
<li>Fixed an issue on the order page where an invalid method name was being referenced, causing no results to return.</li>
126
+
<li>Added ClickAndBuy as a payment authorization type for ordering.</li>
127
+
</ul>
128
+
129
+
<h4id="api">API</h4>
130
+
131
+
<ul>
132
+
<li>Updated <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Product_Item_Category/getSubnetCategories">getSubnetCategories</a> to properly retrieve all subnet categories.</li>
133
+
</ul>
134
+
135
+
</div>
136
+
</div>
137
+
</div>
138
+
</div>
139
+
140
+
141
+
142
+
143
+
111
144
<divclass="well well-sm release-note example col-md-12">
112
145
<h3>
113
146
<ahref="https://softlayer.github.io/release_notes/2015/20151228/"> December 28, 2015</a>
@@ -456,39 +489,6 @@ <h4 id="api">API</h4>
456
489
457
490
458
491
459
-
<divclass="well well-sm release-note example col-md-12">
460
-
<h3>
461
-
<ahref="https://softlayer.github.io/release_notes/2015/20151110/"> November 10, 2015</a>
462
-
<br>
463
-
</h3>
464
-
<divclass="container">
465
-
<divclass="row">
466
-
<divclass="col-md-8">
467
-
468
-
469
-
<h4id="portal">Portal</h4>
470
-
471
-
<ul>
472
-
<li>Improved the error message on the Catalyst self-enrollment page when user enters invalid credit card information.</li>
473
-
<li>‘NEW’ Invoices will now properly display the last 4 digits of the credit card.</li>
474
-
</ul>
475
-
476
-
<h4id="api">API</h4>
477
-
478
-
<ul>
479
-
<li>Fix issue in which objectFilter values for (SoftLayer_Network_Subnet)[<ahref="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Subnet">http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Subnet</a>] addressSpace and subnetType were being ignored.</li>
480
-
<li>Fixed an issue that When a SSL certificate is being activated on a load balancer which is already active, the load balancer sends a response which was being improperly handled as an error.</li>
0 commit comments