Skip to content

Releases: parabuzzle/craneoperator

correct naming

09 Apr 15:24
fa9fb3e
Compare
Choose a tag to compare

minor fix to change "containers" to "images" to be more correct.

v2.2.1

08 Aug 00:36
Compare
Choose a tag to compare

Changes

  • Minor bug fix of layer info that fixes formatting of the CMD attribute
  • Minor bug fix on reporting registry api call errors in the api server
docker run parabuzzle/craneoperator:2.2.1

v2.2.0

08 Aug 00:35
Compare
Choose a tag to compare

New Features

  • Filtering of container list
  • Filtering of the tag list
  • More layer info
  • Permalinks!
  • Login to the registry through the UI
  • Default tag selection if there's only 1 tag for a container

Changes

Changed ENV Variables

  • REGISTRY_PROTO changed to REGISTRY_PROTOCOL
  • REGISTRY_VERIFY_SSL changed to SSL_VERIFY

New ENV variables

  • ALLOW_REGISTRY_LOGIN - Activates login form
  • TITLE - Changes the title of the app in the html head and the header bar

v2.0.5

18 May 21:05
Compare
Choose a tag to compare

Added support or registries with basic auth enabled.

v2.0.4

18 May 17:45
Compare
Choose a tag to compare

Add pull command to repo info

Also added REGISTRY_PUBLIC_URL to the environment for display in the pull command and on the footer.

This defaults to REGISTRY_HOST:REGISTRY_PORT when not passed into the container.

The reason for this new variable is because in some cases (AWS as an example) you may want to point to the internal ip of the registry for the api calls but want to display the public DNS name.

v2.0.3

18 May 17:40
Compare
Choose a tag to compare

Added Basic Authentication

v2.0.2

17 May 18:31
Compare
Choose a tag to compare

Minor bug fix -- now supports slashs in container names

v2

16 May 23:29
ef10308
Compare
Choose a tag to compare
v2

This is the official V2 GA release. There are minor bug fixes and productionification.

Reactify

16 May 23:28
f62a69f
Compare
Choose a tag to compare
Reactify Pre-release
Pre-release

This is a complete frontend re-write to use React.js. I changed the information shown to be more useful for working with your registry when working with containers.