Bump the go-version-updates group across 3 directories with 2 updates by dependabot[bot] · Pull Request #3495 · secureCodeBox/secureCodeBox
Bumps the go-version-updates group with 2 updates in the /auto-discovery/cloud-aws directory: github.com/onsi/ginkgo/v2 and github.com/onsi/gomega.
Bumps the go-version-updates group with 1 update in the /auto-discovery/kubernetes directory: github.com/onsi/gomega.
Bumps the go-version-updates group with 1 update in the /operator directory: github.com/onsi/gomega.
Updates github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.28.1
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v2.28.0
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() { // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0 })can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to
@Icarus9913for working on this!
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() { // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0 })can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to
@Icarus9913for working on this!
Commits
Updates github.com/onsi/gomega from 1.39.0 to 1.39.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.39.1
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
Commits
1a25a36v1.39.1406faeebump all deps- See full diff in compare view
Updates github.com/onsi/gomega from 1.39.0 to 1.39.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.39.1
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
Commits
1a25a36v1.39.1406faeebump all deps- See full diff in compare view
Updates github.com/onsi/gomega from 1.39.0 to 1.39.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.39.1
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
Commits
1a25a36v1.39.1406faeebump all deps- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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