Skip to content

Commit 80cea80

Browse files
20180103 release notes
1 parent 5b05c45 commit 80cea80

20 files changed

Lines changed: 1120 additions & 647 deletions

File tree

index.html

Lines changed: 46 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,48 @@
9999
<h1>Release Notes</h1>
100100
<div class="col-md-9">
101101

102+
<div class="well well-sm release-note example col-md-12">
103+
<h3>
104+
<a href="https://softlayer.github.io/release_notes/2018/20180103/"> January 3, 2018</a>
105+
<br>
106+
</h3>
107+
<div class="container">
108+
<div class="row">
109+
<div class="col-md-8">
110+
111+
112+
<h4 id="portal">Portal</h4>
113+
114+
<ul>
115+
<li>Replace &ldquo;formerly IBM Cloud&rdquo; with &ldquo;formerly SoftLayer&rdquo; in all affected templates.</li>
116+
</ul>
117+
118+
<h4 id="api">API</h4>
119+
120+
<ul>
121+
<li>Autoscale: Prevent Multiple Scale Actions per Policy. <a href="https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl">https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl</a></li>
122+
<li>Only block BYOL sharing and making it public if the software description is a licensed product.</li>
123+
<li>Adds support for Spot instances to simple VSI ordering. spotGuestFlag would be used to indicate in a createObject() parameter block if the order is for a Spot Instance. <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject">http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject</a></li>
124+
<li>Added an API to tell if an account is eligible to link with PaaS. <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas">http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas</a></li>
125+
<li></li>
126+
</ul>
127+
128+
<h4 id="backend">Backend</h4>
129+
130+
<ul>
131+
<li>This fixes a problem where volumes could be end up with lesser than assigned quota size.</li>
132+
<li>Removed deprecated abuse field from RIPE registration person details.</li>
133+
</ul>
134+
135+
</div>
136+
</div>
137+
</div>
138+
</div>
139+
140+
141+
142+
143+
102144
<div class="well well-sm release-note example col-md-12">
103145
<h3>
104146
<a href="https://softlayer.github.io/release_notes/2017/20171204/"> December 4, 2017</a>
@@ -456,44 +498,6 @@ <h4 id="backend">Backend</h4>
456498

457499

458500

459-
<div class="well well-sm release-note example col-md-12">
460-
<h3>
461-
<a href="https://softlayer.github.io/release_notes/2017/20170921/"> September 21, 2017</a>
462-
<br>
463-
</h3>
464-
<div class="container">
465-
<div class="row">
466-
<div class="col-md-8">
467-
468-
469-
<h4 id="portal">Portal</h4>
470-
471-
<ul>
472-
<li>Resolved an issue where a subset of DCs where not displaying the 1,2,4 or 8 core options for Dedicated Host Virtual Guests.</li>
473-
<li>Pushed code that that corrected a display issue when ordering Dedicated Host Virtual Guests. When selecting Local drive Virtual Guests do not show the 3rd, 4th, and 5th disk options.</li>
474-
</ul>
475-
476-
<h4 id="api">API</h4>
477-
478-
<ul>
479-
<li>Added validation to prevent monthly LBaaS orders via the API since the <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Network_LBaaS_LoadBalancer">SoftLayer_Network_LBaaS_LoadBalancer</a> service is only available with hourly billing.</li>
480-
</ul>
481-
482-
<h4 id="backend">Backend</h4>
483-
484-
<ul>
485-
<li>None</li>
486-
</ul>
487-
488-
</div>
489-
</div>
490-
</div>
491-
</div>
492-
493-
494-
495-
496-
497501
</div>
498502

499503

@@ -577,13 +581,16 @@ <h4>More Documentation</h4>
577581
<li
578582
><a href="https://softlayer.github.io/page/12/">12</a></li>
579583

584+
<li
585+
><a href="https://softlayer.github.io/page/13/">13</a></li>
586+
580587
<li
581588
>
582589
<a href="https://softlayer.github.io/page/2/" aria-label="Next"><span aria-hidden="true">&raquo;</span></a>
583590
</li>
584591

585592
<li>
586-
<a href="https://softlayer.github.io/page/12/" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a>
593+
<a href="https://softlayer.github.io/page/13/" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a>
587594
</li>
588595

589596
</ul>

index.xml

Lines changed: 34 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,40 @@
66
<language>en-US</language>
77
<author>Enthusiastic Hugo User</author>
88
<rights>Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved.</rights>
9-
<updated>Mon, 04 Dec 2017 00:00:00 UTC</updated>
9+
<updated>Wed, 03 Jan 2018 00:00:00 UTC</updated>
10+
11+
<item>
12+
<title>Release notes: January 3, 2013</title>
13+
<link>https://softlayer.github.io/release_notes/2018/20180103/</link>
14+
<pubDate>Wed, 03 Jan 2018 00:00:00 UTC</pubDate>
15+
<author>Enthusiastic Hugo User</author>
16+
<guid>https://softlayer.github.io/release_notes/2018/20180103/</guid>
17+
<description>
18+
19+
&lt;h4 id=&#34;portal&#34;&gt;Portal&lt;/h4&gt;
20+
21+
&lt;ul&gt;
22+
&lt;li&gt;Replace &amp;ldquo;formerly IBM Cloud&amp;rdquo; with &amp;ldquo;formerly SoftLayer&amp;rdquo; in all affected templates.&lt;/li&gt;
23+
&lt;/ul&gt;
24+
25+
&lt;h4 id=&#34;api&#34;&gt;API&lt;/h4&gt;
26+
27+
&lt;ul&gt;
28+
&lt;li&gt;Autoscale: Prevent Multiple Scale Actions per Policy. &lt;a href=&#34;https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl&#34;&gt;https://stackoverflow.com/questions/39696067/invalid-guest-template-for-autoscale-in-sl&lt;/a&gt;&lt;/li&gt;
29+
&lt;li&gt;Only block BYOL sharing and making it public if the software description is a licensed product.&lt;/li&gt;
30+
&lt;li&gt;Adds support for Spot instances to simple VSI ordering. spotGuestFlag would be used to indicate in a createObject() parameter block if the order is for a Spot Instance. &lt;a href=&#34;http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject&#34;&gt;http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject&lt;/a&gt;&lt;/li&gt;
31+
&lt;li&gt;Added an API to tell if an account is eligible to link with PaaS. &lt;a href=&#34;http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas&#34;&gt;http://sldn.softlayer.com/reference/services/SoftLayer_Account/isEligibleToLinkWithPaas&lt;/a&gt;&lt;/li&gt;
32+
&lt;li&gt;&lt;/li&gt;
33+
&lt;/ul&gt;
34+
35+
&lt;h4 id=&#34;backend&#34;&gt;Backend&lt;/h4&gt;
36+
37+
&lt;ul&gt;
38+
&lt;li&gt;This fixes a problem where volumes could be end up with lesser than assigned quota size.&lt;/li&gt;
39+
&lt;li&gt;Removed deprecated abuse field from RIPE registration person details.&lt;/li&gt;
40+
&lt;/ul&gt;
41+
</description>
42+
</item>
1043

1144
<item>
1245
<title>Release notes: December 04, 2017</title>
@@ -693,90 +726,6 @@ Status id 5 is ACTIVE&lt;/p&gt;
693726
&lt;li&gt;Added more logic when auto-scaling Virtual Guests. The new logic checks the dates in the logs first and makes sure there are no other provisions or reclaims within the cooldown period of time.&lt;/li&gt;
694727
&lt;li&gt;Fixed an issue where Virtual Guests being deployed from Image templates were set to Skip OS updates during provisioning.&lt;/li&gt;
695728
&lt;/ul&gt;
696-
</description>
697-
</item>
698-
699-
<item>
700-
<title>Add, get, edit and remove Security Group rules</title>
701-
<link>https://softlayer.github.io/rest/addgeteditremovesecuritygrouprules/</link>
702-
<pubDate>Mon, 02 Oct 2017 00:00:00 UTC</pubDate>
703-
<author>Enthusiastic Hugo User</author>
704-
<guid>https://softlayer.github.io/rest/addgeteditremovesecuritygrouprules/</guid>
705-
<description>
706-
707-
&lt;h3 id=&#34;add-rules&#34;&gt;Add rules&lt;/h3&gt;
708-
709-
&lt;p&gt;Operation: &lt;code&gt;POST&lt;/code&gt;&lt;/p&gt;
710-
711-
&lt;p&gt;URL: &lt;code&gt;SoftLayer_Network_SecurityGroup/{securitygroup_id}/addRules&lt;/code&gt;&lt;/p&gt;
712-
713-
&lt;p&gt;Example CURL:&lt;/p&gt;
714-
715-
&lt;pre&gt;&lt;code&gt;$ curl --user &amp;quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&amp;quot; -X POST &#39;https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/136741/addRules&#39; -d &#39;{&amp;quot;parameters&amp;quot;: [[{&amp;quot;direction&amp;quot;: &amp;quot;ingress&amp;quot;,&amp;quot;portRangeMin&amp;quot;:100,&amp;quot;portRangeMax&amp;quot;:101,&amp;quot;protocol&amp;quot;:&amp;quot;tcp&amp;quot;}]]}&#39;
716-
&lt;/code&gt;&lt;/pre&gt;
717-
718-
&lt;hr /&gt;
719-
720-
&lt;h3 id=&#34;get-rules&#34;&gt;Get rules&lt;/h3&gt;
721-
722-
&lt;p&gt;Operation: &lt;code&gt;GET&lt;/code&gt;&lt;/p&gt;
723-
724-
&lt;p&gt;URL: &lt;code&gt;SoftLayer_Network_SecurityGroup/{securitygroup_id}/getObject?objectMask=mask[rules]&lt;/code&gt;&lt;/p&gt;
725-
726-
&lt;p&gt;Example CURL:&lt;/p&gt;
727-
728-
&lt;pre&gt;&lt;code&gt;$ curl --user &amp;quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&amp;quot; -g -X GET &#39;https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/42401/getObject?objectMask=mask[rules]&#39;
729-
&lt;/code&gt;&lt;/pre&gt;
730-
731-
&lt;p&gt;Example Response:&lt;/p&gt;
732-
733-
&lt;pre&gt;&lt;code&gt;{
734-
&amp;quot;createDate&amp;quot;: &amp;quot;2017-05-19T14:00:15-05:00&amp;quot;,
735-
&amp;quot;description&amp;quot;: &amp;quot;VSIs in this group respond to ping requests.&amp;quot;,
736-
&amp;quot;id&amp;quot;: 42401,
737-
&amp;quot;modifyDate&amp;quot;: null,
738-
&amp;quot;name&amp;quot;: &amp;quot;allow_ping&amp;quot;,
739-
&amp;quot;rules&amp;quot;: [
740-
{
741-
&amp;quot;direction&amp;quot;: &amp;quot;ingress&amp;quot;,
742-
&amp;quot;ethertype&amp;quot;: &amp;quot;IPv4&amp;quot;,
743-
&amp;quot;id&amp;quot;: 43001,
744-
&amp;quot;portRangeMax&amp;quot;: 0,
745-
&amp;quot;portRangeMin&amp;quot;: 8,
746-
&amp;quot;protocol&amp;quot;: &amp;quot;icmp&amp;quot;,
747-
&amp;quot;remoteGroupId&amp;quot;: null,
748-
&amp;quot;securityGroupId&amp;quot;: 42401
749-
}
750-
]
751-
}
752-
753-
&lt;/code&gt;&lt;/pre&gt;
754-
755-
&lt;hr /&gt;
756-
757-
&lt;h3 id=&#34;edit-rules&#34;&gt;Edit Rules&lt;/h3&gt;
758-
759-
&lt;p&gt;Operation: &lt;code&gt;PUT&lt;/code&gt;&lt;/p&gt;
760-
761-
&lt;p&gt;URL: &lt;code&gt;SoftLayer_Network_SecurityGroup/{securitygroup_id}/editRules&lt;/code&gt;&lt;/p&gt;
762-
763-
&lt;p&gt;Example CURL:&lt;/p&gt;
764-
765-
&lt;pre&gt;&lt;code&gt;$ curl --user &amp;quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&amp;quot; -X PUT &#39;https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/123456/editRules&#39; -d &#39;{&amp;quot;parameters&amp;quot;: [[{&amp;quot;id&amp;quot;: 11111,&amp;quot;portRangeMin&amp;quot;: 99},{&amp;quot;id&amp;quot;: 22222,&amp;quot;portRangeMin&amp;quot;: 199}]]}&#39;
766-
&lt;/code&gt;&lt;/pre&gt;
767-
768-
&lt;hr /&gt;
769-
770-
&lt;h3 id=&#34;remove-rules&#34;&gt;Remove Rules&lt;/h3&gt;
771-
772-
&lt;p&gt;Operation: &lt;code&gt;PUT&lt;/code&gt;&lt;/p&gt;
773-
774-
&lt;p&gt;URL: &lt;code&gt;SoftLayer_Network_SecurityGroup/{securitygroup_id}/removeRules&lt;/code&gt;&lt;/p&gt;
775-
776-
&lt;p&gt;Example CURL:&lt;/p&gt;
777-
778-
&lt;pre&gt;&lt;code&gt;$ curl --user &amp;quot;$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY&amp;quot; -X PUT &#39;https://api.softlayer.com/rest/v3/SoftLayer_Network_SecurityGroup/123456/removeRules&#39; -d &#39;{&amp;quot;parameters&amp;quot;: [[11111]]}&#39;
779-
&lt;/code&gt;&lt;/pre&gt;
780729
</description>
781730
</item>
782731

page/10/index.html

Lines changed: 69 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,71 @@
9999
<h1>Release Notes</h1>
100100
<div class="col-md-9">
101101

102+
<div class="well well-sm release-note example col-md-12">
103+
<h3>
104+
<a href="https://softlayer.github.io/release_notes/2015/20151221/"> December 21, 2015</a>
105+
<br>
106+
</h3>
107+
<div class="container">
108+
<div class="row">
109+
<div class="col-md-8">
110+
111+
112+
<h4 id="portal">Portal</h4>
113+
114+
<ul>
115+
<li>Introduced the Account Defined Networking option on customer order forms. The Customer Defined Network product is currently in beta and not available on all SoftLayer accounts.</li>
116+
<li>Replaced the old SOC2 report with the new one for period November 1, 2014 through October 31, 2015.</li>
117+
<li>Fixed an issue that was causing Notifications to show an empty list of impacted devices.</li>
118+
</ul>
119+
120+
<h4 id="api">API</h4>
121+
122+
<ul>
123+
<li>The SoftLayer_Account_MasterServiceAgreement::getPdf() method is deprecated. It is recommended to replace its use with the new <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account_MasterServiceAgreement/getFile">SoftLayer_Account_MasterServiceAgreement::getFile</a> method.</li>
124+
<li>Published the API for services and concepts introduced by Customer Defined Networks to SLDN. The Customer Defined Network product is currently in beta and not available on all SoftLayer accounts.
125+
126+
<ul>
127+
<li>SoftLayer_Container_Product_Order_Network</li>
128+
<li>added service for SoftLayer_Container_Product_Order_Network</li>
129+
<li>added property for SoftLayer_Container_Product_Order_Network::network</li>
130+
<li>added property for SoftLayer_Container_Product_Order_Network::publicVlans</li>
131+
<li>added property for SoftLayer_Container_Product_Order_Network::subnets</li>
132+
<li>SoftLayer_Container_Product_Order_Network_Subnet</li>
133+
<li>added property for SoftLayer_Container_Product_Order_Network_Subnet::routerHostname</li>
134+
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Product_Order">SoftLayer_Product_Order</a></li>
135+
<li>added method for SoftLayer_Product_Order::getNetworks</li>
136+
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network">SoftLayer_Network</a></li>
137+
<li>added service for SoftLayer_Network</li>
138+
<li>added method for SoftLayer_Network::createObject</li>
139+
<li>added method for SoftLayer_Network::createSubnet</li>
140+
<li>added method for SoftLayer_Network::deleteObject</li>
141+
<li>added method for SoftLayer_Network::deleteSubnet</li>
142+
<li>added method for SoftLayer_Network::editObject</li>
143+
<li>added method for SoftLayer_Network::getAllObjects</li>
144+
<li>added method for SoftLayer_Network::getObject</li>
145+
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Pod">SoftLayer_Network_Pod</a></li>
146+
<li>added service for SoftLayer_Network_Pod</li>
147+
<li>added method for SoftLayer_Network_Pod::getAllObjects</li>
148+
<li>added method for SoftLayer_Network_Pod::getCapabilities</li>
149+
<li>added method for SoftLayer_Network_Pod::getObject</li>
150+
<li>added method for SoftLayer_Network_Pod::listCapabilities</li>
151+
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet">SoftLayer_Network_Subnet</a></li>
152+
<li>added property for SoftLayer_Network_Subnet::podName</li>
153+
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Vlan">SoftLayer_Network_Vlan</a></li>
154+
<li>added property for SoftLayer_Network_Vlan::network</li>
155+
</ul></li>
156+
</ul>
157+
158+
</div>
159+
</div>
160+
</div>
161+
</div>
162+
163+
164+
165+
166+
102167
<div class="well well-sm release-note example col-md-12">
103168
<h3>
104169
<a href="https://softlayer.github.io/release_notes/2015/20151214/"> December 14, 2015</a>
@@ -408,42 +473,6 @@ <h4 id="api">API</h4>
408473

409474

410475

411-
<div class="well well-sm release-note example col-md-12">
412-
<h3>
413-
<a href="https://softlayer.github.io/release_notes/2015/20151103/"> November 3, 2015</a>
414-
<br>
415-
</h3>
416-
<div class="container">
417-
<div class="row">
418-
<div class="col-md-8">
419-
420-
421-
<h4 id="portal">Portal</h4>
422-
423-
<ul>
424-
<li>Changed the region sort order on order forms to be more friendly.</li>
425-
<li>Removed forum auto-login link.</li>
426-
<li>Restrict the length of first name field for credit cards to match those enforced by account first name field (30 characters)</li>
427-
</ul>
428-
429-
<h4 id="api">API</h4>
430-
431-
<ul>
432-
<li>Improved Virtual Guest provisioning times by parallelizing some provisioning transactions.</li>
433-
<li>Fixed an error preventing some Fast Provision Servers from getting past the SEND_SOFTWARE_INSTALL transaction.</li>
434-
<li>Failed post install scripts on unsupported OSes will now include a message that the OS is unsupported.</li>
435-
<li>Corrects an issue in which network monitoring of a primary IP address from a trunked VLAN of the network component was no longer allowed.</li>
436-
</ul>
437-
438-
</div>
439-
</div>
440-
</div>
441-
</div>
442-
443-
444-
445-
446-
447476
</div>
448477

449478

@@ -527,13 +556,16 @@ <h4>More Documentation</h4>
527556
<li
528557
><a href="https://softlayer.github.io/page/12/">12</a></li>
529558

559+
<li
560+
><a href="https://softlayer.github.io/page/13/">13</a></li>
561+
530562
<li
531563
>
532564
<a href="https://softlayer.github.io/page/11/" aria-label="Next"><span aria-hidden="true">&raquo;</span></a>
533565
</li>
534566

535567
<li>
536-
<a href="https://softlayer.github.io/page/12/" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a>
568+
<a href="https://softlayer.github.io/page/13/" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a>
537569
</li>
538570

539571
</ul>

0 commit comments

Comments
 (0)