Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: max-rocket-internet/k8s-event-logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0
Choose a base ref
...
head repository: max-rocket-internet/k8s-event-logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 14 files changed
  • 12 contributors

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    a21ab2a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  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]>
    Configuration menu
    Copy the full SHA
    9eb8df6 View commit details
    Browse the repository at this point in the history
  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]>
    mmckeen and max-rocket-internet authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a12102d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Allow flags config via chart (#38)

    * added config for flags
    
    * updated chart version
    shivtej-opsverse authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b0c3f1f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    1fedde6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. add 'Release.namespace' variable to deployment and serviceaccount man…

    …ifests (#44)
    
    Co-authored-by: carlosrodf <[email protected]>
    carlosrodf and carlosrodf authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3118e89 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. 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]>
    djcloudy and MATTHEW-L-MADEY_thdgit authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3f42acf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    788c6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b855440 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Update README.md

    max-rocket-internet authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    46b4208 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. 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]>
    youness-fs and jaimin-shah-fs authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    70a457a View commit details
    Browse the repository at this point in the history
Loading