Skip to content

Releases: kassisol/hbm

0.7.1

06 Dec 16:57
Compare
Choose a tag to compare

Release HBM 0.7.1

* Fix issue

0.7.0

05 Dec 20:34
Compare
Choose a tag to compare

Release HBM 0.7.0

* Print debug stack when recovering
* Add new config action to restrict --sysctl param
* Add new config action to restrict --security-opt param
* Change config action name
* Add verification if option exist when running the command hbm config get
* Rename variables with underscore
* Remove 2nd value from range
* Rename variables with underscore

0.6.0

13 Nov 19:45
Compare
Choose a tag to compare

Release HBM 0.6.0

* Use cobra validation of args
* Update cobra package
* Add some default value to version package variables
* Refactor config
* Remove docker api version verification

0.5.2

25 Oct 15:23
Compare
Choose a tag to compare

Release HBM 0.5.2

* Fix DCB ServiceCreate and Update functions

0.5.1

17 Oct 14:03
Compare
Choose a tag to compare

Release HBM 0.5.1

* Update text in hbm info command
* Fix DCB ServiceUpdate function
* Sort endpoints registration

0.5.0

04 Oct 16:10
Compare
Choose a tag to compare

Release HBM 0.5.0

* Fix DCB Service functions
* Fix DCB Secret functions
* Fix DCB Config functions
* Add collection flag shorthand to policy add command
* Fix pluginEnabled function in hbm info command
* Add support for multiple Docker API versions
* Add new logging field
* Fix field name in types.Allow
* Fix config functions in dcb package
* Remove unused packages in DCB
* Use newly AddFilters method in DCB
* Add new method AddFilters to cmdbuilder package

0.4.0

11 Sep 16:02
Compare
Choose a tag to compare

Release HBM 0.4.0

* Add Docker Command Builder for Distribution
* Add Docker Command Builder for Config
* Add support for the latest Docker API v1.30
* Fix bug in dcb package

0.3.0

10 Jul 16:52
Compare
Choose a tag to compare

Release HBM 0.3.0

* Add support for the latest Docker API v1.29
* Remove old keys for policy validation

0.2.2

30 May 15:35
Compare
Choose a tag to compare

Release HBM 0.2.2

* Update version template
* Update supportedDriver func
* Do not log command when empty
* Update GetURIInfo func to add default API version
* Fix AllowServiceCreate func
* Fix DCB ServiceCreate func
* Fix DCB Events func
* Fix DCB NetworkConnect func
* Fix DCB ContainerCreate func
* Add systemd socket file
* Fix DCB ContainerList func
* Fix DCB NetworkCreate func
* Replace utils.Exit with log.Fatal
* Use filedir.CreateDirIfNotExist to create directory
* Remove cluster/host support
* Fix memberOfGroup method for storage driver "sqlite"
* Update version package
* Update information provided by version command
* Remove GetURLParams function
* Use RemoveLastChar function from package juliengk/go-utils
* Refactor GetURIInfo function
* Add missing check for --publish-all param

0.2.1

27 Mar 15:46
Compare
Choose a tag to compare

Release HBM 0.2.1

* Use Infof instead of Info in server command
* Update main usage template
* Update user package