Skip to content

Commit 2f5a08e

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#105 from Linode/development
Release 1.0.11
2 parents 81fda0d + 927e3ad commit 2f5a08e

File tree

15 files changed

+100
-30
lines changed

15 files changed

+100
-30
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ url = "/libraries-tools/"
3333
[[menu.main]]
3434
weight = 4
3535
name = "Changelog"
36-
url = "/changelog/api/"
36+
url = "/changelog/"
3737

3838
# params
3939
[params]

content/changelog/2018/11-19-m.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "0.39.0: 2018-11-19"
3+
date: "2018-11-19T11:02:00-04:00"
4+
description: "Cloud Manager Changelog 0.39.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.39.0
8+
---
9+
### Breaking:
10+
* User management has been merged into the account section.
11+
* The Account & Billing and Users navigation items have been removed in favor of just "Account".
12+
* This caused breaking changes to the URL pattern.
13+
* /users -> account/users
14+
* /users/stevemcqueen -> /account/users/stevemcqueen
15+
* /users/stevemcqueen/permissions -> /account/users/stevemcqueen/permissions
16+
17+
### Added:
18+
* Domains can now be tagged and will be included in search results when searching for tags.
19+
* Linode Backups
20+
* Users can now enable automatic backups for all existing Linodes which do not have backups.
21+
* Users can now enroll in automatic backups for all newly created Linodes.
22+
* Added backup information and actions on the dashboard.
23+
* Added time since last backup to the list view of user's Linodes.
24+
* Pricing information has been added to the;
25+
* Volume creation drawer
26+
* Volumes call to action placeholder
27+
* Backups call to action placeholderM
28+
* Updated by/closed by details to support tickets.
29+
* Breadcrumb navigation to Linodes, NodeBalancers, Domains, and Support Tickets.
30+
31+
### Changed:
32+
* We're now preventing users from submitting the create a support ticket form until all necessary
33+
information has been provided.
34+
* Hide the "current credit card" if there is no credit card on file.
35+
* The CPU chart on the Linode detail page has been updated to scale the to usage.
36+
* Details about a Linode and Domains are no longer tucked away in accordions.
37+
* Payments and invoices are now sorted by descending date (newest first).
38+
* We've made some mobile friendly adjustments to the display of our menu!
39+
* Documentation links now have a persistent underline to make it clear they're links.
40+
* Providing feedback via Hively now opens in a new window.
41+
* Made tab navigation much easier on mobile.
42+
* Enhanced select styles are now visually consistent with regular selects.
43+
44+
### Fixed:
45+
* Side navigation was hidden for certain users.
46+
* Toggling between grid and list view on the Linodes screen would not persist event progress information.
47+
* Attempting to delete the active user would crash the application. (Hey, it's better than deleting yourself!)
48+
* TTL can now be set/changed for MX records.
49+
* Booting from a user created configuration was failing.
50+
* H1s are now used only once per page site-wide.

content/changelog/2018/11-19.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "4.0.9: 2018-11-19"
3+
date: "2018-11-18T11:02:00-04:00"
4+
description: "4.0.9 API Changelog"
5+
changelog:
6+
- API
7+
version: 4.0.9
8+
---
9+
### Added
10+
11+
* Updates tag endpoints to accept and return Volumes
12+
* GET /tags
13+
* POST /tags
14+
* Added tags to Volumes
15+
16+
### Fixed
17+
18+
* Fixed validating RDNS when set via /networking endpoint
19+

content/guides/api-block-storage-volumes-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/create-block-storage-volumes-with-the-linode-api/
14+
weight: 40
1415
---
1516
Linode’s Block Storage service allows you to attach additional storage volumes
1617
to your Linode. This guide demonstrates how to create, attach, clone, and resize

content/guides/api-configure-nodebalancers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/nodebalancers/
14+
weight: 50
1415
---
1516
Using the Linode API, it is possible to set up NodeBalancers without using the
1617
Linode Manager. This guide will demonstrate the API calls needed to add and

content/guides/api-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/getting-started-with-the-linode-api/
14+
weight: 1
1415
---
1516
This guide introduces the Linode API and demonstrates several basic queries.
1617
It also covers authentication and the process of creating a new Linode through

content/guides/api-upgrade-new-linode-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/upgrade-to-linode-api-v4/
14+
weight: 30
1415
---
1516
The new Linode API includes a number of additional features and changes from
1617
previous API versions. This guide is intended to help existing users upgrade

content/guides/block-storage.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/guides/linode-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1111
date: 2018-06-13T08:55:08-04:00
1212
template: guides
1313
external_url: https://www.linode.com/docs/platform/api/using-the-linode-cli/
14+
weight: 20
1415
---
1516
The Linode CLI provides a simplified interface to the Linode API. This guide
1617
shows how to install the CLI and describes how to perform basic tasks from the

themes/dlc/layouts/_default/changelog.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{{ end }}
44

55
{{ define "main" }}
6-
7-
<div class="container mx-auto max-w-lg my-8">
6+
{{ $currentTag := index (last 1 (split (delimit (split .URL "/") "," "") ",")) 0 }}
7+
<div class="container mx-auto max-w-lg my-8 {{ if ne $currentTag "changelog"}}int-changelog{{ end }}">
88
<nav class="flex mb-4 items-center">
9-
<span class="uppercase font-semibold text-xs mr-4">Product:</span>
10-
{{ $currentTag := index (last 1 (split (delimit (split .URL "/") "," "") ",")) 0 }}
9+
<span class="uppercase font-semibold text-xs mr-4">Products:</span>
10+
<a href="/changelog/" class="btn btn-small btn-grey mr-2 uppercase {{ if eq $currentTag "changelog"}}active{{end}}">All</a>
1111
{{ range $name, $items := .Site.Taxonomies.changelog }}
1212
<a href="/changelog/{{ $name | urlize | lower }}" class="btn btn-small btn-grey mr-2 {{ if eq $currentTag ($name | urlize)}}active{{end}}">{{ $name | upper}}</a>
1313
{{ end }}

themes/dlc/layouts/_default/guides.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2 class="font-normal text-BaseGreenDark">API Guides</h2>
66

77
<div class="max-w-xl mx-auto pb-4">
88
<div class="flex flex-wrap mt-8 -mx-4">
9-
{{ range .Paginator.Pages }}
9+
{{ range .Paginator.Pages.ByWeight }}
1010
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
1111
<div class="p-8 h-full bg-ThemeCell tile">
1212
<header>
@@ -37,7 +37,9 @@ <h3 class="mt-0 text-2xl font-normal"><a href="{{ .Params.external_url }}" class
3737
<h2 class="mt-0 font-normal text-BaseGreenDark">Want more help?</h2>
3838
</header>
3939
<p class="text-xl mt-2 font-light">Find answers, ask questions, and help others.</p>
40-
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
40+
<div class="flex">
41+
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
42+
</div>
4143
</div>
4244
</article>
4345
</div>

themes/dlc/layouts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 class="mt-0 font-normal text-center"><a href="https://www.linode.com/communi
4343
<h2 class="text-BaseGreenDark font-normal">Events</h2>
4444
<div class="text-2xl my-3 font-light">Catch us on the road at conferences, meetups, and job fairs.</div>
4545
</div>
46-
<div class="my-8 -mx-4 pb-8">
46+
<div class="my-8 -mx-4 pb-8 text-center">
4747
<div class="flex flex-row flex-wrap justify-center">
4848
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
4949
{{ $t := (time .Params.end_date) }}
@@ -63,14 +63,14 @@ <h3 class="mt-0 mb-4 font-normal"><a href="{{ .Params.event_url }}" class="text-
6363
{{ end }}
6464
{{ end }}
6565
</div>
66-
<a class="btn block mx-auto text-center mb-12" href="https://www.linode.com/events" target="_blank">View All Events</a>
66+
<a class="btn mx-auto text-center mb-12" href="https://www.linode.com/events" target="_blank">View All Events</a>
6767
</div>
6868

6969
<div class="relative row-full pb-8 home-cubes">
7070
<div class="mx-auto text-center max-w-lg my-8">
7171
<h2 class="font-normal text-BaseGreenDark">Careers at Linode</h2>
72-
<div class="text-2xl mt-2 font-light">Help us create the platform of tomorrow.</div>
73-
<a class="btn block mx-auto mt-6" href="https://www.linode.com/careers" target="_blank">View Opportunities</a>
72+
<div class="text-2xl mt-2 mb-8 font-light">Help us create the platform of tomorrow.</div>
73+
<a class="btn mx-auto mt-6" href="https://www.linode.com/careers" target="_blank">View Opportunities</a>
7474
</div>
7575
</div>
7676

themes/dlc/layouts/partials/2_molecules/changelogs.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<div class="flex flex-wrap">
22
<div class="w-full md:w-1/4 py-2 md:p-6 md:text-right mt-1 flex items-center md:block">
33
<div class="timeago mr-4 md:mr-0" datetime='{{ .Date.Format "2006-01-02T15:04:05-07:00" }}'>{{ .Date }}</div>
4-
{{ if .Params.version }}
5-
<div class="text-BaseBlue md:mt-4 leading-none">{{ .Params.version }}</div>
6-
{{ end }}
4+
<div class="text-BaseBlue md:mt-3 flex md:block ">
5+
<span class="changelog-product">{{ delimit .Params.changelog ", "}}</span>
6+
{{ if .Params.version }}
7+
<div class="text-BaseBlue ml-4 md:ml-0">{{ .Params.version }}</div>
8+
{{ end }}
9+
</div>
710
</div>
811
<div class="w-full md:w-3/4 py-2 md:p-6">
912
<h2 class="mt-0 text-2xl font-normal">{{ .Title | markdownify }}</h2>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
.changelog-entry h3 {
22
@apply tag;
3+
display: inline-block;
34
margin-top: 13px;
45
}
56

67
.changelog-entry > ul {
78
@apply my-4;
9+
}
10+
11+
.int-changelog .changelog-product {
12+
display: none;
813
}

themes/dlc/static/assets/js/base.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ function toggleNav() {
66
if (!mainMenu.classList.contains(mobileClass)) {
77
mainMenu.classList.add(mobileClass);
88
menuIcon.classList.add(mobileClass);
9+
mainMenu.setAttribute('aria-expanded', 'true');
910
}
1011
else {
1112
mainMenu.classList.remove(mobileClass);
1213
menuIcon.classList.remove(mobileClass);
14+
mainMenu.setAttribute('aria-expanded', 'false');
1315
}
1416
}

0 commit comments

Comments
 (0)