Skip to content

Commit

Permalink
Merge pull request #338 from softlayer/1709332242
Browse files Browse the repository at this point in the history
20240301 release
  • Loading branch information
allmightyspiff authored Mar 1, 2024
2 parents fb9d635 + d5d3195 commit bca23d4
Show file tree
Hide file tree
Showing 38 changed files with 1,325 additions and 1,066 deletions.
55 changes: 23 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,29 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2024/20240301/"> March 1, 2024</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Removed code which checks if guest is powered off before detaching a vlan.</li>
<li>Added new guest attribute type for skipping PV driver checks.</li>
</ul>

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





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2024/20240216/"> February 16, 2024</a>
Expand Down Expand Up @@ -365,38 +388,6 @@ <h4 id="api">API</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2023/20230512/"> May 12, 2023</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>While authorizing Block volume, code will fetch only block (IscsiGroup) Clusters, so customer won&rsquo;t face issue while authorization</li>
<li>Deleting unused API endpoints on the SoftLayer_Network_ContentDelivery_Account class</li>
<li>Adding permissions requirements to Ticket Attachment File Class</li>
<li>On hardware order containers, primaryDiskPartitionId will be ignored and removed after verify if the order container also has storageGroups.</li>
<li>2/4/10 IOPS/GB tier enabled and 0.25 disabled in order duplicate page</li>
<li>Restore SLDN masking for SoftLayer_Network_Subnet::podName. Add for SoftLayer_Network_Vlan::podName.</li>
<li>Added VPX Bandwidth usage to the SoftLayer_Account::getBandwidthList() API endpoint</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Updating broken links in Bandwidth Overage emails</li>
</ul>

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





</div>


Expand Down
4 changes: 2 additions & 2 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<language>en-US</language>
<author>Enthusiastic Hugo User</author>
<rights>Copyright (c) 2014, Enthusiastic Hugo User; all rights reserved.</rights>
<updated>Fri, 16 Feb 2024 00:00:00 UTC</updated>
<updated>Fri, 01 Mar 2024 00:00:00 UTC</updated>

<item>
<title>Release_notes</title>
<link>https://sldn.softlayer.com/release_notes/</link>
<pubDate>Fri, 16 Feb 2024 00:00:00 UTC</pubDate>
<pubDate>Fri, 01 Mar 2024 00:00:00 UTC</pubDate>
<author>Enthusiastic Hugo User</author>
<guid>https://sldn.softlayer.com/release_notes/</guid>
<description></description>
Expand Down
132 changes: 44 additions & 88 deletions page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,50 @@
<h1>Release Notes</h1>
<div class="col-md-9">

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200612/"> June 12, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>SoftLayer_Virtual_Guest::createArchiveTransaction and SoftLayer_Virtual_Guest::createArchiveTemplate will return a Image template, and not a transaction</li>
<li><a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet/setTags">Network_Subnet::setTags()</a> and <a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Subnet/#tagReferences">Network_Subnet::tagReferences</a></li>
<li>UTF-8 support for SoftLayer_Network_Subnet and SoftLayer_Network_Subnet_IpAddress note fields.</li>
<li><font color="red"><em>Deprecate</em></font> RWHOIS service &amp; SWIP based Registrations.
See <a href="https://cloud.ibm.com/docs/infrastructure/network-tools?topic=network-tools-use-the-rir-registration-screen">RIR Registrations</a> and <a href="https://cloud.ibm.com/docs/infrastructure/network-tools?topic=network-tools-deprecating-rwhois">RWhois deprecation notice</a> for more information.
The following have been removed.
<ul>
<li>Account::getRwhoisData()</li>
<li>Network_Subnet::getSwipTransaction()</li>
<li>Network_Subnet::activeSwipTransaction()</li>
<li>Network_Subnet::findAllSubnetsAndActiveSwipTransactionStatus()</li>
<li>Network_Subnet::getRwhoisData()</li>
<li>Network_Subnet::createSwipTransaction()</li>
<li>Network_Subnet_Rwhois_Data (all)</li>
<li>SoftLayer_Network_Subnet_Swip_Transaction (all)</li>
</ul>
</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Bug fix for live migration SWAP disk coalescing issues.</li>
<li>Enables ordering and reloading bare metal servers with an image template.</li>
<li>Added the list of modified fields on User_Customer objects to the event logs so it can be viewed by the customers</li>
</ul>

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





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200529/"> May 29, 2020</a>
Expand Down Expand Up @@ -429,94 +473,6 @@ <h4 id="api">API</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200221/"> February 21, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Corrects the EU terms and conditions link on customer facing quote checkout pages.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>
<p>Added <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getBandwidthList/">SoftLayer_Account::getBandwidthList()</a></p>
</li>
<li>
<p>The following permissions are now obsolete:</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>ID</th>
<th>KeyName</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>1288</td>
<td>TICKET_MANAGE</td>
<td>Add / Edit Tickets</td>
</tr>
<tr>
<td>1309</td>
<td>ACCOUNT_PASSWORD_AUXILIARY_ADD</td>
<td>Add Auxiliary Password</td>
</tr>
<tr>
<td>1310</td>
<td>ACCOUNT_PASSWORD_AUXILIARY_EDIT</td>
<td>Edit Auxiliary Password</td>
</tr>
<tr>
<td>1311</td>
<td>ACCOUNT_PASSWORD_AUXILIARY_DELETE</td>
<td>Delete Auxiliary Password</td>
</tr>
<tr>
<td>3738</td>
<td>CUSTOMER_PLACEMENT_GROUP_MANAGEMENT</td>
<td>Manage Placement Group</td>
</tr>
<tr>
<td>3740</td>
<td>CUSTOMER_RESERVED_CAPACITY_GROUP_MANAGEMENT</td>
<td>Manage Reserved Capacity Group</td>
</tr>
<tr>
<td>1305</td>
<td>TICKET_VIEW_BY_HARDWARE</td>
<td>View Tickets by Hardware Access View Tickets by Hardware</td>
</tr>
<tr>
<td>1306</td>
<td>TICKET_VIEW_BY_VIRTUAL_GUEST</td>
<td>View Tickets by Computing Instance Access</td>
</tr>
</tbody>
</table>
<h4 id="backend">Backend</h4>
<ul>
<li>Prevent Dedicated Host VSI upgrade orders when the user placing the upgrade does not have permission for the dedicated host.</li>
<li>Improve the order verification for application delivery controllers.</li>
<li>Allows orders to be placed that include an M.2 boot drive and no other disks. This was previously unavailable as all orders required a hard disk to boot from.</li>
</ul>

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





</div>


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

<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200221/"> February 21, 2020</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Corrects the EU terms and conditions link on customer facing quote checkout pages.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>
<p>Added <a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/getBandwidthList/">SoftLayer_Account::getBandwidthList()</a></p>
</li>
<li>
<p>The following permissions are now obsolete:</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>ID</th>
<th>KeyName</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>1288</td>
<td>TICKET_MANAGE</td>
<td>Add / Edit Tickets</td>
</tr>
<tr>
<td>1309</td>
<td>ACCOUNT_PASSWORD_AUXILIARY_ADD</td>
<td>Add Auxiliary Password</td>
</tr>
<tr>
<td>1310</td>
<td>ACCOUNT_PASSWORD_AUXILIARY_EDIT</td>
<td>Edit Auxiliary Password</td>
</tr>
<tr>
<td>1311</td>
<td>ACCOUNT_PASSWORD_AUXILIARY_DELETE</td>
<td>Delete Auxiliary Password</td>
</tr>
<tr>
<td>3738</td>
<td>CUSTOMER_PLACEMENT_GROUP_MANAGEMENT</td>
<td>Manage Placement Group</td>
</tr>
<tr>
<td>3740</td>
<td>CUSTOMER_RESERVED_CAPACITY_GROUP_MANAGEMENT</td>
<td>Manage Reserved Capacity Group</td>
</tr>
<tr>
<td>1305</td>
<td>TICKET_VIEW_BY_HARDWARE</td>
<td>View Tickets by Hardware Access View Tickets by Hardware</td>
</tr>
<tr>
<td>1306</td>
<td>TICKET_VIEW_BY_VIRTUAL_GUEST</td>
<td>View Tickets by Computing Instance Access</td>
</tr>
</tbody>
</table>
<h4 id="backend">Backend</h4>
<ul>
<li>Prevent Dedicated Host VSI upgrade orders when the user placing the upgrade does not have permission for the dedicated host.</li>
<li>Improve the order verification for application delivery controllers.</li>
<li>Allows orders to be placed that include an M.2 boot drive and no other disks. This was previously unavailable as all orders required a hard disk to boot from.</li>
</ul>

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





<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2020/20200214/"> February 14, 2020</a>
Expand Down Expand Up @@ -426,37 +514,6 @@ <h4 id="catalog">Catalog</h4>



<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2019/20191025/"> October 25, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Update legacy order form UI for NVME</li>
<li>Fix issue preventing some server descriptions from being displayed correctly when ordering.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>Adds IP version validation when ordering subnets.</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Properly handle IPMI errors during the assign server step of server provisions.</li>
</ul>

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





</div>


Expand Down
Loading

0 comments on commit bca23d4

Please sign in to comment.