• v1.0.5 8ed6f5a773

    1.0.5 Stable

    lenhattan86 released this 2022-08-31 22:05:08 +00:00 | 3 commits to main since this release

    • kill tasks from a job (@ananaysingh )
    • fetch all aurora & mesos master (@lawwong1 )
    • list all tasks given a status (@lawwong1 )
    Downloads
  • v1.0.4 0a3357e571

    1.0.4 Stable

    lenhattan86 released this 2022-08-02 23:21:11 +00:00 | 9 commits to main since this release

    • fetch free capacity
    • simulate task fitting - compute how many tasks can be fit in the remaining capacity
    Downloads
  • v1.0.3 66bd6308ce

    1.0.3 Stable

    lenhattan86 released this 2021-10-20 21:46:53 +00:00 | 12 commits to main since this release

    • update CI to compile on PRs
    • Add tier and production in task config
    • Add fetch quota command
    • Add priority into job config
    Downloads
  • v1.0.2 154a4e1e87

    1.0.2 Stable

    ridv released this 2021-01-12 01:59:13 +00:00 | 24 commits to main since this release

    • Bug fix: Bumped up backported thrift dependency to v0.13.2 since v0.13.1 was causing issues.
    • Fetch mesos leader ability added (thanks @lenhattan86)
    • Fall back on using Mesos agent to fetch Mesos leader if no zookeeper specified (thanks @zorro786).
    Downloads
  • v1.0.1 2a76e3e2b4

    1.0.1 Stable

    ridv released this 2020-09-30 23:47:53 +00:00 | 37 commits to main since this release

    Adding flag --monitor which is set to true by default to control whether the client verifies that the create or kill command are successful.

    Downloads
  • v1.0.0 82fe22e013

    1.0.0 Stable

    ridv released this 2020-05-08 03:19:26 +00:00 | 41 commits to main since this release

    Now that Australis is able to launch rudimentary jobs, including launching jobs with Thermos support, as well as creating Job updates, it is not lacking any feature versus the python 2 client that is critical.

    It should be noted that Australis and the python 2 client have different goals. Australis is not meant to be used for complex, templated style jobs. For such goals it's preferable to use gorealis and store the job configuration as code.

    Australis is more of a Swiss army knife for Aurora Scheduler cluster administrators and scheduler developers who need to run quick jobs to test features.

    Downloads
  • v0.22.0 2df6672acc

    0.22.0 Stable

    ridv released this 2020-05-07 23:28:55 +00:00 | 45 commits to main since this release

    • Support for starting job updates.
    • Support for setting SlaAwareness for updates.
    • Support for scheduling cron jobs.
    Downloads
  • v0.1.1 6603e24ec8

    0.1.1 Stable

    ridv released this 2020-02-19 20:36:11 +00:00 | 53 commits to main since this release

    • Updated dependencies.
    • A patched version of the thrift 0.12.0 library to not panic when trying to write to a closed connection.
    • First version released under the new home of australis on the aurora-scheduler repository.
    Downloads
  • v0.1.0 702916acc7

    0.1.0 Stable

    ridv released this 2020-02-10 19:59:35 +00:00 | 56 commits to main since this release

    • 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.
    Downloads
  • v0.0.9 19beafe6f1

    0.0.9 Pre-release

    ridv released this 2020-01-30 00:15:13 +00:00 | 59 commits to main since this release

    • 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.
    Downloads