Skip to content

Releases: iongion/container-desktop

4.0.0-b.1 - Initial support for podman 4.x

11 Apr 21:20
0f06f6a
Compare
Choose a tag to compare

Support podman 4.x

Awesome changes

  • Windows binary - initial binary using built-in podman machine, testing needed

Not so awesome changes

  • LIMA support is disabled for now, will add it back in a toggle once settings panel is re-thought properly.

3.4.2-alpha.4 - MacOS through LIMA - proper automatic lima detection

06 Feb 17:18
60ea203
Compare
Choose a tag to compare

This is a hotfix release - fixing issue #14 where lima was assumed as being configured and detection was cached.

Prepare a lima podman distro/vm

  1. brew install lima
  2. limactl start /usr/local/share/doc/lima/examples/podman.yaml - this creates a podman specific lima vm, with the api exposed to the host. Not that the example configuration files are installed together with lima.
  3. limactl shell podman to verify the special VM for podman is bootable

LATEST EDIT - Also released evaluation arm64 linux builds together with updated 3.4.2-alpha.4 x86

3.4.2-alpha.2 - Split store

08 Dec 12:05
Compare
Choose a tag to compare
Pre-release

Fixed bugs

  • Secrets might not create properly

Tech debt

  • Split store model per purpose
  • Changed folder layout for better isolation of concerns
  • Log all HTTP requests to the podman unix socket for better debugging
  • Removed duplication, useless files and initial push artifacts

3.4.2-alpha.1 - First release

06 Dec 20:36
Compare
Choose a tag to compare
Pre-release

First release - alpha quality

  • Tested only with latest podman 3.4.2 and only on Manjaro
  • Tested only the AppImage

Known issues

  • Secrets might not create properly
  • On systems without cgroups v2, stats are not available (Ubuntu 20.04)