Skip to content

v1.14.0

Choose a tag to compare

@stencila-ci stencila-ci released this 15 Jul 07:46

1.14.0 (2022-07-15)

Bug Fixes

  • Archive utilities: Ensure parent directories are present (da3466b)
  • Cron utilities: Sleep for each iteration of loop to avoid excessive spin (63f2647)
  • Images: Do not pull and write base layers by default (1bd4213)
  • R kernel: Make Cairo package optional (2a9dae2)
  • Tasks: Default to run all tasks with watches or schedules; allow backgrounding (7ee173e)
  • Tasks: Do not let version pass though in poetry:ensure task (7558299)
  • Tasks: Improve display of task logs (c5703ac)
  • Tasks: Run tasks in background as well as server (85fc569)
  • Tasks: Use full path to asdf (45d42ff)

Features

  • CLI: Add run command for running tasks, documents and/or server (011414d)
  • CLI: Fallback to running a task if subcommand is unrecognized (934626e)
  • Images CLI: Allow more than one image to be removed at a time (6668a71)
  • Images: Add images save subcommand (a044147)
  • Images: Add images snap subcommand (aff445f)
  • Task binary: Enable installation of task (3b6fc1f)
  • Tasks CLI: Add an -all flag for listing all tasks (19e1d0f)
  • Tasks CLI: Allow for tasks to be hidden from lists (7f19060)
  • Tasks CLI: Allow taks to be filtered by tool and action (50944bd)
  • Tasks: Add clean and purge tasks (95f4ca5)
  • Tasks: Add detect tasks (69b3866)
  • Tasks: Add tasks run and tasks analyze commands and integrate (973ecee)
  • Tasks: Add a default tasks during detection and fallback to it (d9710f1)
  • Tasks: Add a tasks init subcommand and ensure a Taskfile is present for detect and run (7538713)
  • Tasks: Add generation of docs and tasks (9d9244d)
  • Tasks: Add support for Aptfiles (2a51604)
  • Tasks: Add tasks for updating .gitignore (e6f9ae2)
  • Tasks: Allow for custom detect tasks and for detect to be called in build (3df1d9c)
  • Tasks: First iteration of task schedules and file watches (d62767e)
  • Tasks: Improve UX for running tasks (170500a)
  • Tasks: Inital versions of Taskfiles for dependency installation (200f6b4)
  • Tasks: Initial iteration of a podman related tasks for handling projects with Dockerfiles (05a928f)
  • Tasks: Initial support for Taskfiles (0f4f14c)
  • Tasks: Initial versions of project and sources tasks (6cdb58a)