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.0
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.9.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 5, 2024

  1. chore(deps): Bump the actions group with 3 updates

    Bumps the actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `docker/setup-buildx-action` from 3.5.0 to 3.6.1
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@aa33708...988b5a0)
    
    Updates `actions/upload-artifact` from 4.3.4 to 4.3.5
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@0b2256b...89ef406)
    
    Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@a4f60bb...aaa42aa)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and poiana committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fcf4def View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore(deps): Bump the actions group across 1 directory with 3 updates

    Bumps the actions group with 3 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `docker/build-push-action` from 6.5.0 to 6.7.0
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@5176d81...5cd11c3)
    
    Updates `sigstore/cosign-installer` from 3.5.0 to 3.6.0
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@59acb62...4959ce0)
    
    Updates `actions/upload-artifact` from 4.3.5 to 4.3.6
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@89ef406...834a144)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and poiana committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7e6b79e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix(auth/basic): bind pflags to viper only when required

    Binding pflags to Viper too early will generate a faulty configuration
    file for falcoctl. This commit ensures binding is done only when the
    basic authentication command is called.
    
    Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
    alacuku authored and poiana committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e0d71e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore(deps): Bump actions/upload-artifact in the actions group

    Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@834a144...5076954)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and poiana committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ce6e1ee View commit details
    Browse the repository at this point in the history
Loading