Skip to content

Releases: kassisol/hbm

0.12.0

13 Nov 05:17
Compare
Choose a tag to compare

Release HBM 0.12.0

* Update documentation
* Assert *cc.HostConfig.OomKillDisable == nil
* User "all" is also valid for ports

0.11.0

03 Jul 13:04
Compare
Choose a tag to compare

Release HBM 0.11.0

* Add more new fields to log when command is not allowed
* Add restriction of OOM kill disable parameter for container
* Add restriction of OOM score adjustment parameter for container
* Add workdir parameter when exec in dev container
* Update scripts shebang
* Update init command
* Update documentation
* Add restriction of runtime parameter for container
* Add volumedriver resource type
* Update resource drivers
* Add restriction of tmpfs for container and service
* Sort config keys in resource package
* Fix error message in allow package
* Reorganize some code in allow package
* Add new verification of param --mount in allow package for container
* Remove DCB
* Update vendor packages
* Fix function ImageCreate in allow package
* Fix format verbs for DCB Container and Service functions
* Remove use of the function utils.RemoveLastChar when listing resources
* Unexpectedly prevent from disconnecting to database
* Update documentation

0.10.0

06 Apr 17:36
Compare
Choose a tag to compare

Release HBM 0.10.0

* Move conditions from storage to object package
* Make sure group or collection cannot be removed if used by users or resources
* Add authorization value to log
* Add action value when docker command is not allowed

0.9.5

03 Apr 13:03
Compare
Choose a tag to compare

Release HBM 0.9.5

* Fix format verbs for service publish ports
* Fix DCB Service functions

0.9.4

27 Mar 14:55
Compare
Choose a tag to compare

Release HBM 0.9.4

* Fix line feed char after encoding volume option to json

0.9.3

23 Mar 14:59
Compare
Choose a tag to compare

Release HBM 0.9.3

* Add validation when resource type and value are set to 'all'
* Add validation of mandatory parameters for add policy command
* Fix error messages text
* Fix capability names
* Fix bug in docker image package
* Fix validation of config key name container_create_param_user_root

0.9.2

13 Mar 16:41
Compare
Choose a tag to compare

Release HBM 0.9.2

* Update generate scripts for man and shell completion
* Update main command
* Add new package adf
* Update github.com/spf13/cobra package
* Update docker endpoints description
* Fix rpm spec file

0.9.1

06 Mar 14:52
Compare
Choose a tag to compare

Release HBM 0.9.1

* Fix bug in policy find command
* Fix DCB Service functions
* Fix DCB ContainerUpdate function

0.9.0

21 Feb 13:34
Compare
Choose a tag to compare

Release HBM 0.9.0

* Anonymize password in DCB VolumeCreate
* Add restriction when installing plugins
* Restrict image if not whitelisted for ContainerCreate and ServiceCreate allow functions
* Update ContainerCreate function in allow package
* Rename functions in allow package
* Add new param --config for init command

0.8.0

05 Feb 15:37
Compare
Choose a tag to compare

Release HBM 0.8.0

* Replace storage package with object packages in info command
* Replace storage package with object config package in init command
* Add support for administrators group
* Add new param --action for init command
* Add support for range of ports
* Make sure registry is not empty before validating it in AllowImage function
* Fix typo in error message for port
* Update init condition filters
* Use regular expression to check docker compose or not
* Make sure that configs are not being reset to default when running hbm init after first time
* Remove '=' char for params in DCB
* Change params name to long instead of short in DCB container
* Fix display of labels in DCB container
* Workaround to manage filters from compose
* Cap and capability are used both. capability looks like right
* port is missing  in packages.go and remove unused fmt package
* Add possibility to use value 'all'
* Update command usage template
* Refactor the way resources are validated
* Move allow package in docker/allow
* Fix DCB ServiceCreate and ServiceUpdate functions