-
Breaking changes
- Update Go to 1.15 – support only macOS 10.12 Sierra or later (#490)
- Require TLS 1.2 or above (#490)
dcos service shutdown
asks for confirmation unless--yes
flag specified (#506).
-
Fixes
- Fix NaN% in quota list (#519)
-
Breaking changes
- Change default SSH user from
core
tocentos
(#448).
- Change default SSH user from
-
Fixes
- Update dependencies (#459, #478).
- Update
dcos node diagnostics
deprecation message (#452). - Allow changing SSH user without using a proxy (#448).
-
Features
- Added
dcos calico
command
- Added
-
Notes
During this new minor release we also refactored the dcos describe
subcommand from Python to Go.
-
Fixes
- Support Docker
forcePullImage
in job JSON definitions dcos job add
anddcos job update
should show the help menu by default
- Support Docker
-
Deprecations
- Deprecated --mesos-id in some commands
-
Features
- Added
dcos diagnostics
command - Added
SCARCE
column tomarathon debug details
command output (#341) - Support custom escape sequences (#331)
- Expose task roles in Marathon subcommands.
- Support custom escape sequences for
dcos task attach
- Added
-
Fixes
- Enforce role by default when creating a Marathon group
- Improve error messages on metronome API errors
- Fix error when detecting a partial escape sequence
-
Fixes
- Make sure to consume remaining output when input connection fails during 'dcos task exec -i'
-
Fixes
- Update 'dcos quota create' to error out less often according to internal UX feedback
-
Fixes
- Improve the
dcos quota
subcommand according to internal UX feedback
- Improve the
-
Breaking changes
dcos task ls
without any argument to get the list of all tasks files is not supported anymore
-
Features
- Introduce the
dcos quota
subcommand to manage DC/OS quotas - Add
dcos node drain
subcommand to drain nodes of their tasks - Add
dcos node reactivate
anddcos node deactivate
to maintain agents - Add
--agent-id
todcos task list
to only list tasks on a given agent - Add
dcos task download
to download task sandbox files - Add a
--user
option todcos task exec
to specify the user for the launched nested container - Add an
--all
option todcos node log
to print all the log lines - Add job task ID(s) when printing history with
dcos job history --json
- Support
--id
when creating a group throughdcos marathon group add
- Introduce the
-
Notes
During this new minor release we also refactored the dcos task
and dcos service
subcommands from Python to Go.
The only remaining subcommands in Python are dcos marathon
and dcos package
.