Skip to content

Commit d501ffd

Browse files
authored
Merge pull request linode#141 from linode/master
Release 1.1.12-1.1.14 Merge Master back to Development
2 parents c6c26af + acb836e commit d501ffd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports.sourceNodes = async ({ actions }) => {
3535
createTypes(typeDefs);
3636

3737
const allSpecs =
38-
// crate endpoint smap
38+
// create endpoints map
3939
Object.keys(res.paths).map(async (path, i) => {
4040
// Create your node object
4141
const pathNode = {

src/content/changelog/4-13-1-2020-02-10.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ changelog:
77
---
88
### Added
99

10-
- Added LKE node event `lke_node_create` to Event action list. See action information in the Event endpoints:
10+
- Added LKE node event `lke_node_create` to Event action list. See action information in the Event endpoints:
1111
- `List Events` ([GET /account/events](https://developers.linode.com/api/v4/account-events))
12-
- `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))
12+
- `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))
1313

1414
### Changed
1515

@@ -25,7 +25,7 @@ changelog:
2525

2626
- Previously, `View Network Utilization` ([GET /account/transfer/](https://developers.linode.com/api/v4/account-transfer)) did not include Object Storage outgoing network transfer in its network utilization for the current month. If you have the Linode Object Storage service enabled on your account, `View Network Utilization` will now include Object Storage's outgoing network transfer in its total returned amount.
2727

28-
- When a Linode, deployed from a ([StackScript](https://developers.linode.com/api/v4/linode-stackscripts)), is deleted, that StackScript's `deployments_active` value should decrease. This property's value was incorrectly reporting the number of active deployments for a StackScript. This has been corrected.
28+
- When a Linode that was deployed from a [StackScript](https://developers.linode.com/api/v4/linode-stackscripts) is deleted, that StackScript's `deployments_active` value should decrease. This property's value was incorrectly reporting the number of active deployments for a StackScript. This has been corrected.
2929

3030
- Previously, after booting a Linode into rescue mode ([POST /linode/instances/{linodeId}/rescue](https://developers.linode.com/api/v4/linode-instances-linode-id-rescue/#post)), when attempting to reboot your Linode ([POST /linode/instances/{linodeId}/reboot](https://developers.linode.com/api/v4/linode-instances-linode-id-reboot/#post)), you would receive an error message, `No bootable config found`. This bug has been fixed and the Linode will reboot into the latest configuration profile that isn't a rescue mode configuration profile.
3131

0 commit comments

Comments
 (0)