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: 1.6
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
  • 20 commits
  • 16 files changed
  • 16 contributors

Commits on Sep 16, 2022

  1. 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
    silverlyra authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    75c6e25 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    max-rocket-internet authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9ca403c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    8bd0f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c77c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 13, 2023

  1. Update Chart (#22)

    * Update Chart.yaml
    
    * Update values.yaml
    
    * Update README.md
    max-rocket-internet authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1f67f66 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. 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
    nathanmcgarvey-modopayments authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bbf4fd8 View commit details
    Browse the repository at this point in the history
  2. - 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)
    nathanmcgarvey-modopayments authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d910d1b View commit details
    Browse the repository at this point in the history
  3. Misc updates for next release (#28)

    * clean up helm chart
    
    * update this
    
    * missed this
    
    ---------
    
    Co-authored-by: Max Williams <[email protected]>
    max-rocket-internet and max-rocket-internet authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1b49c0f View commit details
    Browse the repository at this point in the history
  4. 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