Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Releases: aurora-scheduler/australis

0.0.7

21 Mar 23:10
0f19631
Compare
Choose a tag to compare
  • 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.5

26 Oct 02:42
dcb27f6
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • 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.

0.0.4

24 Sep 19:23
91d962f
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Added fetch host which gets the host maintenance status.

0.0.3

31 May 01:17
51daad8
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Draining now monitors until all hosts are in the DRAINED state. (Previously it would monitor for DRAINING and DRAINED)

  • --interval and --timeout flags added to start drain and stop drain

0.0.2 Hostname Wildcard Match Modified

26 Apr 22:20
f4d8653
Compare
Choose a tag to compare
Pre-release
  • Adding support for communicating with Aurora using TLS.

  • Note this has modified pattern matching for certificates. This means wildcards (*) are not limited to being the left most character. If you do not wish to have this functionality please compile a version locally.

Intial Release

25 Apr 21:41
72692b5
Compare
Choose a tag to compare
Intial Release Pre-release
Pre-release

This release is able to fetch leader information and set nodes intro draining mode.