75 lines
2.2 KiB
Text
75 lines
2.2 KiB
Text
1.0.6 (unreleased)
|
|
|
|
1.0.5
|
|
|
|
* fetch mesos & aurora master nodes
|
|
* kill an instance from a job
|
|
|
|
1.0.4
|
|
|
|
* fetch free capacity
|
|
* simulate task fitting - compute how many tasks can be fit in the remaining capacity
|
|
|
|
1.0.3
|
|
|
|
* update CI to compile on PRs
|
|
* Add tier and production in task config
|
|
* Add fetch quota command
|
|
* Add priority into job config
|
|
|
|
1.0.2
|
|
|
|
* Fixing broken Thrift dependency by bumping up backported version to thrift v0.13.2
|
|
|
|
1.0.1
|
|
|
|
* Added flag -m and --monitor that can be set in order to monitor a job creation or a job kill. By default monitor is set to true.
|
|
|
|
1.0.0
|
|
|
|
* First stable release.
|
|
|
|
0.1.1
|
|
|
|
* Removed support for building with dep
|
|
* Upgraded depdencies to their latest versions.
|
|
* gorealis v2 now lives in the aurora-scheduler organization and dependencies have been updated to reflect that.
|
|
|
|
0.1.0
|
|
|
|
* Adding support for drain sub-command to take in JSON list from stdin or from a specified file.
|
|
* Added flags `json-file` and `json` to drain, maintenance, and sla-drain.
|
|
|
|
0.0.9
|
|
|
|
* Added ability to create jobs which contain an executorless docker container.
|
|
* Sla-aware draining sub-command has been simplified. Instead of having a count/percentage
|
|
subcommand, it now has a flag for each of these options. The count and percentage flag are
|
|
mutually exclusive, and one of them has to be set.
|
|
|
|
0.0.8
|
|
|
|
* Updated default timeouts and durations for sla-aware draining.
|
|
* Added monitor verb along with hosts noun.
|
|
* Fixed bug with monitor not using the correct default values for sla-aware drain policies.
|
|
|
|
0.0.7
|
|
|
|
* Initial migration to gorealis v2
|
|
* Implemented first version of create feature which takes in a YAML file.
|
|
* Added new noun to fetch status called task. Task also has two subcommands, status and config.
|
|
|
|
0.0.6
|
|
|
|
* Added auto-completion to the deb file.
|
|
* Added set verb and quota noun to set quota resource for certain roles.
|
|
* Added JSON output as an option for all commands.
|
|
|
|
0.0.5
|
|
|
|
* Backup and snapshot commands have now been moved to under the force subcommand as these are expensive operations
|
|
and the subcommand should reflect that.
|
|
* Cobra library upgrade.
|
|
* Added version command.
|
|
* Added ability to use config config file. By default this file will be located in /etc/aurora/australis.yml
|
|
* Changed insecureSkipVerify to skipCertVerification.
|