australis/CHANGELOG

76 lines
2.2 KiB
Text
Raw Permalink Normal View History

2022-08-31 13:44:08 -07:00
1.0.6 (unreleased)
1.0.5
* fetch mesos & aurora master nodes
* kill an instance from a job
2022-08-02 10:48:45 -07:00
1.0.4
* fetch free capacity
* simulate task fitting - compute how many tasks can be fit in the remaining capacity
2021-10-20 14:46:53 -07:00
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
2021-01-11 17:59:38 -08:00
2021-01-11 17:59:13 -08:00
1.0.2
2021-01-11 17:59:13 -08:00
* 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.
2020-02-19 12:36:11 -08:00
0.1.1
2020-02-10 12:05:32 -08:00
* 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.
2020-02-10 12:05:32 -08:00
2020-02-10 11:59:35 -08:00
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.
2020-01-29 16:15:13 -08:00
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.
2018-10-25 19:41:23 -07:00
0.0.5
2018-10-23 15:14:10 -07:00
* Backup and snapshot commands have now been moved to under the force subcommand as these are expensive operations
and the subcommand should reflect that.
2018-10-23 15:24:29 -07:00
* 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
2018-10-25 19:41:23 -07:00
* Changed insecureSkipVerify to skipCertVerification.