Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Releases: docker/kitematic

v0.5.0

04 Feb 01:36
Compare
Choose a tag to compare

0.5 beta

v0.4.5

14 Jan 22:38
Compare
Choose a tag to compare

Bug fixes:

  • Fixed a bug where containers used to build images are visible in the containers pane
  • Fixed bug where images with no tags (:) would be shown.
  • Fixed bug with metrics setup (initial users wouldn't be tracked)

v0.4.4

07 Jan 00:55
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where containers used to build images are visible in the containers pane
  • Fix bug where images with no tags (:) would be shown.
  • Fix bug with metrics setup

v0.4.3

19 Dec 18:51
Compare
Choose a tag to compare
  • Fixed bug where rebuilding an image would cause untagged images to be created.
  • Fixed bug where terminal button would not work if there was a space in Kitematic app's path.
  • Fixed a UI bug where an image with multiple tags would show [object Object] in a container's image name
  • Update Boot2Docker to 1.3.2

v0.4.2

11 Dec 03:31
Compare
Choose a tag to compare
  • Updated metadata storage from MongoDB to LevelDB
  • Fix bug where container delete would fail

v0.4.0

02 Dec 18:36
Compare
Choose a tag to compare
  • Automatic updates in Kitematic
    • Kitematic will now periodically check our update server to determine if an updated version of Kitematic is available.
    • If there is an update, it will prompt the user to update. (It does not automatically install the latest in case the user does not want to update for any reason)
  • Compatibility with existing Boot2Docker installations (version 0.2.0 or higher)
    • Activity executed through Boot2Docker CLI will be reflected in Kitematic and vice versa
    • Kitematic will now use boot2docker-vm instead of creating our own VirtualBox VM for operations
  • Changes to Docker via the CLI are now be reflected in Kitematic's UI
  • Starts boot2docker-vm on opening the Kitematic application
  • Saves the state of boot2docker-vm on closing the Kitematic application
  • Kitematic installer will now gracefully shut down any running Virtual Machines and VirtualBox if it needs to download and update VirtualBox
  • Terminal button now uses docker exec to open a shell into the container instead of nsenter
  • Fixed a bug where the terminal button wouldn't correctly open a new tab
  • Volumes now use VirtualBox shared folders. Volume creation is no longer automatic, and must be enabled by clicking the volume button next to the app.
  • Applications now expose ports through mapping to the host VM.
    • This makes for a development workflow that is more consistent with how Docker is already used today.

Note: This update is not backwards-compatible. It will require you to rebuild your images and re-recreate containers.

v0.3.0

20 Oct 02:47
Compare
Choose a tag to compare
  • Automatically synchronizes state of Docker containers & images between the host and Kitematic. This means you can use the Docker command-line tool and any actions will be reflected in the Kitematic application.
  • Fixes for various installer issues, including the 'permission denied' error on step 3.
  • Bumped versions for Boot2Docker and Docker to 1.3

v0.2.3

14 Sep 22:13
Compare
Choose a tag to compare
  • Fixed white screen issue and a couple installer bugs.

v0.2.2

12 Sep 09:15
Compare
Choose a tag to compare
  • Fixes breaking bug where installer would fail if old versions of VirtualBox were installed.

v0.2.1

12 Sep 00:36
Compare
Choose a tag to compare

Fixed a critical bug related to volume folders.