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

Commit

Permalink
Merge pull request #218 from KohlsTechnology/release-0.0.6
Browse files Browse the repository at this point in the history
chore: release v0.0.6
  • Loading branch information
seanmalloy authored Dec 19, 2019
2 parents ae8da5d + 8dc2c09 commit d6e30a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## v0.0.6 (Unreleased)
## v0.0.6 (December 19, 2019)
FEATURES:
* Create k8s events on Job/CronJob success and failure [GH-212](https://github.com/KohlsTechnology/eunomia/pull/212)

CHANGES:
* Remove resource handling mode CreateOrUpdate [GH-149](https://github.com/KohlsTechnology/eunomia/pull/149)

BUG FIXES:
* Allow empty hierarchy directories [GH-184](https://github.com/KohlsTechnology/eunomia/pull/184)
* Allow empty hierarchy directories [GH-198](https://github.com/KohlsTechnology/eunomia/pull/198)
* Do not constantly spawn new k8s jobs [GH-209](https://github.com/KohlsTechnology/eunomia/pull/209)
* Fix issue accessing private git repos [GH-195](https://github.com/KohlsTechnology/eunomia/pull/195)
* Fix k8s label length limit [GH-207](https://github.com/KohlsTechnology/eunomia/pull/207)

## v0.0.5 (December 5, 2019)
BUG FIXES:
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.0.6-dev"
Version = "v0.0.6"
)

0 comments on commit d6e30a2

Please sign in to comment.