Skip to content
## 0.4.0 on 10-06-2023

* Add documentation for K8S Target. [#184](https://gitlab.com/hash-platform/hashkern/-/merge_requests/184/)
* Add documentation for DockerRegistry Target. [#185](https://gitlab.com/hash-platform/hashkern/-/merge_requests/185)
* Add documentation for Terraform Resource. [#186](https://gitlab.com/hash-platform/hashkern/-/merge_requests/186)
* Add docuemntation for DockerImage, GoMicroService and Kustomize resources. [#187](https://gitlab.com/hash-platform/hashkern/-/merge_requests/187)
* Add a new feature to Kustomize resource so it can delete resources from the cluster if they are deleted from the config, set `remove_deleted_resources` spec to true to enable this, it is disabled by default. [#188](https://gitlab.com/hash-platform/hashkern/-/merge_requests/188)
* Add istio resource, you can find docs [heer](https://hash-kern.readthedocs.io/en/latest/resources_docs.html#istio-resource-docs). [#189](https://gitlab.com/hash-platform/hashkern/-/merge_requests/189)
* Enable DockerImage resource to republish docker images if they are removed from the registry, also add new artifact to the resources output called `image_url_digest`, it contains image URL with digest instead of tag. [#190](https://gitlab.com/hash-platform/hashkern/-/merge_requests/190)