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

Bump the global group across 1 directory with 4 updates #37

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the global group with 4 updates in the / directory: github.com/aquasecurity/trivy-operator, github.com/spf13/cobra, github.com/spf13/viper and k8s.io/client-go.

Updates github.com/aquasecurity/trivy-operator from 0.20.1 to 0.21.3

Release notes

Sourced from github.com/aquasecurity/trivy-operator's releases.

v0.21.3

Changelog

🐛 Notable Fixes 🐛

  • de3ddf582885f22a35e6df29167b37bcfbd9a956: fix: failed to eval rego misconfig policy (#2125) (@​chen-keinan)

👷 Other work 👷

  • b45ed1e0bbb3c0661ff1d4a242f39f5659c4ef19: Added target field to metrics (#2122) (@​kersten)

v0.21.2

Changelog

🐛 Notable Fixes 🐛

  • 20a8a5b39d7b29a23b76c0691fed678104f9b43d: fix: Add scanJobAnnotations to the Job instead of just the Pod (#2111) (@​darkhelmet)
  • dcbb19abc93bd5e9f96f8f19ea3e934f65c93184: fix: log failed container error (#2112) (@​chen-keinan)
  • f1dada82d8d32532cd48ea11b837ccd3122ce4d5: fix: non completed containers with invalid stacktrace (#2107) (@​chen-keinan)
  • f222fefac135367505ca86510d6c60b0a75c895e: fix: policies bundle insecure (#2100) (@​chen-keinan)
  • 4cde7c120c3bcbfdda441dd84e7f3cf108939039: fix: set default value for useBuiltIntPolicies (#2114) (@​chen-keinan)

🔧 Miscellaneous 🔧

👷 Other work 👷

  • f048e867356aaeeba5f9e50bca865ffa39c44d07: build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#2119) (@​dependabot[bot])
  • 0babd17c16b84b5ea17e7ce8d576f3489d34b15d: build(deps): bump github.com/aquasecurity/trivy from 0.51.2 to 0.51.4 (#2106) (@​dependabot[bot])
  • ce318658b26ff6384a3c998c8b3f332df31d8c8c: build(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.53.10 (#2105) (@​dependabot[bot])
  • 7dea6fd77d1fb1a44389577ed39d0d24fd1afda0: build(deps): bump github.com/aws/aws-sdk-go from 1.53.10 to 1.53.14 (#2118) (@​dependabot[bot])
  • fc164c38e565542c5e243a195a63f4a3e4229581: build(deps): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (#2102) (@​dependabot[bot])
  • 7f909630f4ee2c9ebe24a5a0b4adc9d4b7efab21: build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 (#2103) (@​dependabot[bot])
  • 12ebab140d19bf15efdf8cda7175fb803c2df25e: build(deps): bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 (#2104) (@​dependabot[bot])

v0.21.1

Changelog

✨ Notable Changes ✨

  • d472cd6d00f17a72232f0fd89743c848fa613947: feat(helm): Add http/https proxy option in operator (#2087) (@​bunseokbot)

👮 Security updates👮

🔧 Miscellaneous 🔧

  • f284c836006483af8a2cb9de1a1de34bb1baeb3b: chore: auto bump minor golang version (#2093) (@​chen-keinan)

👷 Other work 👷

  • 83ff5c09c936a5aa3887ea03f9d0637016cde0b2: build(deps): bump k8s.io/api from 0.30.0 to 0.30.1 (#2092) (@​dependabot[bot])
  • 8d22cdf0438b6702b01253130e7523fb75f15fc1: build(deps): bump k8s.io/apiextensions-apiserver from 0.30.0 to 0.30.1 (#2090) (@​dependabot[bot])
  • 25c69d75efdab66fce5c3be5003159078a9243c1: build(deps): bump k8s.io/cli-runtime from 0.30.0 to 0.30.1 (#2091) (@​dependabot[bot])
  • 86c65a5ea5bbf7f263003d9c71c08e6c19d3f0a6: build(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1 (#2089) (@​dependabot[bot])

v0.21.0

Changelog

✨ Notable Changes ✨

  • 8c62a23d871999ae7ba8b39530eb1ed0ada7c27e: feat(helm): only deploy ClusterComplianceReports if enabled (#2027) (@​elchenberg)
  • 96a010b3c64a1ef3bc305508b2f4467620ddf8fc: feat: Add custom header options for webhook notification (#2044) (@​bunseokbot)
  • 289f303a464d6022072133d2896063ae6186af83: feat: filter container by regex (#2080) (@​chen-keinan)

🐛 Notable Fixes 🐛

  • 81cd4ca8b8fad1e90f547bec4f688a9f2dc647fb: fix: cves high and critical (#2077) (@​chen-keinan)
  • 727b9ab463043bb9b4845a50dd94f4f837d60edb: fix: node-collector cves high critical (#2075) (@​chen-keinan)
  • 22d68987ca77a7c67906db6018b2a4f209c64314: fix: the use of embedded checks, fallback for air-gapped env. (#2074) (@​chen-keinan)

... (truncated)

Commits

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits

Updates github.com/spf13/viper from 1.18.2 to 1.19.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.19.0

What's Changed

Bug Fixes 🐛

Dependency Updates ⬆️

... (truncated)

Commits
  • b9733f0 build(deps): bump actions/checkout from 4.1.4 to 4.1.6
  • 6ecc5c8 build(deps): bump cachix/install-nix-action from 26 to 27
  • 248c6fd build(deps): bump github/codeql-action from 3.25.4 to 3.25.7
  • abea773 Update references to bketelsen/crypt
  • f17acb4 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
  • 8e285a5 build(deps): bump github/codeql-action from 3.25.2 to 3.25.4
  • 4017620 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  • b67e814 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2
  • 4a182c7 build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2
  • 45a0e12 build(deps): bump mheap/github-action-required-labels
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.30.1 to 0.30.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the global group with 4 updates in the / directory: [github.com/aquasecurity/trivy-operator](https://github.com/aquasecurity/trivy-operator), [github.com/spf13/cobra](https://github.com/spf13/cobra), [github.com/spf13/viper](https://github.com/spf13/viper) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `github.com/aquasecurity/trivy-operator` from 0.20.1 to 0.21.3
- [Release notes](https://github.com/aquasecurity/trivy-operator/releases)
- [Changelog](https://github.com/aquasecurity/trivy-operator/blob/main/.goreleaser.yaml)
- [Commits](aquasecurity/trivy-operator@v0.20.1...v0.21.3)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

Updates `github.com/spf13/viper` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.18.2...v1.19.0)

Updates `k8s.io/client-go` from 0.30.1 to 0.30.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.1...v0.30.2)

---
updated-dependencies:
- dependency-name: github.com/aquasecurity/trivy-operator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

Superseded by #38.

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/global-421fc02678 branch July 8, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants