-
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: 2.0
head repository: max-rocket-internet/k8s-event-logger
compare: master
- 11 commits
- 14 files changed
- 12 contributors
Commits on Jun 21, 2023
-
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 2.0...master