Skip to content

Commit 3dcbbde

Browse files
Jared KobosGitHub Enterprise
authored andcommitted
Release 1.0.33 (linode#231)
* Rebuild Marques's PR * DLC-120 Add New Events (linode#223) * DLC-120 addd new events * fix event query * API changelog for release 4.0.19 * Add PayPal min max usd * Dynamic iframe rebuilt (linode#226) * Dynamic iframe url - Adds a config.toml for each of our environments (production, staging, testing, development) - api.html reads an environment variable from the current environment to set the docs iframe url. - To test, run hugo with the corresponding environment flag, e.g.: hugo server --environment staging * Rebuild dynamic iframe url PR * Reword PayPal max amount change * Manager 0.51.0 changelog (linode#227) * Add changelog draft (no front copy) * Add front copy to Manager changelog * 1.0.33 Update Changleog dates (linode#229) * Set manager release date to 3.27 * Bump Manager version to 0.51.1 * Bump release dates to 3/27 * Looks like release will be 3/28 for both projects
1 parent f83ed26 commit 3dcbbde

File tree

30 files changed

+325
-12
lines changed

30 files changed

+325
-12
lines changed

config.toml renamed to config/_default/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ url = "/changelog/"
4545
date_format = "Monday, January 2, 2006"
4646
copyright = "Copyright (c) 2018, Linode LLC"
4747
logo = "/img/linode-logo_standard_light_medium.png"
48+
docsUrl="https://developers.linode.com/api/docs/v4"
4849

4950
[params.truncate]
5051
enable = true

config/development/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[params]
2+
docsUrl="https://developers.dev.linode.com/api/docs/v4"
3+

config/production/config.toml

Whitespace-only changes.

config/staging/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[params]
2+
docsUrl="https://developers-staging.linode.com/api/docs/v4"

config/testing/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[params]
2+
docsUrl="https://developers.testing.linode.com/api/docs/v4"

content/changelog/2019/03-27-api.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "4.0.19: 2019-03-28"
3+
date: "2019-03-28T08:00:00-04:00"
4+
description: "API Changelog 4.0.19"
5+
changelog:
6+
- API
7+
version: 4.0.19
8+
---
9+
10+
### Added:
11+
12+
- Add filtering for StackScripts by image.
13+
- /stackscripts now accepts X-Filter for *images*.
14+
- Increased PayPal max payments amount to $500 USD or credit card limit; whichever value is higher.
15+
- POST /account/payments/paypal enforces max amount for *usd* field.
16+
17+
### Fixed:
18+
- Allow filtering on region by slug and slug alias.
19+
- /instances accepts X-Filter for *region* using data center slug or slug alias.
20+
- Support ticket description and replies cannot contain only whitespace or newlines.
21+
- POST /support/tickets and /support/tickets/:id/replies disallow *description* field to contain only whitespace or new lines.

content/changelog/2019/03-27.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "0.51.1: 2019-03-28"
3+
date: "2019-03-28T08:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.51.1"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.51.1
8+
---
9+
10+
We continue to listen to your feedback as we iterate on the Cloud Manager. This latest release includes many fixes but one specific customer ask was to add an estimate of your un-invoiced balance to the account display in Cloud Manager. This is an item that was supported in Classic Manager and is now supported in Cloud Manager. You can view your current invoice balance and now your un-invoiced balance to understand what your expenses might be for the month.
11+
12+
Here is a full listing of what has been Added, Changed, and Fixed in this release:
13+
14+
### Added:
15+
- Add un-invoiced balance display
16+
- Delete Linode from kebab menu
17+
- Support and icon for Alpine Linux
18+
- Missing typography for crash message
19+
- New event types and account events messages
20+
- Card payment confirmation modal
21+
- Add aria labels to inputProps for text fields and radios
22+
23+
### Changed:
24+
- Update list of available time zones and fix offset sorting
25+
- Include pagination on clone from Linode flow
26+
- Adjust dialog size to md to accommodate for api token width
27+
- Request notifications after migration finished
28+
- Reset error state on disk and configs request
29+
- Improve placement of entity icons on mobile tables
30+
- Make sure all radios inherit proper labeling
31+
- Dim main content when searching
32+
- iOS/Mobile Cloud Manager Welcome Screen
33+
- Make CVV Optional when making a credit card payment
34+
- Adjust "No Results" message when searching in a Select element
35+
- Handle volume permissions
36+
- Update Auth Code
37+
- UI for restricted edit volumes form
38+
- Delete confirmation includes Linode Label
39+
- Source Linode Rescue volumes/disks from redux
40+
- Update slave domain editing UX
41+
- Add props.classes for RenderGuard updateFor
42+
43+
### Fixed:
44+
- Only disable Linode Boot if there are no configs
45+
- Prevent NodeBalancers from crashing during creation
46+
- Linodes with no type data cause error state
47+
- Kernel Select sometimes was not populated on load
48+
- Upgrade and Fix PayPal
49+
- Fix logger, add report button
50+
- Remove extra scrollbar on tables on Firefox
51+
- Request notifications after migration finished
52+
- Issue with Created Linodes with no image being in an indefinite loading state
53+
- Issue with 0600-0800 not being a valid backups time slot

content/events/2019/04-08.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "DrupalCon"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-04-08T11:02:00-04:00"
5+
end_date: "2019-04-12T11:02:00-04:00"
6+
location: "Seattle, WA"
7+
event_url: "https://events.drupal.org/seattle2019"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://events.drupal.org/seattle2019/registration"
10+
sites:
11+
- developers
12+
---

content/events/2019/04-12.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "WITS Northeast"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-04-12T11:02:00-04:00"
5+
end_date: "2019-04-13T11:02:00-04:00"
6+
location: "Philadelphia, PA"
7+
event_url: "https://northeast.womenintechsummit.net/"
8+
image_url: ""
9+
register_link: "https://impactflow.com/event/wits-northeast-2019-9684"
10+
sites:
11+
- developers
12+
---

content/events/2019/04-23.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Emerging Technologies for the Enterprise"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-04-23T11:02:00-04:00"
5+
end_date: "2019-04-24T11:02:00-04:00"
6+
location: "Philadelphia, PA"
7+
event_url: "https://2019.phillyemergingtech.com/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://2019.phillyemergingtech.com/tickets-pricing/"
10+
sites:
11+
- developers
12+
---

content/events/2019/04-26.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "LinuxFest Northwest"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-04-26T11:02:00-04:00"
5+
end_date: "2019-04-28T11:02:00-04:00"
6+
location: "Bellingham, WA"
7+
event_url: "https://www.linuxfestnorthwest.org/conferences/2019"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://www.linuxfestnorthwest.org/conferences/2019/register/new"
10+
sites:
11+
- developers
12+
---

content/events/2019/04-30-2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "The Lead Developer New York"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-04-30T11:02:00-04:00"
5+
end_date: "2019-04-30T11:02:00-04:00"
6+
location: "New York, NY"
7+
event_url: "https://newyork2019.theleaddeveloper.com/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://newyork2019.theleaddeveloper.com/tickets"
10+
sites:
11+
- developers
12+
---

content/events/2019/04-30.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "DockerCon"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-04-30T11:02:00-04:00"
5+
end_date: "2019-05-02T11:02:00-04:00"
6+
location: "San Francisco, CA"
7+
event_url: "https://www.docker.com/dockercon/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://dockercon19.smarteventscloud.com/portal/newreg.ww"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-01.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "PyCon"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-01T11:02:00-04:00"
5+
end_date: "2019-05-09T11:02:00-04:00"
6+
location: "Cleveland, OH"
7+
event_url: "https://us.pycon.org/2019/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://us.pycon.org/2019/registration/"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-03-2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Philly Tech Week"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-03T11:02:00-04:00"
5+
end_date: "2019-05-011T11:02:00-04:00"
6+
location: "Philadelphia, PA"
7+
event_url: "https://2019.phillytechweek.com/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://www.eventbrite.com/o/philly-tech-week-2019-presented-by-comcast-185061425/"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-03.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "HUE Summit"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-03T11:02:00-04:00"
5+
end_date: "2019-05-03T11:02:00-04:00"
6+
location: "Philadelphia, PA"
7+
event_url: "https://huetechsummit.com/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://www.eventbrite.com/e/2019-hue-tech-summit-tickets-55643733906"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-04.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Philly Codefest"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-04T11:02:00-04:00"
5+
end_date: "2019-05-051T11:02:00-04:00"
6+
location: "Philadelphia, PA"
7+
event_url: "http://phillycodefest.com/"
8+
image_url: ""
9+
register_link: ""
10+
sites:
11+
- developers
12+
---

content/events/2019/05-07.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Red Hat Summit"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-07T11:02:00-04:00"
5+
end_date: "2019-05-09T11:02:00-04:00"
6+
location: "Boston, MA"
7+
event_url: "https://www.redhat.com/en/summit/2019"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://reg.summit.redhat.com/account/login?signin=f7ba1fe3b29e0fc0f71180f82e9e22d5"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-10.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Drupaldelphia"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-10T11:02:00-04:00"
5+
end_date: "2019-05-10T11:02:00-04:00"
6+
location: "Philadelphia, PA"
7+
event_url: "https://drupaldelphia.org/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://www.eventbrite.com/e/drupaldelphia-open-source-web-design-and-developer-conference-tickets-56541384804"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-20.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "KubeCon"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-20T11:02:00-04:00"
5+
end_date: "2019-05-23T11:02:00-04:00"
6+
location: "Fira Gran Via, Barcelona, Spain"
7+
event_url: "https://events.linuxfoundation.org/events/kubecon-cloudnativecon-europe-2019/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://events.linuxfoundation.org/events/kubecon-cloudnativecon-europe-2019/register/"
10+
sites:
11+
- developers
12+
---

content/events/2019/05-31.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Texas LinuxFest"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-05-31T11:02:00-04:00"
5+
end_date: "2019-06-01T11:02:00-04:00"
6+
location: "Irving, TX"
7+
event_url: "https://2019.texaslinuxfest.org/"
8+
image_url: ""
9+
register_link: ""
10+
sites:
11+
- developers
12+
---

content/events/2019/06-10.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Velocity"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-06-10T11:02:00-04:00"
5+
end_date: "2019-06-13T11:02:00-04:00"
6+
location: "San Jose, CA"
7+
event_url: "https://conferences.oreilly.com/velocity/vl-ca"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://conferences.oreilly.com/velocity/vl-ca/public/register"
10+
sites:
11+
- developers
12+
---

content/events/2019/06-14.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "SELF"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-06-14T11:02:00-04:00"
5+
end_date: "2019-06-16T11:02:00-04:00"
6+
location: "Charlotte, NC"
7+
event_url: "https://www.southeastlinuxfest.org/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: ""
10+
sites:
11+
- developers
12+
---

content/events/2019/06-17.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "DeveloperWeek NY"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-06-17T11:02:00-04:00"
5+
end_date: "2019-06-20T11:02:00-04:00"
6+
location: "Brooklyn, NY"
7+
event_url: "https://www.developerweek.com/NYC/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "https://www.developerweek.com/NYC/register/"
10+
sites:
11+
- developers
12+
---

content/events/2019/06-18.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "The National DevOps Conference"
3+
date: "2019-03-12T11:02:00-04:00"
4+
start_date: "2019-06-18T11:02:00-04:00"
5+
end_date: "2019-06-19T11:02:00-04:00"
6+
location: "London, UK"
7+
event_url: "http://www.devopsonline.co.uk/national-devops-conference/"
8+
image_url: "https://drive.google.com/drive/folders/0B0HFzQQpQn3HY01jb3poWFJTQXc"
9+
register_link: "http://www.devopsonline.co.uk/national-devops-conference/register/"
10+
sites:
11+
- developers
12+
---

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ const gulp = require('gulp');
22
const shell = require('gulp-shell');
33
var runSequence = require('run-sequence');
44

5-
gulp.task('get-base-theme',
5+
gulp.task('get-base-theme',
66
shell.task(
77
'./dev_setup.sh',
88
)
99
);
1010

11-
gulp.task('start-theme-tools',
11+
gulp.task('start-theme-tools',
1212
shell.task(
1313
'cd themes/dlc && yarn && gulp watch'
1414
)
1515
);
1616

17-
gulp.task('start-hugo',
17+
gulp.task('start-hugo',
1818
shell.task(
1919
'hugo server -D'
2020
)

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/linode
111111
</section>
112112
</div>
113113
</article>
114+
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
115+
<div class="p-8 h-full bg-ThemeCell tile">
116+
<header>
117+
<h3 class="mt-0"><a class="text-black tile-link" href="https://www.linode.com/docs/applications/containers/how-to-deploy-apps-with-rancher/" target="_blank">Rancher</a></h3>
118+
</header>
119+
<section class="mt-2">
120+
Rancher's UI centralizes Kubernetes management concerns when dealing with multiple clusters across multiple clouds.
121+
</section>
122+
</div>
123+
</article>
114124
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
115125
<div class="p-8 h-full bg-ThemeCell tile">
116126
<header>

themes/dlc/layouts/api/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{{ define "main" }}
2-
<iframe src="https://developers.linode.com/api/docs/v4" style="width: 100%; height: calc(100vh - 65px); border: none; position: fixed; top: 65px; width: 100%; background: #fff"></iframe>
2+
<iframe src="{{ .Site.Params.docsUrl }}" style="width: 100%; height: calc(100vh - 65px); border: none; position: fixed; top: 65px; width: 100%; background: #fff"></iframe>
33
{{ end }}

themes/dlc/layouts/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ <h2 class="text-BaseGreenDark font-normal">Events</h2>
4545
</div>
4646
<div class="my-8 -mx-4 pb-8 text-center">
4747
<div class="flex flex-row flex-wrap justify-center">
48-
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
49-
{{ $t := (time .Params.end_date) }}
50-
{{ if ge ($t.Unix) (now.Unix) }}
51-
<article class="w-full md:w-1/3 px-4 mb-4 md:mb-8">
48+
{{ $events := (where .Pages "Section" "events").ByParam "start_date" }}
49+
{{ range $events }}
50+
{{ $t := (time .Params.end_date) }}
51+
{{ if ge ($t) (now.Unix) }}
52+
<article class="w-full md:w-1/3 px-4 mb-4 md:mb-8 event-item">
5253
<div class="p-8 h-full bg-ThemeCell tile">
5354
<header>
5455
<h3 class="mt-0 mb-4 font-normal"><a href="{{ .Params.event_url }}" class="text-black tile-link" target="_blank">{{ .Title | markdownify }}</a></h3>

0 commit comments

Comments
 (0)