Skip to content

Releases: max-rocket-internet/k8s-event-logger

2.4

28 Jul 09:56
70a457a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3...2.4

2.3: Updating go-lang version to v1.23 (#46)

08 Sep 15:14
3f42acf

Choose a tag to compare

* Updating go-lang builder version to most stable release to address security vulnerabilities with prior versions

* Update go version to 1.23

---------

Co-authored-by: MATTHEW-L-MADEY_thdgit <matthew_l_madey@homedepot.com>

2.2: Allow filtering out normal events (#31)

06 Jul 10:19
a12102d

Choose a tag to compare

* Allow filtering out normal events

* Fix type handling

* Update main.go

* Update main.go

---------

Co-authored-by: Max Williams <8859277+max-rocket-internet@users.noreply.github.com>

2.1: Better kubernetes configuration detection based on k8s libraries (#30)

06 Jul 10:08
9eb8df6

Choose a tag to compare

* Instead of doing our own user home directory detection for .kube/config, use the k8s.io/cmdclient built-in methods which support KUBECONFIG env variable, $HOME/.kube/config, and KUBERNETES_SERVICE env variables automatically.
Also print out a sanitized representation of the config at startup in case of misconfiguration.

* no need to pre-initialize variables and require an extra import

* remove superfluous environment variables in helm chart and make the container securityContext configurable via variables instead of hard-coded

---------

Co-authored-by: Max Williams <8859277+max-rocket-internet@users.noreply.github.com>

2.0: Use scratch build image, code clean up

21 Jun 09:58
1b49c0f

Choose a tag to compare

upgrade alpine base image version

06 Jun 07:47
2374517

Choose a tag to compare

Use multiarch image

16 Sep 07:43
9ca403c

Choose a tag to compare

Upgrade alpine version and go libraries

10 Jun 08:35
eeab653

Choose a tag to compare

golang 1.14, fmt etc

28 Apr 14:27

Choose a tag to compare

1.5

fix for k8s error about user

Remove glog due to error

18 Jul 16:28
f6d3a1b

Choose a tag to compare

1.4

Remove glog (#3)