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 in /test with 7 updates #490

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the test-dependencies group in /test with 7 updates:

Package From To
code.gitea.io/sdk/gitea 0.17.1 0.18.0
github.com/go-git/go-git/v5 5.11.0 5.12.0
github.com/onsi/ginkgo/v2 2.15.0 2.17.1
github.com/onsi/gomega 1.31.1 1.33.0
sigs.k8s.io/cluster-api-operator 0.9.0 0.9.2
sigs.k8s.io/cluster-api-operator/test 0.8.1 0.9.2
sigs.k8s.io/cluster-api/test 1.6.1 1.7.0

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

Updates github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.12.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.11.0...v5.12.0

Commits
  • 302ddde Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...
  • 6bba34d build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7
  • feaeb36 Merge pull request #937 from matejrisek/feature/rename-short-fields
  • 7959a42 Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...
  • 4c17ce7 build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2
  • 3f77e6f Merge pull request #1048 from pjbgf/fix-reset-validation
  • 6af38e0 Merge pull request #1047 from avoidalone/master
  • e6c3e58 Merge pull request #1044 from pjbgf/ff-merge
  • 04f7b23 *: fix some comments
  • f4f1a87 Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1

Release notes

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

v2.17.1

2.17.1

Fixes

  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

2.17.0

Features

  • add --github-output for nicer output in github actions [e8a2056]

Maintenance

  • fix typo in core_dsl.go [977bc6f]
  • Fix typo in docs [e297e7b]

v2.16.0

2.16.0

Features

  • add SpecContext to reporting nodes

Fixes

  • merge coverages instead of combining them (#1329) (#1340) [23f0cc5]
  • core_dsl: disable Getwd() with environment variable (#1357) [cd418b7]

Maintenance

  • docs/index.md: Typo [2cebe8d]
  • fix docs [06de431]
  • chore: test with Go 1.22 (#1352) [898cba9]
  • Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1336) [17ae120]
  • Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#1327) [5a179ed]
  • Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#1321) [a1e6b69]
  • Bump github-pages and jekyll-feed in /docs (#1351) [d52951d]
  • Fix docs for handling failures in goroutines (#1339) [4471b2e]
Changelog

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

2.17.1

Fixes

  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

2.17.0

Features

  • add --github-output for nicer output in github actions [e8a2056]

Maintenance

  • fix typo in core_dsl.go [977bc6f]
  • Fix typo in docs [e297e7b]

2.16.0

Features

  • add SpecContext to reporting nodes

Fixes

  • merge coverages instead of combining them (#1329) (#1340) [23f0cc5]
  • core_dsl: disable Getwd() with environment variable (#1357) [cd418b7]

Maintenance

  • docs/index.md: Typo [2cebe8d]
  • fix docs [06de431]
  • chore: test with Go 1.22 (#1352) [898cba9]
  • Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1336) [17ae120]
  • Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#1327) [5a179ed]
  • Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#1321) [a1e6b69]
  • Bump github-pages and jekyll-feed in /docs (#1351) [d52951d]
  • Fix docs for handling failures in goroutines (#1339) [4471b2e]
Commits

Updates github.com/onsi/gomega from 1.31.1 to 1.33.0

Release notes

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

v1.33.0

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]

v1.32.0

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Changelog

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

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
  • Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Commits
  • f2e65fc v1.33.0
  • 02e8706 docs: Receive(POINTER, MATCHER)
  • ec1f186 feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests
  • 9999deb Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)
  • cb5ff21 Bump github-pages from 229 to 230 in /docs (#735)
  • bac6596 Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)
  • 4379951 v1.32.0
  • a350b95 Maintain source backwards compatibility
  • a6c8875 Fix failing test
  • 436a197 Migrate github.com/golang/protobuf to google.golang.org/protobuf
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api-operator from 0.9.0 to 0.9.2

Release notes

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

v0.9.2

Changelog

  • 4622794 Merge pull request #484 from k8s-infra-cherrypick-robot/cherry-pick-448-to-release-0.9
  • f7f569d Remove capi-cluster-api-operator deployment from expected yaml test file
  • a0b1e3e Added test
  • 32b1b3a Add featureGates to CoreProvider
  • 4ea2196 Add support for provider specific featureGates

v0.9.1

Changelog

  • 5f27a69 Merge pull request #452 from k8s-infra-cherrypick-robot/cherry-pick-451-to-release-0.9
  • 99db14b Add tests for other provider metadata check during upgrade
  • 9c71c67 Collect correct manifest config map per provider while performing upgrade
Commits
  • 4622794 Merge pull request #484 from k8s-infra-cherrypick-robot/cherry-pick-448-to-re...
  • f7f569d Remove capi-cluster-api-operator deployment from expected yaml test file
  • a0b1e3e Added test
  • 32b1b3a Add featureGates to CoreProvider
  • 4ea2196 Add support for provider specific featureGates
  • 5f27a69 Merge pull request #452 from k8s-infra-cherrypick-robot/cherry-pick-451-to-re...
  • 99db14b Add tests for other provider metadata check during upgrade
  • 9c71c67 Collect correct manifest config map per provider while performing upgrade
  • See full diff in compare view

Updates sigs.k8s.io/cluster-api-operator/test from 0.8.1 to 0.9.2

Release notes

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

v0.9.2

Changelog

  • 4622794 Merge pull request #484 from k8s-infra-cherrypick-robot/cherry-pick-448-to-release-0.9
  • f7f569d Remove capi-cluster-api-operator deployment from expected yaml test file
  • a0b1e3e Added test
  • 32b1b3a Add featureGates to CoreProvider
  • 4ea2196 Add support for provider specific featureGates

v0.9.1

Changelog

  • 5f27a69 Merge pull request #452 from k8s-infra-cherrypick-robot/cherry-pick-451-to-release-0.9
  • 99db14b Add tests for other provider metadata check during upgrade
  • 9c71c67 Collect correct manifest config map per provider while performing upgrade

v0.9.0

Changelog

  • 8c72083 Merge pull request #426 from kubernetes-sigs/dependabot/go_modules/test/k8s.io/apimachinery-0.28.7
  • c0a4fbd Merge pull request #416 from kubernetes-sigs/dependabot/go_modules/ginkgo-1b1c53bfdd
  • 0819033 🌱 Bump k8s.io/apimachinery from 0.28.6 to 0.28.7 in /test
  • 0829a7a Merge pull request #413 from kubernetes-sigs/dependabot/go_modules/test/sigs.k8s.io/cluster-api-1.6.1
  • f4c7c0b Merge pull request #425 from Fedosin/chart_env
  • 6149817 feat: add "env" section support to the helm chart
  • 9ccc6d1 Merge pull request #422 from Fedosin/configmap_namespace
  • e23d296 Merge pull request #409 from zioproto/manager-featureGates
  • 82d7655 fix: restrict configmap lookup to the provider namespace
  • 5d16af9 Merge pull request #405 from Danil-Grigorev/plugin-delete
  • c6c4684 Merge pull request #423 from Fedosin/disable_ipam_e2e_test
  • 96c9be9 test: temporarily disable IPAM provider e2e test
  • c76a729 Merge pull request #421 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-4
  • e386b93 🌱 Bump golangci/golangci-lint-action from 3 to 4
  • 06222f7 Add tests for generic removal via plugin
  • df0a45c Add to InfrastructureProvider spec.manager.featureGates
  • d3656c6 Merge pull request #403 from Fedosin/bump_golangci_1552
  • 44bac2d Merge pull request #419 from kranurag7/kr/goreleaser-1-24-updates
  • 699937b 🌱 Bump sigs.k8s.io/cluster-api from 1.6.0 to 1.6.1 in /test
  • d9df064 Merge pull request #412 from kubernetes-sigs/dependabot/go_modules/test/golang.org/x/tools-0.17.0
  • 68eea39 🌱 Bump golang.org/x/tools from 0.16.1 to 0.17.0 in /test
  • e16aa64 Merge pull request #411 from kubernetes-sigs/dependabot/go_modules/test/github.com/onsi/gomega-1.31.1
  • 68fdac2 Merge pull request #410 from kubernetes-sigs/dependabot/go_modules/test/kubernetes-702a876bde
  • 630ec4b Merge pull request #407 from Fedosin/no_downgrades
  • a8a30ec update git state syntax to goreleaser 1.24
  • d8397d1 🌱 Bump the ginkgo group with 1 update
  • fa1b0dd 🌱 Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 in /test
  • 4509527 🌱 Bump the kubernetes group in /test with 2 updates
  • f2d4da3 Implement delete plugin subcommand
  • a22f799 feat: add a preflight check to prevent provider downgrades
  • f5d8954 Merge pull request #400 from Fedosin/deprecate-v1alpha1
  • 986ff0e Merge pull request #399 from Danil-Grigorev/provider-upgrader
  • e3f4480 Merge pull request #334 from Fedosin/plugin_init
  • cd1cf47 Implement Init plugin subcommand

... (truncated)

Commits
  • 4622794 Merge pull request #484 from k8s-infra-cherrypick-robot/cherry-pick-448-to-re...
  • f7f569d Remove capi-cluster-api-operator deployment from expected yaml test file
  • a0b1e3e Added test
  • 32b1b3a Add featureGates to CoreProvider
  • 4ea2196 Add support for provider specific featureGates
  • 5f27a69 Merge pull request #452 from k8s-infra-cherrypick-robot/cherry-pick-451-to-re...
  • 99db14b Add tests for other provider metadata check during upgrade
  • 9c71c67 Collect correct manifest config map per provider while performing upgrade
  • 8c72083 Merge pull request #426 from kubernetes-sigs/dependabot/go_modules/test/k8s.i...
  • c0a4fbd Merge pull request #416 from kubernetes-sigs/dependabot/go_modules/ginkgo-1b1...
  • Additional commits viewable in compare view

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

Release notes

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

v1.7.0

👌 Kubernetes version support

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

More information about version support can be found here

Highlights

  • MachinePool: promoted to beta and enabled per default (#10141)
  • MachineDeployment: Taint nodes with PreferNoSchedule during rollouts (#10223)
  • MachineHealthCheck: implement annotation to manually mark machines for remediation (#10202)
  • KCP improvements:
    • Enable kubeadm feature gates mutation (#10154)
    • Defer remediation when a control plane machine is still provisioning (#9734)
    • Prefer deletion of Machines with unhealthy control plane components during rollout (#10421)
  • ClusterClass:
    • Add variable metadata (#10308)
    • Improved version validation if an update is already in progress (#10063)
    • Improved unit and e2e test coverage for ClusterClass with MachinePools (#10028)
  • Various improvements to our e2e tests to increase test coverage and reduce flakes to improve our CI signal
  • Implemented prowjob-gen to make it easier to manage our ProwJobs (#9937)

Changes since v1.6.0

📈 Overview

  • 339 new commits merged
  • 5 breaking changes ⚠️
  • 12 feature additions ✨
  • 48 bugs fixed 🐛

📝 Proposals

  • MachinePool: Update MachinePool Machines proposal with diagrams (#9664)

⚠️ Breaking Changes

  • Dependency: Bump to controller-runtime v0.17.0 & k8s.io/*v0.29 (#9964)
  • Logging: Make event recorder names consistent for KCP and topology controller (#9862)
  • MachinePool: Set MachinePool feature flag default to true + Beta (#10141)
  • KCP/MachineSet: Objects generated by KCP, MachineSets and MachinePools will now consistently use machine name (#9833)

✨ New Features

  • API: Enable kubeadm feature gates mutation (#10154)
  • clusterctl: Add k0smotron provider (#9991)
  • clusterctl: Add public function to create new CRD migrator (#10075)
  • Control-plane: Allow mutation of all fields that should be mutable (#9871)
  • MachineDeployment: Add MachineSetReady condition to MachineDeployment (#9262)
  • MachineDeployment: Taint nodes with PreferNoSchedule during rollouts (#10223)
  • MachineHealthCheck: implement annotation to manually mark machines for remediation (#10202)
  • Release: Add dependencies section to release notes tool (#10043)

... (truncated)

Commits
  • ce58362 Merge pull request #10430 from k8s-infra-cherrypick-robot/cherry-pick-10087-t...
  • b2b4f13 fix: deletion priority to avoid deleting too many machines
  • f4cdfac Merge pull request #10426 from k8s-infra-cherrypick-robot/cherry-pick-10424-t...
  • b39ebbf test: fix kubetest to allow parallel execution on different clusters
  • 1432bbe Merge pull request #10423 from k8s-infra-cherrypick-robot/cherry-pick-10220-t...
  • 3310dd4 fix: verify that there is a release for the tag
  • 9c9191e [release-1.7] 🐛 Delete out of date machines with unhealthy control plane comp...
  • 84cd954 Merge pull request #10415 from chrischdi/cherry-pick-10412-to-release-1.7
  • 9809100 cherry-pick fix
  • c25cd87 test: make kindmapper to not overwrite pre-releases
  • 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

Bumps the test-dependencies group in /test with 7 updates:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.17.1` | `0.18.0` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.11.0` | `5.12.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.15.0` | `2.17.1` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.31.1` | `1.33.0` |
| [sigs.k8s.io/cluster-api-operator](https://github.com/kubernetes-sigs/cluster-api-operator) | `0.9.0` | `0.9.2` |
| [sigs.k8s.io/cluster-api-operator/test](https://github.com/kubernetes-sigs/cluster-api-operator) | `0.8.1` | `0.9.2` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.6.1` | `1.7.0` |


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

Updates `github.com/go-git/go-git/v5` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.11.0...v5.12.0)

Updates `github.com/onsi/ginkgo/v2` from 2.15.0 to 2.17.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.15.0...v2.17.1)

Updates `github.com/onsi/gomega` from 1.31.1 to 1.33.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.31.1...v1.33.0)

Updates `sigs.k8s.io/cluster-api-operator` from 0.9.0 to 0.9.2
- [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.9.0...v0.9.2)

Updates `sigs.k8s.io/cluster-api-operator/test` from 0.8.1 to 0.9.2
- [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.8.1...v0.9.2)

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

---
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/go-git/go-git/v5
  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
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  dependency-group: test-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 05:07
@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 Apr 22, 2024
@Danil-Grigorev Danil-Grigorev merged commit 31b0d52 into main Apr 23, 2024
29 of 30 checks passed
@Danil-Grigorev Danil-Grigorev deleted the dependabot/go_modules/test/test-dependencies-f81afe6c0b branch April 23, 2024 09:41
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