Releases: kevana/ui-for-docker
Releases · kevana/ui-for-docker
v0.11.0
New in this release:
- Connect to TLS-protected Docker daemons
- All dates are now displayed in ISO8601 format
- Container list now has a shortcut to view container logs
- Can now pull images from custom registries
Fixes:
- Error now displays when image deletion fails
- Restarts no longer cause existing clients to break, CSRF authkey is now persisted in a data volume.
- HostConfig removed from container start requests, Docker 1.12 issue.
v0.10.1
Note: This release fixes two security vulnerabilities, please upgrade as soon as possible
New in this release:
- Allow editing of container env vars, ports, and volume bindings similar to Kitematic
- Column sorting on tables for containers, images, volumes, and networks
- Stats and top pages now show container names
- CSRF protection for API endpoints
Fixes
- Running containers can now be committed
- Catch and display more API errors
- Fix PublishAllPorts option for container creation
- Select-all toggles on tables no longer select images that have been hidden by filters
- Sanitize text sent to Gritter library to prevent XSS.
v0.10.0
v0.9.0
New in this release:
- Basic management of networks and volumes on Docker 1.9+
- Added docker-compose examples for Nginx auth and Swarm (/examples)
- Added a refresh button
- A punny logo
Bugfixes:
- Get port bindings from NetworkSettings.Ports on container instead of HostConfig.PortBindings
- Stats now retries after errors
- Return to containers list after deleting a container
- Only show “learn more” banner on first load per browser
- Cleaned up charts
v0.8.1
v0.8.0
New in this release:
- Events view (under Info tab)
- Containers Network view to visualize Links and VolumesFrom relationships between containers (Thanks Roger Abelenda)
- Restart button for container view
- Pull new images from the Docker Registry from the Images view
- CPU/Memory/Network stats for running containers
- Apply labels during container creation
- Adding/Removing repo:version tags for images
- Can now select TCP or UDP for portBindings during container creation
v0.7.0
New in this release:
- Switched image to static binary built from scratch (5.4MB new image vs 443MB old image)
- Added
top
view for containers - Limit lines retrieved by log tailing for large logs
- Added batch restart for containers
- Fixed loss of HostConfig during batch operations on containers
- Fixed handling of image names with slashes
- Strip raw byte headers from logs before display
- Added missing fields to daemon info view
v0.6.0 - Container creation options
New in this release:
- Exposed all container creation options except
Attach*
- Added Karma for unit tests