Releases: apsis-scheduler/apsis
Releases · apsis-scheduler/apsis
Release list
v0.29.1
v0.29.0
- Turn down and track GC, to remediate GC pauses.
v0.28.3
v0.28.2
v0.28.1
v0.28.0
- Apsis checks at startup that the job dir exists and all YAML files within it are valid jobs. It fails to start if there are any job errors.
- Apsis, when checking jobs, instantiates runs from jobs according to schedules, to test that expansions function correctly.
- In a Procstar program with
sudo_userset, Apsis runs the command undersudofor the specified username.
This release requires changes to the schema of Apsis database files. To migrate an existing database,
- Stop Apsis.
- Create a backup of the database.
python scripts/migrate-db.py path/to/apsis.db- Start the new version.
The migrated database is backward-compatible; it will continue to work with Apsis v0.27.
v0.27.2
v0.27.1
v0.27.0
- Apsis checks all jobs in the job directory before starting, and does not start if it encounters any errors.
v0.26.0
- The Control page in the web UI and the live log are removed.
- The run view contains a pane showing direct dependencies and dependents of the run.