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: falcosecurity/falcoctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: falcosecurity/falcoctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 4, 2024

  1. update(driver/config)!: use the same logic to configure engine kind f…

    …or different enviroments
    
    When running in kubernetes, falcoctl does not update the falco config map but creates a new
    specialized config file with the selected engine kind. The command expects the name of the Falco
    configmap from which to read the Falco configuration. This is needed to avoid conflicts when multiple
    Falco's are deployed in the same cluster and namespace. Keep in mind that this are breaking changes.
    
    Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
    alacuku authored and poiana committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    27d5696 View commit details
    Browse the repository at this point in the history
  2. update(driver/config): add new unit tests

    Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
    alacuku authored and poiana committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    db496e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. update(go,pkg): updated driverkit to v0.20.3.

    Moreover, removed useless line in cos distro.
    
    Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
    FedeDP authored and poiana committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9c510af View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix(goreleaser): use latest tag when two tags point to the same commit

    Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
    alacuku authored and poiana committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4fce8b5 View commit details
    Browse the repository at this point in the history
Loading