Skip to content

Commit 4b6e2e4

Browse files
fixed a bad date
1 parent ae911fe commit 4b6e2e4

8 files changed

Lines changed: 275 additions & 275 deletions

File tree

index.html

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -101,52 +101,52 @@ <h1>Release Notes</h1>
101101

102102
<div class="well well-sm release-note example col-md-12">
103103
<h3>
104-
<a href="https://softlayer.github.io/release_notes/2018/20180115/"> January 15, 2018</a>
104+
<a href="https://softlayer.github.io/release_notes/2018/20180122/"> January 22, 2018</a>
105105
<br>
106106
</h3>
107107
<div class="container">
108108
<div class="row">
109109
<div class="col-md-8">
110110

111111

112-
<h4 id="slcli">SLCLI</h4>
113-
114-
<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>
112+
<h4 id="portal">Portal</h4>
115113

116114
<ul>
117-
<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>
118-
119-
<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>
120-
121-
<li><p>reworked wait_for_ready function for virtual, and added to hardware managers.</p></li>
122-
123-
<li><p>fixed block/file iops in the <code>slcli block|file detail</code> view</p></li>
124-
125-
<li><p>Added sub items to <code>hw detail --price</code>, removed reverse PTR entries</p></li>
115+
<li>Fixes bug when checking for available vGPU resources.</li>
116+
<li>Update favicon on IBM cloud template</li>
117+
<li>Fixed an informative popup to properly display entire username when deleting or disabling a user with a long username</li>
126118
</ul>
127119

128-
<h5 id="added-to-cli">Added to CLI</h5>
120+
<h4 id="api">API</h4>
129121

130122
<ul>
131-
<li><a href="http://softlayer-python.readthedocs.io/en/latest/cli/ordering.html">slcli order</a></li>
132-
<li>[Example slcli order useagecontent/python/ordering_slcli.md</li>
133-
<li>](<a href="https://softlayer.github.io/python/ordering_slcli/">https://softlayer.github.io/python/ordering_slcli/</a>)</li>
123+
<li>SoftLayer_Network_Storage::getAllowableDatacenters() performance improvements</li>
124+
<li>Added a SUPPORTED_BOOT_MODE attribute to the SoftLayer_Virtual_Disk_Image_Attribute_Type class to hold what boot modes the image can support.</li>
125+
<li>Update SLDN doc for Virtual_Guest.createObject to add Security Group parameters</li>
126+
<li>Replace checking for parentId with isMasterUser flag for add/remove device access</li>
127+
<li>Added quantity validation on StaaS orders. SoftLayer_Container_Product_Order_Network_Storage_AsAService can only be ordered one at a time. If quantity is greater than 1, an exception will now be thrown. Before the order was just placed as quantity 1.</li>
128+
<li>Remove the default SEV4 setting on all tickets created and require employees to set the ticket severity on the first update</li>
129+
<li>Parent user who doesn&rsquo;t have the VPN_MANAGE permission should be able to disable or delete the child user.</li>
130+
<li>Generic message is displayed when sub-user is trying to add External Binding for a child user. This has been changed to a message to indicate only the Master User can add external bindings</li>
134131
</ul>
135132

136-
<pre><code class="language-bash">$ ./slcli order
137-
Usage: slcli order [OPTIONS] COMMAND [ARGS]...
133+
<h4 id="backend">Backend</h4>
138134

139-
Options:
140-
-h, --help Show this message and exit.
135+
<ul>
136+
<li>Improve sanity checks and error messages when a user&rsquo;s email field is changed after sending an IBMid invitation</li>
137+
<li>Remove weak SSL ciphers from LBaaS supported cipher list. Specifically
141138

142-
Commands:
143-
category-list List the categories of a package.
144-
item-list List package items used for ordering.
145-
package-list List packages that can be ordered via the...
146-
package-locations List Datacenters a package can be ordered in.
147-
place Place or verify an order.
148-
preset-list List package presets.
149-
</code></pre>
139+
<ol>
140+
<li>DHE-RSA-AES256-GCM-SHA384</li>
141+
<li>DHE-RSA-AES256-SHA256</li>
142+
<li>DHE-RSA-AES128-GCM-SHA256</li>
143+
<li>DHE-RSA-AES128-SHA256</li>
144+
</ol></li>
145+
<li>Fixes an issue where extraneous SoftLayer_Network_Storage::activeTransactions could be present on a volume which actually has no active transactions running.</li>
146+
<li>Block Live Migrations for GPU Guests</li>
147+
<li>Enable Order Support for External Resources</li>
148+
<li>&ldquo;Insufficient Resources&rdquo; error has been changed to &ldquo;Insufficient Capacity&rdquo;.</li>
149+
</ul>
150150

151151
</div>
152152
</div>
@@ -159,52 +159,52 @@ <h5 id="added-to-cli">Added to CLI</h5>
159159

160160
<div class="well well-sm release-note example col-md-12">
161161
<h3>
162-
<a href="https://softlayer.github.io/release_notes/2018/20180122/"> January 3, 2018</a>
162+
<a href="https://softlayer.github.io/release_notes/2018/20180115/"> January 15, 2018</a>
163163
<br>
164164
</h3>
165165
<div class="container">
166166
<div class="row">
167167
<div class="col-md-8">
168168

169169

170-
<h4 id="portal">Portal</h4>
170+
<h4 id="slcli">SLCLI</h4>
171+
172+
<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>
171173

172174
<ul>
173-
<li>Fixes bug when checking for available vGPU resources.</li>
174-
<li>Update favicon on IBM cloud template</li>
175-
<li>Fixed an informative popup to properly display entire username when deleting or disabling a user with a long username</li>
175+
<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>
176+
177+
<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>
178+
179+
<li><p>reworked wait_for_ready function for virtual, and added to hardware managers.</p></li>
180+
181+
<li><p>fixed block/file iops in the <code>slcli block|file detail</code> view</p></li>
182+
183+
<li><p>Added sub items to <code>hw detail --price</code>, removed reverse PTR entries</p></li>
176184
</ul>
177185

178-
<h4 id="api">API</h4>
186+
<h5 id="added-to-cli">Added to CLI</h5>
179187

180188
<ul>
181-
<li>SoftLayer_Network_Storage::getAllowableDatacenters() performance improvements</li>
182-
<li>Added a SUPPORTED_BOOT_MODE attribute to the SoftLayer_Virtual_Disk_Image_Attribute_Type class to hold what boot modes the image can support.</li>
183-
<li>Update SLDN doc for Virtual_Guest.createObject to add Security Group parameters</li>
184-
<li>Replace checking for parentId with isMasterUser flag for add/remove device access</li>
185-
<li>Added quantity validation on StaaS orders. SoftLayer_Container_Product_Order_Network_Storage_AsAService can only be ordered one at a time. If quantity is greater than 1, an exception will now be thrown. Before the order was just placed as quantity 1.</li>
186-
<li>Remove the default SEV4 setting on all tickets created and require employees to set the ticket severity on the first update</li>
187-
<li>Parent user who doesn&rsquo;t have the VPN_MANAGE permission should be able to disable or delete the child user.</li>
188-
<li>Generic message is displayed when sub-user is trying to add External Binding for a child user. This has been changed to a message to indicate only the Master User can add external bindings</li>
189+
<li><a href="http://softlayer-python.readthedocs.io/en/latest/cli/ordering.html">slcli order</a></li>
190+
<li>[Example slcli order useagecontent/python/ordering_slcli.md</li>
191+
<li>](<a href="https://softlayer.github.io/python/ordering_slcli/">https://softlayer.github.io/python/ordering_slcli/</a>)</li>
189192
</ul>
190193

191-
<h4 id="backend">Backend</h4>
194+
<pre><code class="language-bash">$ ./slcli order
195+
Usage: slcli order [OPTIONS] COMMAND [ARGS]...
192196

193-
<ul>
194-
<li>Improve sanity checks and error messages when a user&rsquo;s email field is changed after sending an IBMid invitation</li>
195-
<li>Remove weak SSL ciphers from LBaaS supported cipher list. Specifically
197+
Options:
198+
-h, --help Show this message and exit.
196199

197-
<ol>
198-
<li>DHE-RSA-AES256-GCM-SHA384</li>
199-
<li>DHE-RSA-AES256-SHA256</li>
200-
<li>DHE-RSA-AES128-GCM-SHA256</li>
201-
<li>DHE-RSA-AES128-SHA256</li>
202-
</ol></li>
203-
<li>Fixes an issue where extraneous SoftLayer_Network_Storage::activeTransactions could be present on a volume which actually has no active transactions running.</li>
204-
<li>Block Live Migrations for GPU Guests</li>
205-
<li>Enable Order Support for External Resources</li>
206-
<li>&ldquo;Insufficient Resources&rdquo; error has been changed to &ldquo;Insufficient Capacity&rdquo;.</li>
207-
</ul>
200+
Commands:
201+
category-list List the categories of a package.
202+
item-list List package items used for ordering.
203+
package-list List packages that can be ordered via the...
204+
package-locations List Datacenters a package can be ordered in.
205+
place Place or verify an order.
206+
preset-list List package presets.
207+
</code></pre>
208208

209209
</div>
210210
</div>

index.xml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,56 @@
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>Tue, 16 Jan 2018 00:00:00 UTC</updated>
9+
<updated>Mon, 22 Jan 2018 00:00:00 UTC</updated>
10+
11+
<item>
12+
<title>Release notes: January 22, 2018</title>
13+
<link>https://softlayer.github.io/release_notes/2018/20180122/</link>
14+
<pubDate>Mon, 22 Jan 2018 00:00:00 UTC</pubDate>
15+
<author>Enthusiastic Hugo User</author>
16+
<guid>https://softlayer.github.io/release_notes/2018/20180122/</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;Fixes bug when checking for available vGPU resources.&lt;/li&gt;
23+
&lt;li&gt;Update favicon on IBM cloud template&lt;/li&gt;
24+
&lt;li&gt;Fixed an informative popup to properly display entire username when deleting or disabling a user with a long username&lt;/li&gt;
25+
&lt;/ul&gt;
26+
27+
&lt;h4 id=&#34;api&#34;&gt;API&lt;/h4&gt;
28+
29+
&lt;ul&gt;
30+
&lt;li&gt;SoftLayer_Network_Storage::getAllowableDatacenters() performance improvements&lt;/li&gt;
31+
&lt;li&gt;Added a SUPPORTED_BOOT_MODE attribute to the SoftLayer_Virtual_Disk_Image_Attribute_Type class to hold what boot modes the image can support.&lt;/li&gt;
32+
&lt;li&gt;Update SLDN doc for Virtual_Guest.createObject to add Security Group parameters&lt;/li&gt;
33+
&lt;li&gt;Replace checking for parentId with isMasterUser flag for add/remove device access&lt;/li&gt;
34+
&lt;li&gt;Added quantity validation on StaaS orders. SoftLayer_Container_Product_Order_Network_Storage_AsAService can only be ordered one at a time. If quantity is greater than 1, an exception will now be thrown. Before the order was just placed as quantity 1.&lt;/li&gt;
35+
&lt;li&gt;Remove the default SEV4 setting on all tickets created and require employees to set the ticket severity on the first update&lt;/li&gt;
36+
&lt;li&gt;Parent user who doesn&amp;rsquo;t have the VPN_MANAGE permission should be able to disable or delete the child user.&lt;/li&gt;
37+
&lt;li&gt;Generic message is displayed when sub-user is trying to add External Binding for a child user. This has been changed to a message to indicate only the Master User can add external bindings&lt;/li&gt;
38+
&lt;/ul&gt;
39+
40+
&lt;h4 id=&#34;backend&#34;&gt;Backend&lt;/h4&gt;
41+
42+
&lt;ul&gt;
43+
&lt;li&gt;Improve sanity checks and error messages when a user&amp;rsquo;s email field is changed after sending an IBMid invitation&lt;/li&gt;
44+
&lt;li&gt;Remove weak SSL ciphers from LBaaS supported cipher list. Specifically
45+
46+
&lt;ol&gt;
47+
&lt;li&gt;DHE-RSA-AES256-GCM-SHA384&lt;/li&gt;
48+
&lt;li&gt;DHE-RSA-AES256-SHA256&lt;/li&gt;
49+
&lt;li&gt;DHE-RSA-AES128-GCM-SHA256&lt;/li&gt;
50+
&lt;li&gt;DHE-RSA-AES128-SHA256&lt;/li&gt;
51+
&lt;/ol&gt;&lt;/li&gt;
52+
&lt;li&gt;Fixes an issue where extraneous SoftLayer_Network_Storage::activeTransactions could be present on a volume which actually has no active transactions running.&lt;/li&gt;
53+
&lt;li&gt;Block Live Migrations for GPU Guests&lt;/li&gt;
54+
&lt;li&gt;Enable Order Support for External Resources&lt;/li&gt;
55+
&lt;li&gt;&amp;ldquo;Insufficient Resources&amp;rdquo; error has been changed to &amp;ldquo;Insufficient Capacity&amp;rdquo;.&lt;/li&gt;
56+
&lt;/ul&gt;
57+
</description>
58+
</item>
1059

1160
<item>
1261
<title>Creating a support ticket</title>
@@ -502,55 +551,6 @@ Commands:
502551
</description>
503552
</item>
504553

505-
<item>
506-
<title>Release notes: January 22, 2018</title>
507-
<link>https://softlayer.github.io/release_notes/2018/20180122/</link>
508-
<pubDate>Wed, 03 Jan 2018 00:00:00 UTC</pubDate>
509-
<author>Enthusiastic Hugo User</author>
510-
<guid>https://softlayer.github.io/release_notes/2018/20180122/</guid>
511-
<description>
512-
513-
&lt;h4 id=&#34;portal&#34;&gt;Portal&lt;/h4&gt;
514-
515-
&lt;ul&gt;
516-
&lt;li&gt;Fixes bug when checking for available vGPU resources.&lt;/li&gt;
517-
&lt;li&gt;Update favicon on IBM cloud template&lt;/li&gt;
518-
&lt;li&gt;Fixed an informative popup to properly display entire username when deleting or disabling a user with a long username&lt;/li&gt;
519-
&lt;/ul&gt;
520-
521-
&lt;h4 id=&#34;api&#34;&gt;API&lt;/h4&gt;
522-
523-
&lt;ul&gt;
524-
&lt;li&gt;SoftLayer_Network_Storage::getAllowableDatacenters() performance improvements&lt;/li&gt;
525-
&lt;li&gt;Added a SUPPORTED_BOOT_MODE attribute to the SoftLayer_Virtual_Disk_Image_Attribute_Type class to hold what boot modes the image can support.&lt;/li&gt;
526-
&lt;li&gt;Update SLDN doc for Virtual_Guest.createObject to add Security Group parameters&lt;/li&gt;
527-
&lt;li&gt;Replace checking for parentId with isMasterUser flag for add/remove device access&lt;/li&gt;
528-
&lt;li&gt;Added quantity validation on StaaS orders. SoftLayer_Container_Product_Order_Network_Storage_AsAService can only be ordered one at a time. If quantity is greater than 1, an exception will now be thrown. Before the order was just placed as quantity 1.&lt;/li&gt;
529-
&lt;li&gt;Remove the default SEV4 setting on all tickets created and require employees to set the ticket severity on the first update&lt;/li&gt;
530-
&lt;li&gt;Parent user who doesn&amp;rsquo;t have the VPN_MANAGE permission should be able to disable or delete the child user.&lt;/li&gt;
531-
&lt;li&gt;Generic message is displayed when sub-user is trying to add External Binding for a child user. This has been changed to a message to indicate only the Master User can add external bindings&lt;/li&gt;
532-
&lt;/ul&gt;
533-
534-
&lt;h4 id=&#34;backend&#34;&gt;Backend&lt;/h4&gt;
535-
536-
&lt;ul&gt;
537-
&lt;li&gt;Improve sanity checks and error messages when a user&amp;rsquo;s email field is changed after sending an IBMid invitation&lt;/li&gt;
538-
&lt;li&gt;Remove weak SSL ciphers from LBaaS supported cipher list. Specifically
539-
540-
&lt;ol&gt;
541-
&lt;li&gt;DHE-RSA-AES256-GCM-SHA384&lt;/li&gt;
542-
&lt;li&gt;DHE-RSA-AES256-SHA256&lt;/li&gt;
543-
&lt;li&gt;DHE-RSA-AES128-GCM-SHA256&lt;/li&gt;
544-
&lt;li&gt;DHE-RSA-AES128-SHA256&lt;/li&gt;
545-
&lt;/ol&gt;&lt;/li&gt;
546-
&lt;li&gt;Fixes an issue where extraneous SoftLayer_Network_Storage::activeTransactions could be present on a volume which actually has no active transactions running.&lt;/li&gt;
547-
&lt;li&gt;Block Live Migrations for GPU Guests&lt;/li&gt;
548-
&lt;li&gt;Enable Order Support for External Resources&lt;/li&gt;
549-
&lt;li&gt;&amp;ldquo;Insufficient Resources&amp;rdquo; error has been changed to &amp;ldquo;Insufficient Capacity&amp;rdquo;.&lt;/li&gt;
550-
&lt;/ul&gt;
551-
</description>
552-
</item>
553-
554554
<item>
555555
<title>Release notes: January 3, 2018</title>
556556
<link>https://softlayer.github.io/release_notes/2018/20180103/</link>

release_notes/2018/20180122/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<h1>Release Note</h1>
9696
<div class="col-md-9">
9797
<div class="well well-sm release-note">
98-
<h3>January 3, 2018</h3>
98+
<h3>January 22, 2018</h3>
9999
<div class="container">
100100
<div class="row">
101101
<div class="col-md-8">

0 commit comments

Comments
 (0)