Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
chore: release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmalloy committed Mar 13, 2021
1 parent 1af3beb commit 5771b84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.1.10 (March 13, 2021)

FEATURES:
* Helm chart allows for creating PodSecurityPolicy [GH-388](https://github.com/KohlsTechnology/eunomia/pull/388)

CHANGES:
* Update to Go 1.15.8 [GH-387](https://github.com/KohlsTechnology/eunomia/pull/387)


BUG FIXES:
* Fix resource deletion edge case [GH-384](https://github.com/KohlsTechnology/eunomia/pull/384)
* Fix broken template processor builds [GH-386](https://github.com/KohlsTechnology/eunomia/pull/386)

## v0.1.9 (January 18, 2021)
Starting with this release the minimum k8s version required for running Eunomia is 1.16.

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ var (
Branch string
BuildDate string
GitSHA1 string
Version = "v0.1.9"
Version = "v0.1.10"
)

0 comments on commit 5771b84

Please sign in to comment.