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) #210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cluster-stack-bot[bot]
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Oct 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gophercloud/gophercloud/v2 v2.1.0 -> v2.2.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 v2.20.2 -> v2.22.0 age adoption passing confidence
github.com/onsi/gomega v1.34.2 -> v1.36.0 age adoption passing confidence
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence
sigs.k8s.io/cluster-api-provider-openstack v0.10.5 -> v0.11.3 age adoption passing confidence

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.2.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.1.1...v2.2.0

v2.1.1

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.1.0...v2.1.1

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

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]
onsi/gomega (github.com/onsi/gomega)

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance
stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

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

kubernetes-sigs/cluster-api-provider-openstack (sigs.k8s.io/cluster-api-provider-openstack)

v0.11.3

Compare Source

Changes since v0.11.2

🐛 Bug Fixes

  • Better checks before creating Floating IPs (#​2269)

🌱 Others

  • (deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates (#​2288)
  • (deps): Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 in /orc (#​2284)
  • (deps): Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#​2281)
  • (deps): Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 in /orc (#​2283)
  • (deps): Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#​2280)
  • (deps): Bump the kubernetes group across 3 directories with 6 updates (#​2279)
  • (deps): Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 in /hack/tools (#​2282)

Thanks to all our contributors! 😊

v0.11.2

Compare Source

Changes since v0.11.1

🐛 Bug Fixes

  • Requeue when waiting for a server to be deleted (#​2255)
  • Drop caBundle from CRDs to support Kubernetes 1.31 (#​2240)

🌱 Others

  • (deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#​2248)
  • (deps): Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.2.1 to 5.5.0 in /hack/tools (#​2249)
  • (deps): Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.16.5 in /hack/tools (#​2250)
  • (deps): Bump sigs.k8s.io/cluster-api/test from 1.8.4 to 1.8.5 in the capi group across 1 directory (#​2246)
  • (deps): Bump golang.org/x/text from 0.19.0 to 0.20.0 (#​2247)
  • [manual-backport-0.11] Bump CAPI to v1.8.5 (#​2242)

Thanks to all our contributors! 😊

v0.11.1

Compare Source

IMPORTANT

This release contains an important fix for a bug which prevented security groups from being correctly applied to ports when creating a new server. We recommend all users should upgrade to this new release. Note that the fix will not be applied to any existing Machines which were created by v0.11.0. To correctly apply security groups to these Machines you should delete them and allow them to be reprovisioned.

Changes since v0.11.0

🐛 Bug Fixes

  • Fix support for OpenStackMachine.Spec.SecurityGroups (#​2239)
  • Fix conversion of v1alpha6 PortOpts (#​2208)

🌱 Others

  • (deps): Bump github.com/a8m/envsubst from 1.2.0 to 1.4.2 in /hack/tools (#​2231)
  • (deps): Bump go.uber.org/mock from 0.4.0 to 0.5.0 in /hack/tools (#​2234)
  • (deps): Bump github.com/itchyny/gojq from 0.12.2 to 0.12.16 in /hack/tools (#​2232)
  • (deps): Bump go.uber.org/mock from 0.4.0 to 0.5.0 (#​2229)
  • (deps): Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.21.0 in /orc (#​2235)
  • (deps): Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.21.0 (#​2230)
  • (deps): Bump github.com/onsi/gomega from 1.34.1 to 1.35.1 in /orc (#​2228)
  • (deps): Bump github.com/onsi/gomega from 1.34.1 to 1.35.1 (#​2227)
  • (deps): Bump the capi group across 2 directories with 2 updates (#​2224)
  • (deps): Bump github.com/gophercloud/gophercloud/v2 from 2.1.0 to 2.2.0 (#​2226)
  • (deps): Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.5 (#​2225)
  • (deps): Bump the kubernetes group across 3 directories with 6 updates (#​2223)
  • Use Dependabot for go.mod & GH workflows (#​2220)

Thanks to all our contributors! 😊

v0.11.0

Compare Source

⚠️ Breaking Changes

✨ New Features

  • Bump version artifacts for release-0.11 (#​2198)
  • ORC Image API update (#​2192)
  • Support Flavor IDs (#​2148)
  • support server group and scheduler hint additional properties (#​2163)
  • OpenStackImage controller (#​2130)
  • New CRD + controller for OpenStackServer (v1alpha1) (#​2067)
  • Add ability to defined API Server Load Balancer flavor name (#​2058)
  • Add region to openStackMachineSpec.ProviderID field from crd identityRef (#​2193)

🐛 Bug Fixes

  • Wait and requeue if LB not deleted (#​2122)
  • Expose NodePorts on cluster network instead of 0.0.0.0/0 (#​2128)
  • Re-allow OpenStackMachine to use their own IdentityRef (#​2191)
  • Ensure SSA patch can't accidentally create a new object (#​2178)
  • Image controller: don't attempt upload when adopting (#​2180)
  • port: don't add any SGs when port security is disabled (#​2159)
  • e2e: Only dump resources on node 1 (#​2147)
  • e2e: Fix deletion of test security group (#​2145)
  • Ensure tools deps aren't older than CAPO deps (#​2143)
  • Fix down-conversion of IdentityRef (#​2139)
  • if the openstackcluster was ready, we don't want to set a terminalError (#​2099)
  • Remove bastion security group when disabling the bastion (#​2114)
  • instance: re-add error event if server creationg returned an error (#​2112)
  • templates: fix clusterclass-dev (#​2101)
  • Fix sub-ports not deleted with trunks (#​2081)
  • Handle errors returned by GetInstanceStatusByName in machine controller (#​2086)
  • Remove k8s.io/kubernetes dependancy (#​2078)
  • allNodesSecurityGroupRules: relax remote fields (#​2077)
  • Fix loadbalancer timeout panic (#​2074)
  • issue-1737: Add unit tests for openstackmachine_webhook (#​2068)
  • Fix empty version output in release builds (#​2056)
  • Fix panic executing manager without valid kube context (#​2057)
  • Fix enabling of disabled bastion on upgrade to v1beta1 (#​2052)
  • issue-1711: Dependency on deprecated github.com/golang/mock (#​2048)
  • Remove a duplication for setting default port settings (#​2046)
  • Fix webhook panic when adding managed security groups (#​2043)
  • Fix v1alpha7 e2e tests (#​2028)
  • Reduce reconciles and logs (#​2182)
  • openstackserver: create before delete if adoption fields are empty (#​2167)
  • Copy InstanceID from OpenStackServer to OpenStackMachine (#​2153)
  • Fix nil pointer issue while creating port (#​2064)

🌱 Others

  • image: Fix various immutability validations (#​2197)
  • Bump controller-tools to v0.16.4 (#​2189)
  • Allow running CAPO and ORC tests separately (#​2175)
  • Bump golangci-lint to v1.61.0 (#​2173)
  • Bump CAPI to v1.8.1 (#​2154)
  • Dependency update (#​2160)
  • netlify: Fix go version (#​2151)
  • E2E: Add subports to trunked port to test subports deletion (#​2141)
  • Add design doc for OpenStackServer (#​2021)
  • cloud: Better error message on image lookup failure (#​2135)
  • Upgrade Gophercloud to v2 (#​2107)
  • IdentityRefProvider: DRY obtaining OpenStackIdentityRef (#​2132)
  • Add EmilienM as a maintainer (#​2115)
  • Add script for API diff check (#​2096)
  • E2E: Bump Kubernetes to v1.30.1 (#​2108)
  • E2E: Bump Kubernetes to v1.29.5 (#​2103)
  • E2E: Bump CAPI, cert-manager, coredns and etcd (#​2104)
  • Add junit formatting for unit tests (#​2095)
  • Bump CAPI to v1.7.2 (#​2079)
  • Drop dulek from reviewers (#​2082)
  • Set FallbackToLogsOnError on CAPO manager (#​2070)
  • port: no dependency on OpenStackMachine (#​2049)
  • lint: import v1alpha1 with alias (#​2066)
  • Bump Gophercloud to v1.11.0 (#​2041)
  • Bump Golang CI Lint to v1.57.2 (#​2045)
  • Refactoring: never assign unacceptable TLS versions (#​2037)
  • Bump CAPI to v1.7.0 (#​2012)
  • Ensure E2E cleanup (#​2005)
  • CI: update OpenStack to 2024.1 (Caracal) (#​2162)
  • test: bump Flatcar Stable version (#​2152)
  • Generate applyconfiguration for server-side apply (#​2133)
  • remove stale supported version info (#​2051)

📖 Additionally, there have been 7 contributions to our documentation and book. (#​2168, #​2125, #​2123, #​2120, #​2100, #​1565, #​2032)

Thanks to all our contributors! 😊

v0.10.7

Compare Source

Changes since v0.10.6

🐛 Bug Fixes

  • Better checks before creating Floating IPs (#​2270)

Thanks to all our contributors! 😊

v0.10.6

Compare Source

Changes since v0.10.5

🐛 Bug Fixes

  • Fix ServerMetadata Not Applied to Bastion in OpenStackCluster (#​2179)
  • Fix conversion of v1alpha6 PortOpts (#​2213)

🌱 Others

  • release-0.10: Pin GOTOOLCHAIN to go1.22.8 (#​2211)

Thanks to all our contributors! 😊


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 cluster-stack-bot bot added type/minor update/go size/M Denotes a PR that changes 50-200 lines, ignoring generated files. labels Oct 19, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.2.0 🌱 Update Update Golang Dependencies group (minor) Oct 29, 2024
@cluster-stack-bot
Copy link
Contributor Author

cluster-stack-bot bot commented Oct 29, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 16 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.30.3 -> v0.30.7
k8s.io/apimachinery v0.30.3 -> v0.30.7
k8s.io/client-go v0.30.3 -> v0.30.7
sigs.k8s.io/cluster-api v1.8.1 -> v1.8.5
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 -> v0.0.0-20241029153458-d1b30febd7db
github.com/prometheus/client_golang v1.19.1 -> v1.20.5
golang.org/x/crypto v0.26.0 -> v0.29.0
golang.org/x/mod v0.20.0 -> v0.21.0
golang.org/x/net v0.28.0 -> v0.30.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.24.0 -> v0.27.0
golang.org/x/term v0.23.0 -> v0.26.0
golang.org/x/text v0.17.0 -> v0.20.0
golang.org/x/tools v0.24.0 -> v0.26.0
google.golang.org/protobuf v1.34.2 -> v1.35.1
k8s.io/apiextensions-apiserver v0.30.3 -> v0.30.7

@cluster-stack-bot cluster-stack-bot bot added size/XXL Denotes a PR that changes 2000+ lines, ignoring generated files. and removed size/M Denotes a PR that changes 50-200 lines, ignoring generated files. labels Oct 29, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 37ce9c7 to 800a724 Compare November 1, 2024 11:14
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 7345c5d to 7e82806 Compare November 21, 2024 11:14
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/golang-deps branch 2 times, most recently from 5d83400 to cabae38 Compare November 26, 2024 11:15
| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| go         | github.com/gophercloud/gophercloud/v2      | v2.1.0  | v2.2.0  |
| go         | github.com/onsi/ginkgo/v2                  | v2.20.2 | v2.22.0 |
| go         | github.com/onsi/gomega                     | v1.34.2 | v1.36.0 |
| go         | github.com/stretchr/testify                | v1.9.0  | v1.10.0 |
| go         | sigs.k8s.io/cluster-api-provider-openstack | v0.10.5 | v0.11.3 |
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.

0 participants