Skip to content

Releases: linode/manager

v0.12.7

11 Dec 18:25
Compare
Choose a tag to compare

Manager

[0.12.7] 2017-08-08

Added

  • volume event formatters #2403

v0.12.6

11 Dec 18:25
Compare
Choose a tag to compare

Manager

[0.12.6] 2017-08-08

Fixed

  • don't crash when you have no weekly backups #2404

v0.12.5

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.12.5] 2017-08-08

Changed

  • setState when using default value in Select #2401

v0.12.4

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.12.4] 2017-08-07

Fixed

  • don't crash on rescue page when no disks are present because of bad Select logic #2382

v0.12.3

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.12.3] 2017-08-04

Fixed

  • allow no distro option when creating disk #2375

v0.12.2

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.12.2] 2017-08-04

Fixed

  • reset disk slot to null correctly when deselecting a slot #2369

v0.12.1

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.12.1] 2017-08-03

Fixed

  • breaking api changes

v0.12.0

11 Dec 18:26
Compare
Choose a tag to compare

Overview

We now have support for working with StackScripts. (Support for creating from a StackScript is not yet here.) Tokens and PATs are grouped together and your registered OAuth Clients are kept separate. We've added the ability to filter to most lists -- later on we hope to add support for custom grouping and sorting too. Filterable lists default to sorting alphabetically by label (they used to sort by creation date). The support link is now in the primary header. We've also taken effort to introduce a little more color and to increase font and general color contrast.

In the docs, we've added some corrections to the OAuth flow documentation. We got more specific about floats vs. integers. And we now render paginated endpoints accurately.

Thank you to all contributors!

Manager

[0.12.0] 2017-08-01

Added

  • added linode filtering #2271
  • added user filtering #2282
  • added nodebalancer filtering #2273
  • added domains filtering #2272
  • added support link to main header #2296
  • enabled external source map #2314
  • added stackscript list and delete support #2317
  • moar contrast #2292
  • added subheader for navigation to stackscripts, volumes, lists #2321
  • added support for adding and editing stackscripts #2322

Changed

  • switched to webpack 2.6.0 #2278
  • fetch api pages asynchronously #2274
  • users view is a list #2282
  • regrouped tokens and PATs and moved out oauth tokens #2284
  • use source-map instead of module-eval-source-map for better errors #2214
  • expire token automatically rather than after attempting a request #2295
  • refactor and use modal body components more consistently #2189
  • default to sort by label #2360

Fixed

  • set min zero requirements on relevant nodebalancer config fields #2313
  • render correct tooltip data when switching between units #2315
  • allow shutdown from Linode status dropdown #2340

Docs

[0.11.0] 2017-08-01

Added

  • added more debugging for failing prebuild script #2233
  • added docs linting #2283
  • added developers links to docs readme #2289
  • add response_type to oauth client docs #2330
  • add additional oauth fields #2334

Changed

  • show paginated results on paginated endpoints #2279
  • no custom object names #2279
  • independent method response fields #2320
  • scopes to scope for requesting scopes in oauth #2331

Fixed

  • sets non-integer numbers correctly to be float #2279
  • fixed typo in python example #2298

v0.11.6

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.11.6] 2017-07-21

Added

  • response_type to OAuth flow to conform to RFC 6749

v0.11.5

11 Dec 18:26
Compare
Choose a tag to compare

Manager

[0.11.5] 2017-07-18

Fixed

  • no 3rd-party script includes # 2294