Skip to content

Commit

Permalink
chore: bump ginkgo package
Browse files Browse the repository at this point in the history
add rule for dependabot to ignore ginkgo package, because it needs
to be bumped manually.
Bump ginkgo to newest version

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Apr 4, 2024
1 parent b5d2da8 commit da12b4f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ updates:
interval: "daily"
allow:
- dependency-type: "all"
ignore:
# Ginkgo update needs a change in automation/build-test.sh.
- dependency-name: "github.com/onsi/ginkgo/v2"
groups:
production-dependencies:
dependency-type: "production"
Expand Down
4 changes: 2 additions & 2 deletions automation/build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

GOFLAGS='' go install github.com/jstemmer/go-junit-report@latest

GOFLAGS='' go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.3
GOFLAGS='' go install github.com/onsi/gomega/...@v1.19.0
GOFLAGS='' go install github.com/onsi/ginkgo/v2/ginkgo@v2.17.1
GOFLAGS='' go install github.com/onsi/gomega/...@v1.32.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ replace (
require (
github.com/alexflint/go-arg v1.4.3
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/onsi/ginkgo/v2 v2.17.0
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/client-go v3.9.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/onsi/ginkgo/v2/types/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions vendor/github.com/onsi/ginkgo/v2/types/flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/onsi/ginkgo/v2/types/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ github.com/monochromegane/go-gitignore
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
## explicit
github.com/munnerz/goautoneg
# github.com/onsi/ginkgo/v2 v2.17.0
# github.com/onsi/ginkgo/v2 v2.17.1
## explicit; go 1.20
github.com/onsi/ginkgo/v2
github.com/onsi/ginkgo/v2/config
Expand Down

0 comments on commit da12b4f

Please sign in to comment.