Skip to content

Commit 1505207

Browse files
Merge pull request #680 from softlayer/20240719
20240719 release
2 parents 4c124c4 + 345579f commit 1505207

File tree

7 files changed

+51
-33
lines changed

7 files changed

+51
-33
lines changed

bin/releaseNotes.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,12 @@ def printIssues(self, issues):
113113
for issue in issues:
114114
self.console.print(f"[orange3]{issue['key']}, {issue['summary']}, {issue['resolution']}")
115115
for sub_issue in issue.get('issues'):
116-
notes = sub_issue.get('notes')
116+
notes = sub_issue.get('notes', '')
117117
color = "green"
118+
if notes is None:
119+
print(f"Notes for {sub_issue.get('key')} is |{notes}|")
120+
121+
notes = ""
118122
isInternal = self.internal.search(notes)
119123
if isInternal:
120124
color = "red"
@@ -134,7 +138,9 @@ def printReleaseNotes(self, issues):
134138
self.console.print(template, highlight=False)
135139
for issue in issues:
136140
for sub_issue in issue.get('issues'):
137-
notes = sub_issue.get('notes')
141+
notes = sub_issue.get('notes', '')
142+
if notes is None:
143+
notes = ''
138144
isInternal = self.internal.search(notes)
139145
if isInternal is None:
140146
self.console.print(f"- {notes}. {sub_issue.get('summary')} {sub_issue.get('key')}")

content/reference/services/SoftLayer_Hardware_SecurityModule/getIsNfsCapable.md renamed to content/reference/services/SoftLayer_Hardware_SecurityModule/getIsNfsOnly.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "getIsNfsCapable"
3-
description: "A server that has nfs capable drive."
2+
title: "getIsNfsOnly"
3+
description: "A server that has nfs only drive."
44
date: "2018-02-12"
55
tags:
66
- "method"
@@ -13,8 +13,8 @@ layout: "method"
1313
mainService : "SoftLayer_Hardware_SecurityModule"
1414
---
1515

16-
### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
16+
### [REST Example](#getIsNfsOnly-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsOnly-example .anchor-link}
1717
```bash
1818
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19-
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsCapable'
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsOnly'
2020
```

content/reference/services/SoftLayer_Hardware_SecurityModule750/getIsNfsCapable.md renamed to content/reference/services/SoftLayer_Hardware_SecurityModule750/getIsNfsOnly.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "getIsNfsCapable"
3-
description: "A server that has nfs capable drive."
2+
title: "getIsNfsOnly"
3+
description: "A server that has nfs only drive."
44
date: "2018-02-12"
55
tags:
66
- "method"
@@ -13,8 +13,8 @@ layout: "method"
1313
mainService : "SoftLayer_Hardware_SecurityModule750"
1414
---
1515

16-
### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
16+
### [REST Example](#getIsNfsOnly-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsOnly-example .anchor-link}
1717
```bash
1818
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19-
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsCapable'
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsOnly'
2020
```

content/reference/services/SoftLayer_Hardware_Server/getIsNfsCapable.md renamed to content/reference/services/SoftLayer_Hardware_Server/getIsNfsOnly.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "getIsNfsCapable"
3-
description: "A server that has nfs capable drive."
2+
title: "getIsNfsOnly"
3+
description: "A server that has nfs only drive."
44
date: "2018-02-12"
55
tags:
66
- "method"
@@ -13,8 +13,8 @@ layout: "method"
1313
mainService : "SoftLayer_Hardware_Server"
1414
---
1515

16-
### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
16+
### [REST Example](#getIsNfsOnly-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsOnly-example .anchor-link}
1717
```bash
1818
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19-
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsCapable'
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsOnly'
2020
```

content/release_notes/2024/20240712.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ tags:
77

88
#### API
99

10-
-Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362
10+
- Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362
1111
- Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Release notes: July 19, 2024"
3+
date: "2024-07-19"
4+
tags:
5+
- "release notes"
6+
---
7+
8+
#### API
9+
10+
- Added check for active account state.. SendGrid - Addresses "Failed to disconnect the billing item resource" IMAGE-2371
11+
- refactor isNfsCapable to isNfsOnly. Changing label from isNfsCapable to isNfsOnly METAL-6221
12+

data/sldn_metadata.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -96215,10 +96215,10 @@
9621596215
"filterable": true,
9621696216
"deprecated": false
9621796217
},
96218-
"getIsNfsCapable": {
96219-
"doc": "A server that has nfs capable drive.",
96218+
"getIsNfsOnly": {
96219+
"doc": "A server that has nfs only drive.",
9622096220
"docOverview": "",
96221-
"name": "getIsNfsCapable",
96221+
"name": "getIsNfsOnly",
9622296222
"type": "string",
9622396223
"typeArray": null,
9622496224
"ormMethod": true,
@@ -98194,11 +98194,11 @@
9819498194
"form": "relational",
9819598195
"doc": "Determine if remote management has been disabled due to port speed."
9819698196
},
98197-
"isNfsCapable": {
98198-
"name": "isNfsCapable",
98197+
"isNfsOnly": {
98198+
"name": "isNfsOnly",
9819998199
"type": "string",
9820098200
"form": "relational",
98201-
"doc": "A server that has nfs capable drive."
98201+
"doc": "A server that has nfs only drive."
9820298202
},
9820398203
"isQeInternalServer": {
9820498204
"name": "isQeInternalServer",
@@ -102119,10 +102119,10 @@
102119102119
"filterable": true,
102120102120
"deprecated": false
102121102121
},
102122-
"getIsNfsCapable": {
102123-
"doc": "A server that has nfs capable drive.",
102122+
"getIsNfsOnly": {
102123+
"doc": "A server that has nfs only drive.",
102124102124
"docOverview": "",
102125-
"name": "getIsNfsCapable",
102125+
"name": "getIsNfsOnly",
102126102126
"type": "string",
102127102127
"typeArray": null,
102128102128
"ormMethod": true,
@@ -104098,11 +104098,11 @@
104098104098
"form": "relational",
104099104099
"doc": "Determine if remote management has been disabled due to port speed."
104100104100
},
104101-
"isNfsCapable": {
104102-
"name": "isNfsCapable",
104101+
"isNfsOnly": {
104102+
"name": "isNfsOnly",
104103104103
"type": "string",
104104104104
"form": "relational",
104105-
"doc": "A server that has nfs capable drive."
104105+
"doc": "A server that has nfs only drive."
104106104106
},
104107104107
"isQeInternalServer": {
104108104108
"name": "isQeInternalServer",
@@ -108043,10 +108043,10 @@
108043108043
"filterable": true,
108044108044
"deprecated": false
108045108045
},
108046-
"getIsNfsCapable": {
108047-
"doc": "A server that has nfs capable drive.",
108046+
"getIsNfsOnly": {
108047+
"doc": "A server that has nfs only drive.",
108048108048
"docOverview": "",
108049-
"name": "getIsNfsCapable",
108049+
"name": "getIsNfsOnly",
108050108050
"type": "string",
108051108051
"typeArray": null,
108052108052
"ormMethod": true,
@@ -110023,11 +110023,11 @@
110023110023
"form": "relational",
110024110024
"doc": "Determine if remote management has been disabled due to port speed."
110025110025
},
110026-
"isNfsCapable": {
110027-
"name": "isNfsCapable",
110026+
"isNfsOnly": {
110027+
"name": "isNfsOnly",
110028110028
"type": "string",
110029110029
"form": "relational",
110030-
"doc": "A server that has nfs capable drive."
110030+
"doc": "A server that has nfs only drive."
110031110031
},
110032110032
"isQeInternalServer": {
110033110033
"name": "isQeInternalServer",

0 commit comments

Comments
 (0)