Skip to content

Commit

Permalink
Merge pull request #660 from softlayer/20240510
Browse files Browse the repository at this point in the history
20240510 release notes
  • Loading branch information
allmightyspiff authored May 10, 2024
2 parents 8b49746 + 41b27ee commit 0e37321
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/releaseNotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def getNotes(self, jira_issue):
def processReleases(self, releases):
r_issues = releases.get('issues', [])
for issue in r_issues:
# Slow things down otherwise we get rate limited
time.sleep(0.5)
fileds = issue.get('fields', {})
this_issue = {
"key": issue.get('key'),
Expand Down
16 changes: 16 additions & 0 deletions content/release_notes/2024/20240510.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Release notes: May 10, 2024"
date: "2024-05-10"
tags:
- "release notes"
---

#### API

- IBM Cloud CDN service
- Disable new CDN instance creation because of CDN service End of Market from April 29, 2024. CDN API - Disable CDN mapping creation NETWORK-14358
- Stop creating reservation during dedicated host migration.. Update dedicated host migrations to move the dedicated host record to a different host instead of creating a reservation
VIRT-12890
- Fix error when attempting to grab Hardware ORM key from SoftLayer_Account when user has access to 0 devices. Fix Account getAllowedDeviceIds to correctly allow sorting USER-4918
- Create Permission Departments to categorize Permissions for Customer portal display. Create, populate, and link table for Permission Departments USER-4674
- Fix dedicated host allocation value related bug. Fix null values on dedicated host allocation values VIRT-12951

0 comments on commit 0e37321

Please sign in to comment.