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

chore(deps): Bump the test-dependencies group across 1 directory with 5 updates #653

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps the test-dependencies group with 3 updates in the /test directory: code.gitea.io/sdk/gitea, github.com/onsi/ginkgo/v2 and sigs.k8s.io/cluster-api-operator/test.

Updates code.gitea.io/sdk/gitea from 0.18.0 to 0.19.0

Updates github.com/onsi/ginkgo/v2 from 2.17.2 to 2.20.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.20.0

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

2.19.1

Fixes

  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]

Maintenance

  • bump gomega [76f4e0c]
  • Bump rexml from 3.2.6 to 3.2.8 in /docs (#1417) [b69c00d]
  • Bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1425) [f097741]

v2.19.0

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]

v2.17.3

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

2.19.1

Fixes

  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]

Maintenance

  • bump gomega [76f4e0c]
  • Bump rexml from 3.2.6 to 3.2.8 in /docs (#1417) [b69c00d]
  • Bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1425) [f097741]

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

Commits

Updates github.com/onsi/gomega from 1.33.1 to 1.34.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

v1.34.0

1.34.0

Features

  • Add RoundTripper method to ghttp.Server [c549e0d]

Fixes

  • fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]

Maintenance

  • bump ginkgo [8af2ece]
  • Fix typo in docs [123a071]
  • Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
  • Bump github-pages from 230 to 231 in /docs (#748) [892c303]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

1.34.0

Features

  • Add RoundTripper method to ghttp.Server [c549e0d]

Fixes

  • fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]

Maintenance

  • bump ginkgo [8af2ece]
  • Fix typo in docs [123a071]
  • Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
  • Bump github-pages from 230 to 231 in /docs (#748) [892c303]
Commits
  • fa057b8 v1.34.1
  • 5e71dcd Use slices from exp/slices to keep golang 1.20 compat
  • 32e5498 v1.34.0
  • cb3fa6a run go mod tidy and wonder why go get doesnt just run it for me in the first ...
  • 8af2ece bump ginkgo
  • 878940c fix incorrect handling of nil slices in HaveExactElements (fixes #771)
  • f5bec80 clean up bipartitegraph tests
  • ebadb67 issue_765 - fixed bug in Hopcroft-Karp algorithm
  • 123a071 Fix typo in docs
  • c549e0d Add RoundTripper method to ghttp.Server
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api-operator/test from 0.10.1 to 0.12.0

Release notes

Sourced from sigs.k8s.io/cluster-api-operator/test's releases.

v0.12.0

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/cluster-api-operator@v0.11.0...v0.12.0

v0.11.0

Changelog

  • 1e758d1 Merge pull request #539 from willie-yao/add-sync-wave
  • a93dff8 Add sync-wave annotations
  • 7e8c9cd Merge pull request #533 from willie-yao/fix-upstream-chart
  • 92f0294 Fix helm chart logic
  • fab98f2 Merge pull request #523 from kubernetes-sigs/dependabot/go_modules/test/golang.org/x/tools-0.21.0
  • e644619 Merge pull request #521 from Fedosin/helm_no_cert_manager
  • cc612a3 Merge pull request #528 from Fedosin/bump_cert_manager
  • e5af903 Merge pull request #511 from kubernetes-sigs/dependabot/go_modules/sigs.k8s.io/cluster-api-1.7.1
  • 1de0b55 Merge pull request #508 from kubernetes-sigs/dependabot/go_modules/ginkgo-8c24f35628
  • 4db37e4 Merge pull request #527 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-6
  • 40c9191 Merge branch 'main' into dependabot/go_modules/sigs.k8s.io/cluster-api-1.7.1
  • 26bde5e Bump cert-manager version to v1.14.5
  • 4123e88 docs: update documentation on cert manager removal from helm chart
  • 3103c1e 🌱 Bump golangci/golangci-lint-action from 5 to 6
  • 2e244f4 Merge pull request #510 from kubernetes-sigs/dependabot/go_modules/test/sigs.k8s.io/cluster-api-1.7.1
  • a00fc0a 🌱 Bump sigs.k8s.io/cluster-api from 1.7.0 to 1.7.1 in /test
  • 436643a Merge pull request #512 from kubernetes-sigs/dependabot/go_modules/test/sigs.k8s.io/cluster-api/test-1.7.1
  • 5b08632 🌱 Bump golang.org/x/tools from 0.19.0 to 0.21.0 in /test
  • a182056 Merge pull request #514 from kubernetes-sigs/dependabot/go_modules/test/github.com/onsi/gomega-1.33.1
  • 4891995 Update generated code
  • ef61df2 🌱 Bump github.com/onsi/gomega in the ginkgo group
  • 44ffe2e Update generated code
  • b8e319c 🌱 Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 in /test
  • 3bb5a22 🌱 Bump sigs.k8s.io/cluster-api/test in /test
  • b2a75ba 🌱 Bump sigs.k8s.io/cluster-api from 1.7.0 to 1.7.1
  • 8cb8da6 Merge pull request #507 from kubernetes-sigs/dependabot/go_modules/kubernetes-ec3d011d16
  • a83d119 breaking: remove cert-manager support from helm chart
  • 22b3a28 Merge pull request #408 from Fedosin/plugin_upgrade_plan
  • c57f03f Merge pull request #517 from Fedosin/hack_tools_gomod
  • 7e6e7eb fix: remove TestDeployCAPIOperator
  • f02776a test: add "upgrade plan" tests
  • 8b61e23 Implement "upgrade plan" support

... (truncated)

Commits
  • 771e8a3 Merge pull request #538 from willie-yao/upstream-install-aso-crds
  • fbe3b5a Merge pull request #561 from apricote/docs-manifestpatches
  • 59205d7 docs: fix manifestPatches field name
  • d1112d3 Add support for customizing additional provider deployments
  • 628476c Merge pull request #519 from cwrau/feat/use-real-serviceaccount
  • d2d1dad Merge pull request #549 from willie-yao/helm-test
  • 58d8e15 Add more cases to helm test
  • c4ef701 Merge pull request #550 from willie-yao/update-docs
  • ea4f195 Merge pull request #551 from alexander-demicev/index-v0.11.0
  • faf0312 This PR updates index.yaml for v0.11.0. Automatically generated by make updat...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.7.0 to 1.7.1

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.7.1

👌 Kubernetes version support

  • Management Cluster: v1.26.x -> v1.30.x
  • Workload Cluster: v1.24.x -> v1.30.x

More information about version support can be found here

Highlights

  • Kubernetes v1.30 is now supported

Changes since v1.7.0

📈 Overview

  • 11 new commits merged
  • 2 bugs fixed 🐛

🐛 Bug Fixes

  • CAPD: Verify lb config after writing it (#10461)
  • e2e: also gather junit reports in case of errors observed from ginkgo (#10494)

🌱 Others

  • Dependency: Bump envtest to v1.30.0 (#10481)
  • e2e: Export more func in test/e2e/common.go (#10447)
  • Testing: Bump Kubernetes in tests to v1.30.0 and claim support for v1.30 (#10465)

📖 Additionally, there have been 6 contributions to our documentation and book. (#10446, #10448, #10451, #10456, #10470, #10491)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

Commits
  • ef04465 Merge pull request #10494 from k8s-infra-cherrypick-robot/cherry-pick-10493-t...
  • d7f48ec kubetest: also gather junit reports in case of errors observed from ginkgo
  • 877d16c Merge pull request #10491 from k8s-infra-cherrypick-robot/cherry-pick-10443-t...
  • 5065e48 Update docs for ClusterResourceSets
  • 1577469 Merge pull request #10481 from k8s-infra-cherrypick-robot/cherry-pick-10477-t...
  • 64730e3 Bump envtest to v1.30.0
  • b1dbd55 Merge pull request #10470 from k8s-infra-cherrypick-robot/cherry-pick-10310-t...
  • 5fc3d2a Add docs on how to get goroutine dump
  • 1291f05 Merge pull request #10465 from chrischdi/pr-cp-10454-r-1-7
  • 71da65e test: Bump kubernetes in test due to v1.30 GA
  • Additional commits viewable 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 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

@dependabot dependabot bot requested a review from a team as a code owner August 8, 2024 12:50
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Aug 8, 2024
@Danil-Grigorev Danil-Grigorev added area/dependency Issues or PRs related to dependency changes and removed area/dependency Issues or PRs related to dependency changes labels Aug 8, 2024
@Danil-Grigorev Danil-Grigorev enabled auto-merge (squash) August 8, 2024 14:56
… 5 updates

Bumps the test-dependencies group with 3 updates in the /test directory: code.gitea.io/sdk/gitea, [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [sigs.k8s.io/cluster-api-operator/test](https://github.com/kubernetes-sigs/cluster-api-operator).


Updates `code.gitea.io/sdk/gitea` from 0.18.0 to 0.19.0

Updates `github.com/onsi/ginkgo/v2` from 2.17.2 to 2.20.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.17.2...v2.20.0)

Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.33.1...v1.34.1)

Updates `sigs.k8s.io/cluster-api-operator/test` from 0.10.1 to 0.12.0
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-operator/releases)
- [Changelog](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/.goreleaser.yaml)
- [Commits](kubernetes-sigs/cluster-api-operator@v0.10.1...v0.12.0)

Updates `sigs.k8s.io/cluster-api/test` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: sigs.k8s.io/cluster-api-operator/test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/test/test-dependencies-114bbb3cf2 branch from 419c30b to 96b574c Compare August 12, 2024 05:53
@Danil-Grigorev Danil-Grigorev merged commit 732947d into main Aug 12, 2024
10 checks passed
@Danil-Grigorev Danil-Grigorev deleted the dependabot/go_modules/test/test-dependencies-114bbb3cf2 branch August 12, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants