Skip to content

Releases: mesosphere/dcos-commons

v0.58.0-rc1

12 Aug 15:34
Compare
Choose a tag to compare
v0.58.0-rc1 Pre-release
Pre-release

Release Candidate containing the following features:

HDFS 2.8.0-3.2.1

14 Apr 14:44
58657da
Compare
Choose a tag to compare

Updates

  • Updated SDK to version 0.57.3. For more information see release-notes for previous SDK releases:

v0.57.4-alpha

01 Apr 03:33
Compare
Choose a tag to compare
v0.57.4-alpha Pre-release
Pre-release

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

03 Mar 14:33
Compare
Choose a tag to compare

Updates

  • Upgraded Cassandra to version 3.11.6 [#3235 ]
  • Upgraded SDK library to version 0.57.3 [#0.57.3]

v0.57.3

21 Jan 20:37
Compare
Choose a tag to compare

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

Cassandra 2.8.0-3.11.5

02 Jan 16:19
Compare
Choose a tag to compare

Updates

  • Upgraded cassandra to version 3.11.5 [#3211]
  • Upgraded SDK library to version 0.57.2 [#0.57.2]
  • Bump scheduler Java Runtime from JDK8 to JDK11 [#3185]

v0.57.2

25 Oct 18:07
Compare
Choose a tag to compare

Configuration Updates

  • #3198 ALLOW_REGION_AWARENESS is set to true by default

Tooling changes

  • #3199 Configurable AWS_UPLOAD_ACL when uploading artifacts in release tooling
  • #3203 Add lastUpdated field in package generation tooling
  • #3202 Remove usage of dcos-history-service in test tooling

0.57.1...0.57.2

0.57.0.post0

30 Sep 21:25
Compare
Choose a tag to compare

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

15 Oct 22:42
Compare
Choose a tag to compare

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 as dfs. 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
    

v0.57.1

19 Sep 02:31
Compare
Choose a tag to compare

Features
#3185 : Bump scheduler java runtime to JDK11 🚀

Bug Fixes
#3184 : Fix a bug where SDK was parsing empty fields in env field of Task definition in service yaml as null instead of blank strings.