Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

falcoctl 0.8.0 #173001

Merged
merged 2 commits into from
May 28, 2024
Merged

falcoctl 0.8.0 #173001

merged 2 commits into from
May 28, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* add dependabot config and update golangci-lint by @cpanato in https://github.com/falcosecurity/falcoctl/pull/385
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/388
* chore(deps): Bump docker/metadata-action from 4.3.0 to 5.5.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/389
* chore(deps): Bump docker/setup-qemu-action from 2.1.0 to 3.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/390
* chore(deps): Bump docker/login-action from 2.1.0 to 3.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/392
* chore(deps): Bump docker/setup-buildx-action from 2.5.0 to 3.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/391
* chore(deps): Bump actions/setup-go from 4.0.0 to 5.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/394
* chore(deps): Bump actions/checkout from 3.5.0 to 4.1.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/397
* chore(deps): Bump cloud.google.com/go/storage from 1.33.0 to 1.36.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/403
* chore(deps): Bump github.com/google/go-containerregistry from 0.16.1 to 0.18.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/406
* chore(deps): Bump actions/upload-artifact from 3.1.2 to 4.3.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/393
* chore(deps): Bump goreleaser/goreleaser-action from 4.2.0 to 5.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/395
* chore(deps): Bump docker/build-push-action from 4.0.0 to 5.1.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/396
* chore(deps): Bump golang.org/x/oauth2 from 0.13.0 to 0.16.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/399
* chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.15.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/405
* chore(deps): Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.1+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/404
* chore(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.2 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/400
* chore(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.31.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/401
* chore(cmd): fixed up some strings. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/407
* chore(deps): Bump the gomod group with 5 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/398
* chore(deps): Bump github.com/docker/cli from 24.0.7+incompatible to 25.0.1+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/410
* chore(deps): Bump google.golang.org/api from 0.153.0 to 0.159.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/409
* chore(deps): Bump k8s.io/client-go from 0.28.3 to 0.29.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/408
* chore(deps): Bump github.com/sigstore/sigstore from 1.7.6 to 1.8.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/413
* fix: fixed go.sum entry to fix build. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/415
* chore(deps): Bump cloud.google.com/go/storage from 1.36.0 to 1.37.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/411
* feat: adding support for KMS in cosign by @brennoo in https://github.com/falcosecurity/falcoctl/pull/416
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/423
* bump github.com/opencontainers/image-spec to v1.1.0-rc6 by @cpanato in https://github.com/falcosecurity/falcoctl/pull/417
* chore(deps): Bump github.com/google/go-containerregistry from 0.18.0 to 0.19.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/421
* chore(deps): Bump the gomod group with 4 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/418
* chore(deps): Bump google.golang.org/api from 0.159.0 to 0.161.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/420
* fix: Dead link in PR template by @krnowak in https://github.com/falcosecurity/falcoctl/pull/424
* pkg/driver/flatcar: Update the script by @krnowak in https://github.com/falcosecurity/falcoctl/pull/425
* fix(pkg/driver): fixed generic kernelversion fixup method. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/427
* new(cmd/driver): support user provided headers option for driver download by @toamto94 in https://github.com/falcosecurity/falcoctl/pull/428
* chore(deps): Bump the actions group with 1 update by @dependabot in https://github.com/falcosecurity/falcoctl/pull/431
* chore(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/432
* chore(deps): Bump the gomod group with 3 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/433
* chore(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/440
* chore(deps): Bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/439
* chore(deps): Bump github.com/distribution/distribution/v3 from 3.0.0-20230608105614-4501a6e06d3b to 3.0.0-alpha.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/437
* chore(deps): Bump google.golang.org/api from 0.161.0 to 0.163.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/435
* fix(pusher): correctly report artifact type by @alacuku in https://github.com/falcosecurity/falcoctl/pull/442
* chore(deps): Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/447
* chore(deps): Bump google.golang.org/api from 0.163.0 to 0.165.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/446
* chore(deps): Bump github.com/opencontainers/image-spec from 1.1.0-rc6 to 1.1.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/445
* chore(deps): Bump the gomod group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/444
* new(CI): add ecr repository by @alacuku in https://github.com/falcosecurity/falcoctl/pull/448
* fix(ci): add permissions for AWS ecr by @alacuku in https://github.com/falcosecurity/falcoctl/pull/449
* new(CI): add provenance for ecr image by @alacuku in https://github.com/falcosecurity/falcoctl/pull/450
* fix(CI): properly get credentials for amazon ecr registry by @alacuku in https://github.com/falcosecurity/falcoctl/pull/452
* new(ci): add provenance for main tag by @alacuku in https://github.com/falcosecurity/falcoctl/pull/453
* fix(CI): add permissions to login-to-amazon-ecr job by @alacuku in https://github.com/falcosecurity/falcoctl/pull/454
* chore(deps): Bump google.golang.org/api from 0.165.0 to 0.167.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/456
* Remove extra '$' character. by @thejefflarson in https://github.com/falcosecurity/falcoctl/pull/458
* chore(deps): Bump cloud.google.com/go/storage from 1.38.0 to 1.39.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/463
* chore(deps): Bump the gomod group with 6 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/460
* chore(deps): Bump the actions group with 1 update by @dependabot in https://github.com/falcosecurity/falcoctl/pull/464
* chore(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/461
* chore(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/466
* chore(deps): Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/465
* chore(deps): Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/473
* chore(deps): Bump the actions group with 1 update by @dependabot in https://github.com/falcosecurity/falcoctl/pull/475
* chore(deps): Bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/469
* chore(deps): Bump google.golang.org/api from 0.167.0 to 0.169.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/470
* chore(deps): Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/474
* chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/472
* chore(deps): Bump the gomod group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/468
* feat(cmd/push): parse requirements and deps from rulesfile by @alacuku in https://github.com/falcosecurity/falcoctl/pull/467
* chore(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/477
* update(cmd): bumped oras to v.2.4.0. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/478
* fix(registry/push): correctly remove temporary dir by @alacuku in https://github.com/falcosecurity/falcoctl/pull/479
* chore(deps): Bump google.golang.org/api from 0.169.0 to 0.170.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/482
* chore(deps): Bump the gomod group with 4 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/481
* chore(deps): Bump the actions group with 4 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/480
* chore(deps): Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/485
* update(tests/push): add new tests for push command by @alacuku in https://github.com/falcosecurity/falcoctl/pull/486
* chore(deps): Bump the actions group with 1 update by @dependabot in https://github.com/falcosecurity/falcoctl/pull/487
* chore(deps): Bump google.golang.org/api from 0.170.0 to 0.171.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/488
* chore(deps): Bump github.com/docker/cli from 25.0.4+incompatible to 26.0.0+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/493
* chore(deps): Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/489
* chore(deps): Bump github.com/docker/docker from 25.0.5+incompatible to 26.0.0+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/492
* new: driver selection logic by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/484
* chore(docco): Add Homebrew as a MacOS install option by @mapkon in https://github.com/falcosecurity/falcoctl/pull/495
* chore(deps): Bump oras.land/oras-go/v2 from 2.4.0 to 2.5.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/490
* chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/491
* new(pkg/driver): try to fetch kernel headers leveraging driverkit library when building drivers by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/476
* chore(cmd,pkg,internal): switch to use `oras-go` credentials package since `oras-go-credentials` is deprecated by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/496
* chore(cmd/push): uniform receiver for push command by @alacuku in https://github.com/falcosecurity/falcoctl/pull/498
* chore(deps): Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/503
* chore(deps): Bump the gomod group with 8 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/501
* chore(deps): Bump github.com/cilium/ebpf from 0.13.2 to 0.14.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/502
* chore(deps): Bump the actions group with 1 update by @dependabot in https://github.com/falcosecurity/falcoctl/pull/500
* chore(deps): Bump google.golang.org/api from 0.171.0 to 0.172.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/504
* fix(pkg/driver): fixup kernel headers download by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/499
* fix(artifact/info): filter out signature tags by @alacuku in https://github.com/falcosecurity/falcoctl/pull/507
* vote: docs(OWNERS): add alacuku (Aldo Lacuku) to approvers by @alacuku in https://github.com/falcosecurity/falcoctl/pull/497
* cleanup(cmd/driver): drop preview tag. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/506
* fix(goreleaser): disable release build for windows i386. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/508
* fix(install): fix missing dependency signature verification by @LucaGuerra in https://github.com/falcosecurity/falcoctl/pull/509
* chore(deps): Bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/511
* chore(deps): Bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/514
* chore(deps): Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/513
* chore(deps): Bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/512
* chore(deps): Bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/516
* chore(cmd): dropped leftover `experimental` for driver-loader. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/515
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/517
* fix: Add backend 'https' to default index by @QJoly in https://github.com/falcosecurity/falcoctl/pull/520
* chore(deps): Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/522
* chore(deps): Bump github.com/docker/cli from 26.0.0+incompatible to 26.0.2+incompatible in the gomod group by @dependabot in https://github.com/falcosecurity/falcoctl/pull/523
* chore(internal): old ebpf probe must have lowest priority. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/521
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/525
* chore(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/529
* chore(deps): Bump google.golang.org/api from 0.172.0 to 0.175.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/527
* fix(pkg/driver): avoid source of crash during distro Discovery. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/530
* chore(deps): Bump k8s.io/apimachinery from 0.29.3 to 0.30.0 by @alacuku in https://github.com/falcosecurity/falcoctl/pull/532
* chore(build): bump go version to 1.22 by @alacuku in https://github.com/falcosecurity/falcoctl/pull/533
* chore(deps): Bump k8s.io/client-go from 0.29.3 to 0.30.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/528
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/534
* chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/536
* chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 in the gomod group by @dependabot in https://github.com/falcosecurity/falcoctl/pull/537
* chore(deps): Bump github.com/docker/docker from 26.0.2+incompatible to 26.1.0+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/539
* chore(deps): Bump github.com/docker/cli from 26.0.2+incompatible to 26.1.0+incompatible by @dependabot in https://github.com/falcosecurity/falcoctl/pull/538
* chore(deps): Bump google.golang.org/api from 0.175.0 to 0.176.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/542
* chore(deps): Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/535
* add new boolean arg for 'registry push' --add-floating-tags, it will auto add the tags for the major and the minor versions by @Issif in https://github.com/falcosecurity/falcoctl/pull/543
* chore(deps): Bump google.golang.org/api from 0.176.1 to 0.177.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/547
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/544
* chore(deps): Bump the gomod group with 3 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/545
* chore(deps): Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/548
* chore(deps): Bump golang.org/x/term from 0.19.0 to 0.20.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/549
* chore(deps): Bump github.com/cilium/ebpf from 0.14.0 to 0.15.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/541
* cleanup(cmd,pkg): moved `enum` to its own package. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/550
* new(pkg): use driverkit `local` build processor instead of implementing drivers build by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/356
* fix(pkg/driver): create envmap if nil since driverkit expects it. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/551
* chore(cmd/driver): remove redundant log. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/552
* chore: updated driverkit to v0.19.2 by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/553
* chore(deps): Bump google.golang.org/api from 0.178.0 to 0.180.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/559
* chore(deps): Bump the gomod group with 3 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/558
* feat: Add --platform option to artifact/install by @kpaulisse in https://github.com/falcosecurity/falcoctl/pull/554
* chore(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/556
* chore(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/557
* feat: Add file backend to fetcher by @kpaulisse in https://github.com/falcosecurity/falcoctl/pull/555
* new(cmd/driver): driver config namespace from env variable by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/560
* chore(cmd,internal): expose FALCOCTL_DRIVER_CONFIG_UPDATE_FALCO env var. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/561
* chore(pkg/driver): restored `uek` kernel check. by @FedeDP in https://github.com/falcosecurity/falcoctl/pull/562
* chore(deps): Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/564
* chore(deps): Bump actions/checkout from 4.1.5 to 4.1.6 in the actions group by @dependabot in https://github.com/falcosecurity/falcoctl/pull/566
* chore(deps): Bump the gomod group with 4 updates by @dependabot in https://github.com/falcosecurity/falcoctl/pull/563
* chore(deps): Bump google.golang.org/api from 0.180.0 to 0.181.0 by @dependabot in https://github.com/falcosecurity/falcoctl/pull/565

New Contributors

Full Changelog: falcosecurity/falcoctl@v0.7.3...v0.8.0

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 28, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 28, 2024
@BrewTestBot BrewTestBot enabled auto-merge May 28, 2024 10:41
@BrewTestBot BrewTestBot added this pull request to the merge queue May 28, 2024
Merged via the queue into master with commit cafd0c7 May 28, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-falcoctl-0.8.0 branch May 28, 2024 10:47
@github-actions github-actions bot added the outdated PR was locked due to age label Jul 7, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants