Skip to content

Commit aa56236

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#90 from Linode/development
Release 1.0.9
2 parents af4e805 + 0c925f6 commit aa56236

File tree

3 files changed

+46
-10
lines changed

3 files changed

+46
-10
lines changed

content/changelog/2018/10-24.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "4.0.7: 2018-10-24"
3+
date: "2018-10-24T00:00:00-12:00"
4+
description: "API Changelog 4.0.7"
5+
changelog:
6+
- API
7+
version: 4.0.7
8+
---
9+
### Added:
10+
11+
* Added "migration_imminent" notification for Linodes that will migrate soon
12+
* POST /linode/instances/:id/migrate can now initiate scheduled migrations
13+
14+
### Fixed:
15+
16+
* Fixed bad interaction between clone and global backups_enabled that resulted in failed clone

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="flex flex-wrap mb-8 -mx-4">
44

5-
<div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
5+
<!-- <div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
66
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
77
<div class="flex flex-wrap sm:block">
88
<div class="md:mt-4 invisible sm:visible text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
@@ -22,12 +22,12 @@ <h4 class="uppercase mb-4 w-full community-header">Want More Help?</h4>
2222
<a href="https://linode.com/community/questions" target="_blank" class="btn btn-small block text-center">Visit Linode Community</a>
2323
</div>
2424
</div>
25-
</div>
25+
</div> -->
2626

27-
<div class="w-full sm:w-3/4 md:w-4/5 px-4">
27+
<div class="w-full px-4">
2828
<div class="my-4 md:mt-12 md:mt-8 max-w-3xl">
29-
<div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
30-
<h2 class="font-normal text-BaseGreenDark">Tools</h2>
29+
<!-- <div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div> -->
30+
<h2 class="font-normal text-BaseGreenDark mb-6 md:mb-0">Tools</h2>
3131
<div class="flex -mx-4 md:items-center flex-col-reverse md:flex-row mb-2">
3232
<div class="px-4 flex flex-wrap">
3333
<div style="width: 300px;">
@@ -42,6 +42,16 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark">Linode CLI</h3>
4242
</div>
4343
</div>
4444
<div class="flex flex-wrap mt-8 md:mb-4 -mx-4">
45+
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
46+
<div class="p-8 h-full bg-ThemeCell tile">
47+
<header>
48+
<h3 class="mt-0"><a class="text-black tile-link" href="https://terraform.io/docs/providers/linode/" target="_blank">terraform-provider-linode</a></h3>
49+
</header>
50+
<section class="mt-2">
51+
Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources.
52+
</section>
53+
</div>
54+
</article>
4555
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
4656
<div class="p-8 h-full bg-ThemeCell tile">
4757
<header>
@@ -72,10 +82,20 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/kahkha
7282
</section>
7383
</div>
7484
</article>
85+
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
86+
<div class="p-8 h-full bg-ThemeCell tile">
87+
<header>
88+
<h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/linode/docker-machine-driver-linode" target="_blank">docker-machine-driver-linode</a></h3>
89+
</header>
90+
<section class="mt-2">
91+
The Linode Docker Machine Driver provisions Linode instances to run Docker Engine.
92+
</section>
93+
</div>
94+
</article>
7595
</div>
7696
</div>
7797
<h2 class="font-normal text-BaseGreenDark">Libraries</h2>
78-
<div class="flex flex-wrap md:mt-8 md:mb-4 -mx-4 grid">
98+
<div class="flex flex-wrap mt-6 md:mt-8 md:mb-4 -mx-4 grid">
7999
<div id="noResultsContainer" class="visually-hidden">
80100
<div class="px-4">No results</div>
81101
</div>
@@ -95,6 +115,6 @@ <h3 class="mt-0"><a class="text-black tile-link" href="{{ .Params.external_url }
95115

96116
</div>
97117

98-
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
99-
<script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script>
100-
{{ end }}
118+
<!-- <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> -->
119+
<!-- <script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script> -->
120+
{{ end }}

themes/dlc/layouts/partials/3_organisms/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="bg-BaseGreen">
22
<header class="header max-w-3xl mx-auto px-4 md:px-8 py-8 text-white">
33
<div class="text-4xl leading-none font-semibold">{{ .Title }}</div>
4-
<div class="text-3xl font-light">
4+
<div class="text-3xl leading-none font-light mt-2">
55
{{ .Subtitle }}
66
</div>
77
</header>

0 commit comments

Comments
 (0)