Marathon Ui Versions Save

The web-ui for Marathon (https://github.com/mesosphere/marathon)

v1.0.1

8 years ago

We would like to thank the community for reporting a number of issues and regressions that were addressed in this bugfix release.

Here are some of the most important ones:

  • the Ports section of the create/edit modal has been simplified even further. Host ports are now always assumed to be "dynamic". Advanced users can make use of the JSON editor for more specific port mappings
  • when creating a docker container via the UI, the default networking mode is now host (same default as in Mesos)
  • server-side validation errors are now surfaced correctly in the create/edit form
  • fixed a bug where Delayed applications would appear to be Running

This release also introduces support for Mesosphere DCOS "VIP labels", which is enabled via a runtime feature flag.

NB This is a bugfix release. See the 1.0.0 changelog for further features

Changelog

1.0.1 - 2016-04-07

Fixed

  • #3552 - Editing an App: Switching between JSON and normal Editor produces a broken UX
  • #3564 - Add link to Docker section for Ports
  • #3519 - The default Docker network should be host
  • #3587 - Not specifying "network" config causes mesos to thrash
  • #3652 - Error paths are mapped incorrectly
  • #3092 - Delayed applications can appear to be running
  • #3655 - Apps with no volumes reported as stateful
  • #3369 - Constraint validation message
  • #3671 - Scrolling issue with create modal
  • #3663 - Apps created from inside a group have a double forward-slash in their ID
  • #3659 - JSON editor help button does not work in IE11

Changed

  • #3426 - Improve ports validation
  • #3559 - Create Modal: always show Port Index for host ports
  • #3424 - Maintain "assign random port" settings after JSON mode switch
  • #3554 - Remove unncessary active class

Added

  • VIP labels in port definitions

List of Contributors

Commits Contributor
25 Pierluigi Cau
10 Felix Gertz
7 Orlando Hohmeier
2 Philip Norman

Generated by git shortlog -n -s --no-merges v1.0.0..v1.0.1

v1.0.0

8 years ago

Changelog

1.0.0 - 2016-03-23

Fixed

  • #3494 - Create application button stays disabled
  • #3459 - UI docker volumes validation issue
  • #3518 - Residency added even if no volumes are requested
  • #3557 - Ports validation errors
  • #3482 - Empty groups produce duplicate key in App List
  • #3542 - Ports validation error text should be red

List of Contributors

Commits Contributor
13 Philipp Hinrichsen
7 Pierluigi Cau
5 Suzanne Scala
2 Chad Roffey
2 Orlando Hohmeier

Generated by git shortlog -n -s --no-merges v0.16.0..v1.0.0

v0.16.0

8 years ago

Changelog

0.16.0 - 2016-03-14

Added

  • #3017 - Move application Search Bar to the Header
  • #3082 - Make URLs in form validation error messages clickable
  • #3076 - Highlight sorted columns in the UI
  • #2049 - Added JSON editor to application modal
  • #3155 - Add support for Local Volumes in Create/Edit modal
  • #3157 - Filter apps by attached volumes
  • #3127 - Show groups as part of search results
  • #966 - Allow creating empty groups
  • #3240 - Add volumes tab to application page

Changed

  • #3078 - Always show download button for logs
  • #3077 - Future timestamps
  • #3124 - Improve usability of labels filter dropdown
  • #3239 - Move docker volumes to volumes section
  • #3269 - Sort ENV variables in application details page
  • #3243 - Simplify port management in Marathon UI
  • #3305 - Redesign Create/Edit modal and add JSON editor toggle
  • #3431 - Disable the create application button until valid data was provided
  • #3470 - Ports: strip deprecated ports when editing via JSON

Fixed

  • #3133 - Interrupted scaling operations can leave the health bar in an incorrect state
  • #3093 - Don't display "Create an Application" together with "Loading error"
  • #2907 - Add tooltip with help links to Status and Health columns in App list
  • #3102 - Updating environment variables sometimes deletes entries
  • #3242 - Treat "value" attribute in server-side validation errors as general error
  • #3304 - Marathon UI hangs after being open for a while
  • #3233 - Cannot remove a constraint
  • #3159 - Show args in configuration tab
  • #3430 - Uncaught TypeError when creating an empty application
  • #3457 - Ensure unknown API errors are caught
  • #3440 - Append trailing slash when creating an app within a group

List of Contributors

Commits Contributor
199 Philipp Hinrichsen
141 Felix Gertz
119 Orlando Hohmeier
102 Pierluigi Cau
37 Philip Norman
16 Lee Munroe
5 philipnrmn
4 Ioannis Charalampidis
4 Suzanne Scala
2 Tomasz Janiszewski

Generated by git shortlog -n -s --no-merges v0.15.6..v0.16.0

v0.15.6

8 years ago

This is a bugfix release. For new features take a look at the 0.15.0 changelog.

Changelog

0.15.6 - 2016-02-23

  • #3192 - Adapt default Mem/CPU settings

List of Contributors

Commits Contributor
4 Orlando Hohmeier

Generated by git shortlog -n -s --no-merges v0.15.5..v0.15.6

v0.15.5

8 years ago

This is a bugfix release. For new features take a look at the 0.15.0 changelog.

Changelog

0.15.5 - 2016-02-15

Fixed

  • #3172 - "Apply" button is broken (sending both uris and fetch) #3172
  • #3242 - Treat "value" attribute in server-side validation errors as general error

List of Contributors

Commits Contributor
3 Philip Norman
2 Pierluigi Cau

Generated by git shortlog -n -s --no-merges v0.15.4..v0.15.5

v0.15.4

8 years ago

This is a bugfix release. For new features take a look at the 0.15.0 changelog.

Changelog

0.15.4 - 2016-02-08

Fixed

  • #3160 - Show server-side validation errors for invalid constraints
  • #3164 - Show server-side validation errors for invalid object

List of Contributors

Commits Contributor
7 Pierluigi Cau

Generated by git shortlog -n -s --no-merges v0.15.3..v0.15.4

v0.15.3

8 years ago

This is a bugfix release. For new features take a look at the 0.15.0 changelog.

Changelog

0.15.3 - 2016-02-03

Fixed

  • #3149 - The application definition should be always post processed

List of Contributors

Commits Contributor
2 Felix Gertz
1 Pierluigi Cau

Generated by git shortlog -n -s --no-merges v0.15.2..v0.15.3

v0.15.2

8 years ago

This is a bugfix release. For new features take a look at the 0.15.0 changelog.

Changelog

0.15.2 - 2016-01-28

Fixed

  • #3054 - Avoid manipulating fetch values directly; keep using uris field

List of Contributors

Commits Contributor
1 Philip Norman
1 Pierluigi Cau

Generated by git shortlog -n -s --no-merges v0.15.1..v0.15.2

v0.14.3

8 years ago

This is a bugfix release. For new features take a look at the 0.14.0 Changelog.

Changelog

0.14.3 - 2016-01-26

Fixed

  • #2973 - Prevent breaking task info table if IP address is not present

List of Contributors

Commits Contributor
2 Pierluigi Cau
1 Philip Norman

Generated by git shortlog -n -s --no-merges v0.14.2..v0.14.3

v0.15.1

8 years ago

This is a bugfix release. For new features take a look at the 0.15.0 changelog.

Changelog

0.15.1 - 2016-01-22

Fixed

  • #3605 - Prevent ctrl-c keyboard shortcut from showing the Create modal dialog
  • #3054 - Empty - non set- application attributes are accidentaly submited by the UI
  • #3064 - Labels dropdown menu not showing up
  • #3063 - After scaling a healthy app to 0, it appears to be Infinity% overcapacity

List of Contributors

Commits Contributor
5 Felix Gertz
2 Orlando Hohmeier
2 Pierluigi Cau

Generated by git shortlog -n -s --no-merges v0.15.0..v0.15.1