Skip to content

Releases: metio/ilo

2.2.0

03 Feb 11:52
Compare
Choose a tag to compare

Small release that adds printing stack traces in case something goes terribly wrong and an important bug fix for those that are not mounting any volumes

2.1.0

31 Jan 15:40
Compare
Choose a tag to compare

Small release that fixes an important issues when using the JRE based version and support for --no-interactive when using podman-/docker-compose

2.0.0

30 Jan 18:01
Compare
Choose a tag to compare

The second release of ilo just landed which contains some breaking changes:

  • ilo run was renamed to ilo shell
  • ilo itself no longer defaults to running shell
  • --command was removed in favor of positional parameters
  • The hostname of a running container is no longer set by default.
  • No longer reads .rc files by default

Apart from that, multiple features were added as well:

  • Support for podman-/docker-compose using ilo compose
  • Support for argument files
  • Allows to specify extra volumes using --volume
  • Allow to specify labels using --label
  • Allow to specify the name of the running container with --name
  • Allow to set the hostname of the running container with --hostname
  • Add --version to show the installed version of ilo
  • Require at least Java 11 instead of Java 13

1.0.0

23 Dec 00:57
Compare
Choose a tag to compare

The first public release of ilo. Therefore neither changes nor bugfixes, but rather an initial feature set, that seems to work fine (using podman) and is portable (as portable as podman/docker).

Features

  • Start single container
  • Specify which image to use
  • Specify which command to run