Skip to content

Bump the non-gardener-dependencies group across 1 directory with 7 updates#397

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/non-gardener-dependencies-ca8b2bd218
Open

Bump the non-gardener-dependencies group across 1 directory with 7 updates#397
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/non-gardener-dependencies-ca8b2bd218

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the non-gardener-dependencies group with 6 updates in the / directory:

Package From To
github.com/gophercloud/gophercloud/v2 2.12.0 2.13.0
github.com/onsi/ginkgo/v2 2.29.0 2.32.0
github.com/onsi/gomega 1.41.0 1.42.1
k8s.io/api 0.36.1 0.36.2
k8s.io/code-generator 0.36.1 0.36.2
k8s.io/component-base 0.36.1 0.36.2

Updates github.com/gophercloud/gophercloud/v2 from 2.12.0 to 2.13.0

Release notes

Sourced from github.com/gophercloud/gophercloud/v2's releases.

v2.13.0

What's Changed

Full Changelog: gophercloud/gophercloud@v2.12.0...v2.13.0

Changelog

Sourced from github.com/gophercloud/gophercloud/v2's changelog.

v2.13.0 (2026-06-25)

  • GH-3717 build(deps): bump golang.org/x/crypto from 0.49.0 to 0.50.0
  • GH-3720 build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
  • GH-3723 build(deps): bump github/codeql-action from 4.35.1 to 4.35.2
  • GH-3728 [v2] Implement resource provider allocations
  • GH-3730 [v2] fix: skip non-struct fields in extractIntoPtr slice path to prevent unmarshal panic
  • GH-3731 [v2] Implement usages
  • GH-3732 [v2] Leverage RandomUUID() in Placement resourceproviders tests
  • GH-3737 [v2] Bump golangci-lint
  • GH-3744 build(deps): bump actions/labeler from 6.0.1 to 6.1.0
  • GH-3752 build(deps): bump github/codeql-action from 4.35.2 to 4.35.4
  • GH-3758 build(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0
  • GH-3760 [v2] fix(vpnaas): change encryption and auth method in acceptance tests
  • GH-3762 [v2] Allow clearing Placement resource provider parent_provider_uuid
  • GH-3764 build(deps): bump github/codeql-action from 4.35.4 to 4.35.5
  • GH-3769 [v2] db/instances: remove hardcoded 300GB size cap
  • GH-3770 [v2] neutron: properly enable port-forwarding extension in devstack
  • GH-3771 [v2] tests: Prefer extension check over environment variable
  • GH-3772 [v2] Add Placement resourceprovider list post 1.39
  • GH-3774 [v2] Add support for listing recordsets across all zones
  • GH-3775 [v2] CI: Use pre-built amphora images for Octavia jobs
  • GH-3776 [v2] allow port ranges in floating ip portforwarding
  • GH-3781 build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0
  • GH-3784 build(deps): bump github/codeql-action from 4.35.5 to 4.36.0
  • GH-3787 [v2] docs: relax one-operation-per-PR rule
  • GH-3790 [v2] Add AGENTS.md
  • GH-3794 build(deps): bump github/codeql-action from 4.36.0 to 4.36.1
  • GH-3802 [v2] dns: add AllProjects support to zones.List via X-Auth-All-Projects header
  • GH-3808 dns: fix SudoTenantID type in zones ListOpts
Commits
  • 0e61a3a Merge pull request #3821 from shiftstack/prepare-v2.13
  • ee7fcad Prepare v2.13.0
  • ea41478 Merge pull request #3808 from abhijith-darshan/fix/zones_tenant_header_v2
  • 22e36bc dns: fix SudoTenantID type in zones ListOpts
  • 4e9d09a Merge pull request #3802 from gophercloud/bp-v2-2782e25
  • bab9377 dns: add AllProjects and SudoTenantID header support to zones.List
  • 831ca10 Merge pull request #3794 from gophercloud/dependabot/github_actions/v2/github...
  • fb05e8d Merge pull request #3790 from gophercloud/bp-v2-07787e8
  • e118605 build(deps): bump github/codeql-action from 4.36.0 to 4.36.1
  • 4227bb3 Add AGENTS.md
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0

Release notes

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

v2.32.0

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Changelog

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

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Commits
  • 9ff1646 v2.32.0
  • 0491f2a Make -fd exclusive of -p/-procs and -randomize-all
  • 334f74a respect SilenceSkips in fd mode, add test
  • 21047ce No need for a new method.
  • 7d281e1 Break out to two methods.
  • 5313727 More integration, fewer changes.
  • b83f524 Fewer new methods.
  • 73c59df feat: add -fd flag for RSpec-style documentation output
  • 76a2074 feat: add --sleep-on-failure to pause a failed spec before teardown
  • 3c7bde4 v2.31.0
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.41.0 to 1.42.1

Release notes

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

v1.42.1

1.42.1

Bump Dependencies

v1.42.0

1.42.0

Add a set of Claude skill as a marketplace plugin

Changelog

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

1.42.1

Bump Dependencies

1.42.0

Add a set of Claude skill as a marketplace plugin

Commits

Updates k8s.io/api from 0.36.1 to 0.36.2

Commits

Updates k8s.io/apimachinery from 0.36.1 to 0.36.2

Commits

Updates k8s.io/code-generator from 0.36.1 to 0.36.2

Commits

Updates k8s.io/component-base from 0.36.1 to 0.36.2

Commits

@dependabot dependabot Bot added area/compliance Compliance related kind/enhancement Enhancement, improvement, extension labels Jul 1, 2026
@dependabot dependabot Bot requested review from a team as code owners July 1, 2026 07:53
@dependabot dependabot Bot added kind/enhancement Enhancement, improvement, extension area/compliance Compliance related labels Jul 1, 2026
@gardener-prow

gardener-prow Bot commented Jul 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign andreasburger for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow Bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. labels Jul 1, 2026
@federated-github-access

Copy link
Copy Markdown
Contributor

The PR needs to be labeled with ok-to-test by a maintainer to trigger the automated validation of the change

1 similar comment
@federated-github-access

Copy link
Copy Markdown
Contributor

The PR needs to be labeled with ok-to-test by a maintainer to trigger the automated validation of the change

@gardener-prow gardener-prow Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 1, 2026
@gardener-prow

gardener-prow Bot commented Jul 1, 2026

Copy link
Copy Markdown

rebase

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

…dates

Bumps the non-gardener-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud) | `2.12.0` | `2.13.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.29.0` | `2.32.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.41.0` | `1.42.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.1` | `0.36.2` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.36.1` | `0.36.2` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.36.1` | `0.36.2` |



Updates `github.com/gophercloud/gophercloud/v2` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v2.13.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v2.12.0...v2.13.0)

Updates `github.com/onsi/ginkgo/v2` from 2.29.0 to 2.32.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.29.0...v2.32.0)

Updates `github.com/onsi/gomega` from 1.41.0 to 1.42.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.41.0...v1.42.1)

Updates `k8s.io/api` from 0.36.1 to 0.36.2
- [Commits](kubernetes/api@v0.36.1...v0.36.2)

Updates `k8s.io/apimachinery` from 0.36.1 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.36.1...v0.36.2)

Updates `k8s.io/code-generator` from 0.36.1 to 0.36.2
- [Commits](kubernetes/code-generator@v0.36.1...v0.36.2)

Updates `k8s.io/component-base` from 0.36.1 to 0.36.2
- [Commits](kubernetes/component-base@v0.36.1...v0.36.2)

---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud/v2
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-gardener-dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-gardener-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-gardener-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-gardener-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-gardener-dependencies
- dependency-name: k8s.io/code-generator
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-gardener-dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-gardener-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/non-gardener-dependencies-ca8b2bd218 branch from 185db81 to c0d790e Compare July 1, 2026 11:48
@gardener-prow gardener-prow Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 1, 2026
@federated-github-access

Copy link
Copy Markdown
Contributor

The PR needs to be labeled with ok-to-test by a maintainer to trigger the automated validation of the change

2 similar comments
@federated-github-access

Copy link
Copy Markdown
Contributor

The PR needs to be labeled with ok-to-test by a maintainer to trigger the automated validation of the change

@federated-github-access

Copy link
Copy Markdown
Contributor

The PR needs to be labeled with ok-to-test by a maintainer to trigger the automated validation of the change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/compliance Compliance related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants