Skip to content

Commit

Permalink
20180406 release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Apr 6, 2018
1 parent 1e273fb commit 2e9980d
Show file tree
Hide file tree
Showing 22 changed files with 849 additions and 540 deletions.
103 changes: 48 additions & 55 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,54 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2018/20180406/"> April 6, 2018</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">


<h4 id="portal">Portal</h4>

<ul>
<li>adds the sshKeys selector back into the confirmation page when ordering a hardware security module.</li>
<li>Remove forums.softlayer.com links.</li>
</ul>

<h4 id="api">API</h4>

<ul>
<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>
<li>Fixed getPortalLoginToken function registering a failed login before it registers a successful login</li>
<li>Fix bug preventing scheduler from being used when request comes from SLDN</li>
<li>Terminating Status is added when guest vsi are being reclaimed.</li>
<li>Updated event log to show when login failure caused by 2FA failure</li>
<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>
</ul>

<h4 id="backend">Backend</h4>

<ul>
<li>Improves the automation for the Hardware Security Module service offering.</li>
<li>Fixed an issue where customers trying to order cleversafe object storage are getting errors that they are reaching the limit.</li>
</ul>

<h4 id="documentation-changes">Documentation Changes</h4>

<p><a href="https://github.com/softlayer/softlayer.github.io/commit/1e273fb599ec32e3ec5948c4671b42befd10784f">https://github.com/softlayer/softlayer.github.io/commit/1e273fb599ec32e3ec5948c4671b42befd10784f</a></p>

</div>
</div>
</div>
</div>





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2018/20180330/"> March 30, 2018</a>
Expand Down Expand Up @@ -571,61 +619,6 @@ <h4 id="backend">Backend</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2018/20180115/"> January 15, 2018</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">


<h4 id="slcli">SLCLI</h4>

<p><a href="https://github.com/softlayer/softlayer-python/releases/tag/v5.4.0">https://github.com/softlayer/softlayer-python/releases/tag/v5.4.0</a></p>

<ul>
<li><p>Changes: <a href="https://github.com/softlayer/softlayer-python/compare/v5.3.2...v5.4.0">https://github.com/softlayer/softlayer-python/compare/v5.3.2...v5.4.0</a></p></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>

<li><p>reworked wait_for_ready function for virtual, and added to hardware managers.</p></li>

<li><p>fixed block/file iops in the <code>slcli block|file detail</code> view</p></li>

<li><p>Added sub items to <code>hw detail --price</code>, removed reverse PTR entries</p></li>
</ul>

<h5 id="added-to-cli">Added to CLI</h5>

<ul>
<li><a href="http://softlayer-python.readthedocs.io/en/latest/cli/ordering.html">slcli order</a></li>
<li>[Example slcli order useagecontent/python/ordering_slcli.md</li>
<li>](<a href="https://softlayer.github.io/python/ordering_slcli/">https://softlayer.github.io/python/ordering_slcli/</a>)</li>
</ul>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">$ ./slcli order
Usage: slcli order <span style="color:#f92672">[</span>OPTIONS<span style="color:#f92672">]</span> COMMAND <span style="color:#f92672">[</span>ARGS<span style="color:#f92672">]</span>...

Options:
-h, --help Show this message and exit.

Commands:
category-list List the categories of a package.
item-list List package items used <span style="color:#66d9ef">for</span> ordering.
package-list List packages that can be ordered via the...
package-locations List Datacenters a package can be ordered in.
place Place or verify an order.
preset-list List package presets.</code></pre></div>
</div>
</div>
</div>
</div>





</div>


Expand Down
83 changes: 40 additions & 43 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,46 @@
<language>en-US</language>
<author>Enthusiastic Hugo User</author>
<rights>Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved.</rights>
<updated>Thu, 05 Apr 2018 00:00:00 UTC</updated>
<updated>Fri, 06 Apr 2018 00:00:00 UTC</updated>

<item>
<title>Release notes: April 6, 2018</title>
<link>https://softlayer.github.io/release_notes/2018/20180406/</link>
<pubDate>Fri, 06 Apr 2018 00:00:00 UTC</pubDate>
<author>Enthusiastic Hugo User</author>
<guid>https://softlayer.github.io/release_notes/2018/20180406/</guid>
<description>

&lt;h4 id=&#34;portal&#34;&gt;Portal&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;adds the sshKeys selector back into the confirmation page when ordering a hardware security module.&lt;/li&gt;
&lt;li&gt;Remove forums.softlayer.com links.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&#34;api&#34;&gt;API&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Make &lt;a href=&#34;https://softlayer.github.io/reference/services/SoftLayer_Virtual_Guest/createObject&#34;&gt;createObject&lt;/a&gt; orders for hourly SAN virtual servers use correct package when presets are account restricted.&lt;/li&gt;
&lt;li&gt;Fixed getPortalLoginToken function registering a failed login before it registers a successful login&lt;/li&gt;
&lt;li&gt;Fix bug preventing scheduler from being used when request comes from SLDN&lt;/li&gt;
&lt;li&gt;Terminating Status is added when guest vsi are being reclaimed.&lt;/li&gt;
&lt;li&gt;Updated event log to show when login failure caused by 2FA failure&lt;/li&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&#34;backend&#34;&gt;Backend&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Improves the automation for the Hardware Security Module service offering.&lt;/li&gt;
&lt;li&gt;Fixed an issue where customers trying to order cleversafe object storage are getting errors that they are reaching the limit.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&#34;documentation-changes&#34;&gt;Documentation Changes&lt;/h4&gt;

&lt;p&gt;&lt;a href=&#34;https://github.com/softlayer/softlayer.github.io/commit/1e273fb599ec32e3ec5948c4671b42befd10784f&#34;&gt;https://github.com/softlayer/softlayer.github.io/commit/1e273fb599ec32e3ec5948c4671b42befd10784f&lt;/a&gt;&lt;/p&gt;
</description>
</item>

<item>
<title>Events</title>
Expand Down Expand Up @@ -1550,47 +1589,5 @@ If you start to experience connection errors on the transition date, the best co
</description>
</item>

<item>
<title>Release notes: February 7, 2018</title>
<link>https://softlayer.github.io/release_notes/2018/20180207/</link>
<pubDate>Wed, 07 Feb 2018 00:00:00 UTC</pubDate>
<author>Enthusiastic Hugo User</author>
<guid>https://softlayer.github.io/release_notes/2018/20180207/</guid>
<description>

&lt;h4 id=&#34;portal&#34;&gt;Portal&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Allow customers to suppress order emails&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&#34;api&#34;&gt;API&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Exception message should mention &amp;lsquo;.. to change a user link&amp;rsquo; instead of &amp;lsquo;to edit a user&amp;rsquo; when resetOpenIdConnectLink is called&lt;/li&gt;
&lt;li&gt;Exception message should mention &amp;lsquo;Access Denied. Only the Master user..&amp;rsquo; instead of &amp;lsquo;Account 1234 is authenticated by IBMid&amp;hellip;&amp;rsquo; when resetOpenIdConnectLink is called for subuser&lt;/li&gt;
&lt;li&gt;Validator added for bare metal servers orders that use the userData field, the allowed length is 2000 characters.&lt;/li&gt;
&lt;li&gt;Update getCreateObjectOptions to return Spot options&lt;/li&gt;
&lt;li&gt;Child user is now unable to delete his/her own Phone Factor authentication using the APIs&lt;/li&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;li&gt;Added the ability to getAllObjects on SoftLayer_Network_Storage_Allowed_Host using objectFilters and objectMask&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&#34;backend&#34;&gt;Backend&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;li&gt;Enable the Security Group feature in Dal01, Lon06, and Sea01.&lt;/li&gt;
&lt;li&gt;Support new VSI type called Spot&lt;/li&gt;
&lt;li&gt;Improve the audit log functionality of security groups.&lt;/li&gt;
&lt;li&gt;Modified provisioning to use boot mode provided by customer.&lt;/li&gt;
&lt;li&gt;When downgrading the CPU on a Guest with a Dedicated Host, the Guest Type is no longer overwritten as Public Guest&lt;/li&gt;
&lt;li&gt;Fix Storage As A Service orders validation which was previously accepting orders that did not conform to product business rules&lt;/li&gt;
&lt;li&gt;Fix bug that would delay the completion of an hourly volume reclaim process because it would create an unnecessary process instance.&lt;/li&gt;
&lt;li&gt;Adds complex password support for EVault. New passwords will be 12 characters long and contain special characters&lt;/li&gt;
&lt;/ul&gt;
</description>
</item>

</channel>
</rss>
76 changes: 43 additions & 33 deletions page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,49 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/20160222/"> February 22, 2016</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">


<h4 id="portal">Portal</h4>

<ul>
<li>Resolved an issue that was preventing orders from completing on accounts with Account Defined Networking enabled.<br /></li>
<li>Resolved an issue that was preventing order quotes from being properly saved for later use.</li>
<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>
<li>Improved Cancellation Error Messaging for Already Canceled Services.</li>
</ul>

<h4 id="api">API</h4>

<ul>
<li>The data types <a href="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Component">redundancyEnabledFlag</a> and <a href="http://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Component">redundancyCapableFlag</a> on <a href="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>
<li>Addressed an issue where calling <a href="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>
</ul>

<h4 id="backend">Backend</h4>

<ul>
<li>Fixed an issue with checking user status for users connected to the SoftLayer VPN when making SOAP calls to the API.</li>
<li>Created a process that will allow users to authenticate via SAML even if they don&rsquo;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>
<li>Enabled SAML on all Customer accounts.</li>
</ul>

</div>
</div>
</div>
</div>





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2016/20160217/"> February 17, 2016</a>
Expand Down Expand Up @@ -520,39 +563,6 @@ <h4 id="api">API</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2016/20160104/"> January 4, 2016</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">


<h4 id="portal">Portal</h4>

<ul>
<li>Fixed an issue with OS Reloads failing due to outdated packages.</li>
<li>Fixed an issue on the order page where an invalid method name was being referenced, causing no results to return.</li>
<li>Added ClickAndBuy as a payment authorization type for ordering.</li>
</ul>

<h4 id="api">API</h4>

<ul>
<li>Updated <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Product_Item_Category/getSubnetCategories">getSubnetCategories</a> to properly retrieve all subnet categories.</li>
</ul>

</div>
</div>
</div>
</div>





</div>


Expand Down
66 changes: 33 additions & 33 deletions page/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,39 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2016/20160104/"> January 4, 2016</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">


<h4 id="portal">Portal</h4>

<ul>
<li>Fixed an issue with OS Reloads failing due to outdated packages.</li>
<li>Fixed an issue on the order page where an invalid method name was being referenced, causing no results to return.</li>
<li>Added ClickAndBuy as a payment authorization type for ordering.</li>
</ul>

<h4 id="api">API</h4>

<ul>
<li>Updated <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Product_Item_Category/getSubnetCategories">getSubnetCategories</a> to properly retrieve all subnet categories.</li>
</ul>

</div>
</div>
</div>
</div>





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2015/20151228/"> December 28, 2015</a>
Expand Down Expand Up @@ -456,39 +489,6 @@ <h4 id="api">API</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/2015/20151110/"> November 10, 2015</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">


<h4 id="portal">Portal</h4>

<ul>
<li>Improved the error message on the Catalyst self-enrollment page when user enters invalid credit card information.</li>
<li>&lsquo;NEW&rsquo; Invoices will now properly display the last 4 digits of the credit card.</li>
</ul>

<h4 id="api">API</h4>

<ul>
<li>Fix issue in which objectFilter values for (SoftLayer_Network_Subnet)[<a href="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>
<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>
</ul>

</div>
</div>
</div>
</div>





</div>


Expand Down
Loading

0 comments on commit 2e9980d

Please sign in to comment.