Skip to content

Singularity 0.4.5

Compare
Choose a tag to compare
@tpetr tpetr released this 07 Oct 23:09

Check out the 0.4.5 milestone to see new features / bugfixes in detail.

Announcements

  • Singularity 0.4.5 bumps its Mesos dependency from 0.21.0 to 0.23.0.
  • If upgrading from a version prior to 0.4.4, you will need to run database migrations. Refer to the database docs for how to run migrations before starting the new version of Singularity

Important

  • #657 -- Mesos 0.23.0

Deprecated

  • The .properties configuration format for Singularity slave helpers:

    • SingularityExecutor
    • SingularityExecutorCleanup
    • SingularityS3Downloader
    • SingularityS3Uploader
    • SingularityOOMKiller
    • SingularityLogWatcher

    If you use any of these, please convert your configuration to the .yaml style.

    .properties support will be removed completely in 0.4.6.

Thanks