Releases: max-rocket-internet/k8s-event-logger
Releases · max-rocket-internet/k8s-event-logger
2.3: Updating go-lang version to v1.23 (#46)
* 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 <[email protected]>
2.2: Allow filtering out normal events (#31)
* Allow filtering out normal events * Fix type handling * Update main.go * Update main.go --------- Co-authored-by: Max Williams <[email protected]>
2.1: Better kubernetes configuration detection based on k8s libraries (#30)
* 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 <[email protected]>
2.0: Use scratch build image, code clean up
upgrade alpine base image version
Thanks to @alaminopu 💚
Use multiarch image
Thanks to @silverlyra 💖
Upgrade alpine version and go libraries
golang 1.14, fmt etc
1.5 fix for k8s error about user
Remove glog due to error
1.4 Remove glog (#3)
Increase k8s security
Merge pull request #1 from max-rocket-internet/non_root switching to use non-root user and read-only file system