-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: max-rocket-internet/k8s-event-logger
base: 1.6
head repository: max-rocket-internet/k8s-event-logger
compare: master
- 20 commits
- 16 files changed
- 16 contributors
Commits on Sep 16, 2022
-
Build an arm64 container image (#11)
* Build an arm64 container image * Let the container image build be further customized * Add a README section on image builds
Configuration menu - View commit details
-
Copy full SHA for 75c6e25 - Browse repository at this point
Copy the full SHA 75c6e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca403c - Browse repository at this point
Copy the full SHA 9ca403cView commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8bd0f1a - Browse repository at this point
Copy the full SHA 8bd0f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c77c01 - Browse repository at this point
Copy the full SHA 7c77c01View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2374517 - Browse repository at this point
Copy the full SHA 2374517View commit details
Commits on Jun 13, 2023
-
* Update Chart.yaml * Update values.yaml * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 1f67f66 - Browse repository at this point
Copy the full SHA 1f67f66View commit details
Commits on Jun 21, 2023
-
Updated base image to be from scratch instead of alpine (#23)
Added post-build check to guarantee statically linked binary Updated builder container to use golang:1.20.5 Changed CMD to ENTRYPOINT as this is a single executable container with no arguments Updated Makefile to setup a build multi-arch docker system if desired and TAG default to 1.9 Updated the docker buildx command to generate an sbom during build. Added .gitignore
Configuration menu - View commit details
-
Copy full SHA for bbf4fd8 - Browse repository at this point
Copy the full SHA bbf4fd8View commit details -
- minor security enhancements in helm chart (#24)
- minor best-practices/linting (E.g. using select{} instead of a ifinite loop with sleep, using log.Print vs fmt.Print, formatted the imports, etc.) - minor readme changes (linting for links and header sizes, removal/change for dead link(s), and addition of some other log collectors like Promtail and Logstash) - bump go to 1.20 to pull in some security fixes - bump k8s.io deps to v0.24.15 (note that this version is about to become non-maintained, but still is for now)
Configuration menu - View commit details
-
Copy full SHA for d910d1b - Browse repository at this point
Copy the full SHA d910d1bView commit details -
Misc updates for next release (#28)
* clean up helm chart * update this * missed this --------- Co-authored-by: Max Williams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b49c0f - Browse repository at this point
Copy the full SHA 1b49c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21ab2a - Browse repository at this point
Copy the full SHA a21ab2aView commit details
Commits on Jul 6, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9eb8df6 - Browse repository at this point
Copy the full SHA 9eb8df6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a12102d - Browse repository at this point
Copy the full SHA a12102dView commit details
Commits on Sep 6, 2023
-
Allow flags config via chart (#38)
* added config for flags * updated chart version
Configuration menu - View commit details
-
Copy full SHA for b0c3f1f - Browse repository at this point
Copy the full SHA b0c3f1fView commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fedde6 - Browse repository at this point
Copy the full SHA 1fedde6View commit details
Commits on Nov 16, 2023
-
add 'Release.namespace' variable to deployment and serviceaccount man…
…ifests (#44) Co-authored-by: carlosrodf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3118e89 - Browse repository at this point
Copy the full SHA 3118e89View commit details
Commits on Sep 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3f42acf - Browse repository at this point
Copy the full SHA 3f42acfView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 788c6e0 - Browse repository at this point
Copy the full SHA 788c6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b855440 - Browse repository at this point
Copy the full SHA b855440View commit details
Commits on Jan 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 46b4208 - Browse repository at this point
Copy the full SHA 46b4208View commit details
Commits on Jul 28, 2025
-
Update go-lang version 1.23 -> 1.24 (#54)
* Updating go-lang version to v1.24 * Updating related dependencies to the latest version. --------- Co-authored-by: Jaimin Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70a457a - Browse repository at this point
Copy the full SHA 70a457aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.6...master