Releases: d2iq-archive/dcos-commons
v0.58.0-rc1
Release Candidate containing the following features:
-
Vertical bursting support (#3231)
This feature is opt-in, enable it by adding resource limits to your Service Spec. -
Support external volumes via the Docker Volume Isolator (#3238)
This feature is opt-in, enable it by adding external volumes to your Service Spec.
Design document (#3266)
HDFS 2.8.0-3.2.1
v0.57.4-alpha
Changes to v0.57.4-alpha
This is an alpha release to try out the upcoming Custom TLS artifacts feature.
As this is an alpha feature and release, changes can happen at any point in the future
and no support is provided.
The SDK now allows a TLS artifact to be referenced from the secret store via the following
transport-encryption
Service-Spec changes.
Mount-Path specified.
transport-encryption:
- name: custom-secret
secret: hello-world/custom-secret
mount-path: ssl/custom-secret.pem
type: CUSTOM
When mount-path
is specified, the artifact will be surfaced in the Mesos sandbox with the value
specified using mount-path
.
No Mount-Path specified.
transport-encryption:
- name: custom-secret.pem
secret: hello-world/custom-secret
type: CUSTOM
When mount-path
isn't specified, the artifact will be surfaced in the Mesos sandbox with the value
specified using name
.
Cassandra 2.9.0-3.11.6
v0.57.3
Updates
- #3215 Quota - Framework Uninstall Fixes.
- #3209 Fix for Jersey exceptions filling scheduler stderr logs.
- #3219 Check TaskId exists for auxiliary pod tasks before reset of Backoff.
Tooling changes
- #3206 Add
test
as one of the roles to configure for strict mode clusters. - #3210 Misc fixes for MWT runs.
- #3217 Fix deprecated warnings of PMD gradle plugin.
- #3216 Fixed publish http server launch.
Notes
- #3215 Is a major bug-fix since v0.57.0. Frameworks are recommended to upgrade to v0.57.3 and issue
pod replace
commands to exisiting deployments to mitigate the risks. Existing procedures for migrating a existing service to the quotated role should be followed.
Cassandra 2.8.0-3.11.5
v0.57.2
0.57.0.post0
This is a post release of 0.57.0 with a minor patch to fix the parsing of svc.yml when there are NULL values present (#3184).
HDFS 2.7.0-3.2.1
Updates
- Updated base-tech to version
3.2.1
- Updated SDK to version
0.57.0
. For more information see release-notes for previous SDK releases:
Features
- Added CLI support for native
hdfs
base-tech commands such asdfs
. Users can now execute commands via:dcos hdfs hdfs {cmd} {args}
- For example:
dcos hdfs hdfs dfs -mkdir /tmp dcos hdfs hdfs dfs -ls /
- For the full list of executable commands, refer to HDFS docs
- By upgrading the SDK, HDFS now comes with support for:
- Quota enforcement
- Node draining
Upgrading the DC/OS HDFS Package
- This DC/OS package can be upgraded from the following versions:
2.6.0-3.2.0
2.5.0-2.6.0-cdh5.11.0
- To upgrade HDFS, run the following command:
dcos hdfs update start --package-version=2.7.0-3.2.1