Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
update changelog for 1.4.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdef committed Feb 10, 2017
1 parent e6788e5 commit 70789e3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

#### Plugin API has changed
In order to support the nature of pods, we had to change the plugin interfaces in a backward incompatible fashion.
Plugin writers need to update plugins, in order to use this version
Plugin writers need to update plugins, in order to use this version.

* There is a new `NetworkSpec` plugin interface that may be of interest for Mesos network module writers.
* Some existing plugin APIs were modified in support of the new pods primitive (see Overview/Pods).

#### Health reporting via the event stream
Adding support for pods in Marathon required the internal representation of tasks to be migrated to instances. An instance represents the executor on the Mesos side, and contains a list of tasks. This change is reflected in various parts of the API, which now accordingly reports health status etc for instances, not for tasks.
Expand Down Expand Up @@ -176,6 +179,19 @@ We will remove this functionality without replacement.

### Fixed issues

#### Since 1.4.0-RC-8

- Fixes #5107 - Improve performance of zookeeper layer and groups (D481)
- Fixes #5087 - Generate DiscoveryInfo for pod container endpoints
- Fixes #5117 - Clarify rexray documentation
- Fixes #5144 - Define network-scope label for ipaddress.discovery.ports
- Fixes #5083 - Increase queue length for storage operations, helps large migrations
- Fixes #5116 - Pods allow duplicate endpoint ports
- Fixes #5084 - Doc link updates
- Fixes - Improve performance of dependency graph computations (D476)
- Improvement #5157 - PUT on /v2/apps has a PATCH semantic
- Improvement - `NetworkSpec` plugin API (D490)

#### Since 1.4.0-RC-3

- Fixes #4873 - Tasks with configured Marathon HealthChecks fail HealthChecks after migration to 1.4
Expand Down

0 comments on commit 70789e3

Please sign in to comment.