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 (patch) #147

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

cluster-stack-bot[bot]
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Apr 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/gophercloud/gophercloud/v2 v2.0.0-beta.2 -> v2.0.0 age adoption passing confidence require patch
github.com/gophercloud/utils/v2 v2.0.0-20240305212012-b57aefba4cdb -> v2.0.0-20240812072210-8ce1fc0f2894 age adoption passing confidence require patch
github.com/onsi/gomega v1.34.0 -> v1.34.2 age adoption passing confidence require patch
go (source) 1.23.0 -> 1.23.1 age adoption passing confidence toolchain patch
sigs.k8s.io/cluster-api-provider-openstack v0.9.0 -> v0.9.2 age adoption passing confidence require patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.0.0

Compare Source

MAIN BREAKING CHANGES:

  • Gophercloud now requires Go v1.22.
  • GH-2821 Gophercloud now escapes container and object names in all objects and containers functions. If you were previously escaping names (with, for example: url.PathEscape or url.QueryEscape), then you should REMOVE that and pass the intended names to Gophercloud directly.
  • GH-2821 The containers.ListOpts#Full and objects.ListOpts#Full properties are REMOVED from the Gophercloud API. The reason for that is: plaintext listing is unfixably wrong and won't handle special characters reliably (i.e. \n).
  • GH-2821 Empty container names, container names containing a slash (/), and empty object names are now rejected in Gophercloud before any call to Swift.
  • GH-2821 In objectstorage: containers.ErrInvalidContainerName is now v1.ErrInvalidContainerName.
  • GH-2821 New name validation errors in objectstorage:
    • v1.ErrEmptyContainerName
    • v1.ErrEmptyObjectName
  • GH-2821 In objects.Copy: the destination field (e.g. objects.CopyOpts#Destination) must be in the form /container/object: the function will reject a destination path if it doesn't start with a slash (/).
  • GH-2560 loadbalancer: Use CreateMemberOpts instead of BatchUpdateMemberOpts in PoolCreateOpts
  • GH-2886 ports: Fix value_specs implementation
  • GH-2665 Cinder: Remove multiatttach request parameter
  • GH-2936 Make Gophercloud context-aware: all function signatures triggering an HTTP call now accept a context.Context for tracing and cancellation
  • GH-2970 Remove context from the Provider client
  • GH-2904 Remove error code types

New features and improvements:

  • GH-2486 Fix BareMetalV1 version
  • GH-2492 Add tags for loadbalancer l7policy and l7rule
  • GH-2560 loadbalancer: Use CreateMemberOpts instead of BatchUpdateMemberOpts in PoolCreateOpts
  • GH-2561 compute: add ext_specs to flavor
  • GH-2613 Migrate baremetal inventory to a common location
  • GH-2724 baremetal: introduce Node Inventory API
  • GH-2725 baremetal: finish moving common inventory bits
  • GH-2736 Composable templates
  • GH-2781 baremetal: support ironic native PluginData
  • GH-2791 Add microversion utilities
  • GH-2806 Fix list ports with multiple fixedip parameters
  • GH-2809 Remove code for CDN (poppy)
  • GH-2812 Revert "Fix baremetal jobs on Ubuntu 20.04"
  • GH-2821 objects: Escape names in Gophercloud
  • GH-2828 Octavia: Add tags to resources missing them
  • GH-2834 baremetal: implemented ParsedLLDP in the standard PluginData
  • GH-2866 loadbalancer additional_vips by snigle
  • GH-2881 Adding missing QoS field for router
  • GH-2883 Context-aware methods to ProviderClient and ServiceClient
  • GH-2892 Authenticate with a clouds.yaml

v2.0.0-rc.3

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

What's Changed

New Contributors

Full Changelog: gophercloud/gophercloud@v1.12.0...v2.0.0-rc.1

[v2.0.0-beta.5](https://re


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 Apr 10, 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: install-tool golang 1.21.10

@cluster-stack-bot cluster-stack-bot bot added the size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. label Apr 10, 2024
@chess-knight
Copy link
Member

We have to wait for gophercloud/utils#204, because NewImageServiceV2 was renamed to NewImageV2 in github.com/gophercloud/gophercloud/v2 v2.0.0-beta.3

@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 3 times, most recently from fa6eaad to 8546427 Compare April 18, 2024 07:00
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 2 times, most recently from c2242c4 to a25a27a Compare April 29, 2024 11:12
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 3 times, most recently from 90dcdfd to e35c178 Compare May 8, 2024 11:11
@cluster-stack-bot
Copy link
Contributor Author

cluster-stack-bot bot commented May 20, 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: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.7
go: downloading github.com/gophercloud/gophercloud/v2 v2.1.0
go: downloading k8s.io/apimachinery v0.30.3
go: downloading k8s.io/client-go v0.30.3
go: downloading sigs.k8s.io/cluster-api-provider-openstack v0.9.2
go: downloading github.com/gophercloud/gophercloud v1.11.0
go: downloading sigs.k8s.io/cluster-api v1.8.1
go: downloading sigs.k8s.io/controller-runtime v0.18.5
go: downloading github.com/gophercloud/utils/v2 v2.0.0-20240812072210-8ce1fc0f2894
go: downloading k8s.io/api v0.30.3
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/onsi/ginkgo/v2 v2.20.1
go: downloading github.com/onsi/gomega v1.34.2
go: downloading github.com/stretchr/testify v1.9.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/go-logr/logr v1.4.2
go: downloading oras.land/oras-go/v2 v2.5.0
go: downloading golang.org/x/oauth2 v0.21.0
go: downloading github.com/google/go-github/v52 v52.0.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
go: downloading golang.org/x/mod v0.20.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/gofrs/uuid/v5 v5.3.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/apiextensions-apiserver v0.30.3
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading golang.org/x/text v0.17.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/evanphx/json-patch v5.7.0+incompatible
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading golang.org/x/net v0.28.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
go: downloading github.com/google/go-querystring v1.1.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading golang.org/x/sys v0.24.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/gobuffalo/flect v1.0.2
go: downloading github.com/stretchr/objx v0.5.2
go: downloading golang.org/x/term v0.23.0
go: downloading golang.org/x/time v0.5.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/crypto v0.26.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/imdario/mergo v0.3.15
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/tools v0.24.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5
go: downloading github.com/gophercloud/gophercloud v1.14.0
go: github.com/SovereignCloudStack/cluster-stack-provider-openstack/api/v1alpha1 imports
	github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/images: cannot find module providing package github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/images
go: github.com/SovereignCloudStack/cluster-stack-provider-openstack/internal/controller imports
	github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/imageimport: cannot find module providing package github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/imageimport

@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 2 times, most recently from 4d8ee8e to 267858a Compare May 30, 2024 11:10
@chess-knight
Copy link
Member

Gophercloud now requires Go v1.22 https://github.com/gophercloud/gophercloud/blob/master/CHANGELOG.md

@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 3 times, most recently from 9da3b04 to 0d1eb48 Compare June 6, 2024 11:11
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 4 times, most recently from 5f0d319 to 32a56ba Compare July 5, 2024 11:11
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 4 times, most recently from 66cb392 to 2b876f5 Compare August 12, 2024 11:12
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/patch-golang-deps branch 3 times, most recently from 6b8929f to bac3169 Compare September 7, 2024 11:11
| datasource     | package                                    | from                               | to                                 |
| -------------- | ------------------------------------------ | ---------------------------------- | ---------------------------------- |
| go             | github.com/gophercloud/gophercloud/v2      | v2.0.0-beta.2                      | v2.0.0                             |
| go             | github.com/gophercloud/utils/v2            | v2.0.0-20240305212012-b57aefba4cdb | v2.0.0-20240812072210-8ce1fc0f2894 |
| go             | github.com/onsi/gomega                     | v1.34.0                            | v1.34.2                            |
| golang-version | go                                         | 1.23.0                             | 1.23.1                             |
| go             | sigs.k8s.io/cluster-api-provider-openstack | v0.9.0                             | v0.9.2                             |
@cluster-stack-bot cluster-stack-bot bot added size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. area/api Changes made in the api directory and removed size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. labels Sep 10, 2024
@chess-knight chess-knight merged commit d9eb3c0 into main Sep 10, 2024
7 checks passed
@chess-knight chess-knight deleted the renovate/patch-golang-deps branch September 10, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Changes made in the api directory size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. type/patch update/go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant