Releases: kassisol/hbm
Releases · kassisol/hbm
0.12.0
0.11.0
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
0.9.5
0.9.4
0.9.3
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
0.9.1
0.9.0
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
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