diff --git a/charts/shield/CHANGELOG.md b/charts/shield/CHANGELOG.md index 17cce5099..d95238418 100644 --- a/charts/shield/CHANGELOG.md +++ b/charts/shield/CHANGELOG.md @@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used exclusively to fix incorrect entries and not to add new ones. ## Change Log +# v0.1.10 +### Bug Fixes +* **shield** [501061f4](https://github.com/sysdiglabs/charts/commit/501061f4753696f6f7ef12888eeecbf242091891): add env var and port to host shield container ([#1995](https://github.com/sysdiglabs/charts/issues/1995)) # v0.1.9 ### Bug Fixes * **shield** [46e8c875](https://github.com/sysdiglabs/charts/commit/46e8c875fbed6a29b9ce3dd03905e643c62ca626): Fix wrong config file name ([#1994](https://github.com/sysdiglabs/charts/issues/1994)) diff --git a/charts/shield/RELEASE-NOTES.md b/charts/shield/RELEASE-NOTES.md index 305b98f65..9cbe5a303 100644 --- a/charts/shield/RELEASE-NOTES.md +++ b/charts/shield/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed ### Bug Fixes -- **shield** [46e8c875](https://github.com/sysdiglabs/charts/commit/46e8c875fbed6a29b9ce3dd03905e643c62ca626): Fix wrong config file name ([#1994](https://github.com/sysdiglabs/charts/issues/1994)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/cluster-shield-1.4.2...shield-0.1.9 +- **shield** [501061f4](https://github.com/sysdiglabs/charts/commit/501061f4753696f6f7ef12888eeecbf242091891): add env var and port to host shield container ([#1995](https://github.com/sysdiglabs/charts/issues/1995)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/shield-0.1.9...shield-0.1.10