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

🌱 Update Update Golang Dependencies group (minor) #112

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

cluster-stack-bot[bot]
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Feb 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/gophercloud/gophercloud v1.9.0 -> v1.11.0 age adoption passing confidence require minor
github.com/gophercloud/utils 80377ec -> b57aefb require digest
github.com/onsi/ginkgo/v2 v2.15.0 -> v2.17.1 age adoption passing confidence require minor
github.com/onsi/gomega v1.31.1 -> v1.32.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.4 -> v1.9.0 age adoption passing confidence require minor

Release Notes

gophercloud/gophercloud (github.com/gophercloud/gophercloud)

v1.11.0

Compare Source

What's Changed

This release replaces v1.9 and v1.10, making the Context embedded in the Provider client working again as expected.

Full Changelog: gophercloud/gophercloud@v1.10.0...v1.11.0

v1.10.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v1.9.0...v1.10.0

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.17.1

Compare Source

2.17.1

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

v2.17.0

Compare Source

2.17.0

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

v2.16.0

Compare Source

2.16.0

Features
  • add SpecContext to reporting nodes
Fixes
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.32.0

Compare Source

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]

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

@cluster-stack-bot
Copy link
Contributor Author

cluster-stack-bot bot commented Feb 28, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: errors parsing go.mod:
go.mod:9:2: require github.com/gophercloud/utils: version "v0.0.0-20240305212012-b57aefba4cdb" invalid: go.mod has post-v0 module path "github.com/gophercloud/utils/v2" at revision b57aefba4cdb

@cluster-stack-bot cluster-stack-bot bot added the size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. label Feb 28, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/golang-deps branch 5 times, most recently from 9c1b415 to 44baca5 Compare March 7, 2024 11:10
@kranurag7
Copy link
Contributor

FROM docker.io/library/golang:1.21.6-bullseye@sha256:a8712f27d9ac742e7bded8f81f7547c5635e855e8b80302e8fc0ce424f559295

this needs to be bumped to 1.21.8 for this one to pass.

See the following message:

go: module github.com/gophercloud/utils/v2@v2.0.0-20240228132853-8515e998ecab requires go >= 1.21.6; switching to go1.21.8

I'll update the builder image.

@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 75bc77f to da933a6 Compare March 25, 2024 11:11
@cluster-stack-bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@cluster-stack-bot cluster-stack-bot bot added size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. labels Mar 28, 2024
cluster-stack-bot bot and others added 2 commits March 28, 2024 08:23
| datasource | package                            | from    | to      |
| ---------- | ---------------------------------- | ------- | ------- |
| go         | github.com/gophercloud/gophercloud | v1.9.0  | v1.11.0 |
| go         | github.com/onsi/ginkgo/v2          | v2.15.0 | v2.17.1 |
| go         | github.com/onsi/gomega             | v1.31.1 | v1.32.0 |
| go         | github.com/stretchr/testify        | v1.8.4  | v1.9.0  |
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
@chess-knight chess-knight merged commit 17f8eb4 into main Mar 28, 2024
6 checks passed
@chess-knight chess-knight deleted the renovate/golang-deps branch March 28, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. type/minor update/go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants