Skip to content

Releases: chryscloud/go-microkit-plugins

Upgrade of docker client

11 Feb 23:51
Compare
Choose a tag to compare

Upgraded docker client libraries

Added system hardware info from docker

29 Jan 03:08
Compare
Choose a tag to compare

Added system wide information from the docker system

Bug fix for container replace

28 Oct 00:55
Compare
Choose a tag to compare

BugFix:

  • removed prune function in case of parallel replacements on the same machine
  • replaced prune function with ContainerRemove
  • fixed a bug in ContainerRemove to not force link removal

v1.0.5.1 bug fix - container restart

28 Oct 00:23
Compare
Choose a tag to compare

Bug fix:

  • Stopping the container before renaming it

v1.0.5 - added running container image upgrade method

27 Oct 23:22
Compare
Choose a tag to compare

Added method for replacing a running container with newer image version

The newer image must exist and be pulled on local disk before running the new method:

ContainerReplace(containerID string, image string, tag string)

where image is the new image name
and tag is the new version of the image

removed unecessary dependencies

26 Oct 21:40
Compare
Choose a tag to compare

Tidying up unnecessary dependencies

Added dockerhub tag list

26 Oct 21:35
Compare
Choose a tag to compare

Added listing of docerhub tags.

v1.0.2

14 Aug 22:41
Compare
Choose a tag to compare

Added paging information into AnnotationList

v1.0.1

13 Aug 23:46
Compare
Choose a tag to compare

Added AI Annotation model used from the edge and Chrysalis Python SDK

Initial release

05 Aug 23:27
Compare
Choose a tag to compare

Initial release:

Authentication - Configurable JWT and Token Middlewares
Configuration - Simple and extendable yaml server configuration
Logging - Zap logging plugin with custom output JSON format suitable for fluentd logging (e.g. Entry_L2, stack output on Google GKE clusters)
Crypto - Best practices for encrypting and validating user passwords, HMAC256 for external physical device authorization
Server - Simple RESTful server with graceful start and stop on top of Gin Web Framework
Backpressure - Optimizes event data warehousing. Collects individual events into listed chunks to be stored in custom data warehouse through a simple PutMulti interface.
Docker - Docker interfaces for ease of use