jangraefen / hcloud-pricing-exporter

A prometheus exporter for the current pricing and costs of your HCloud account
MIT License
56 stars 8 forks source link

build(deps): Bump the gomod group with 4 updates #160

Open dependabot[bot] opened 1 day ago

dependabot[bot] commented 1 day ago

Bumps the gomod group with 4 updates: github.com/hetznercloud/hcloud-go/v2, github.com/onsi/ginkgo/v2, github.com/onsi/gomega and golang.org/x/crypto.

Updates github.com/hetznercloud/hcloud-go/v2 from 2.14.0 to 2.17.0

Release notes

Sourced from github.com/hetznercloud/hcloud-go/v2's releases.

v2.17.0

2.17.0 (2024-11-20)

Features

  • exp: add mock requests after mock server creation (#558) (f9879fd)

Bug Fixes

  • do not send primary IPs ID opts to the API (#552) (4e70340)

v2.16.0

2.16.0 (2024-11-05)

Features

  • use custom IDOrName type for schemas (#545) (1d97017)

Bug Fixes

v2.15.0

2.15.0 (2024-10-31)

Features

  • exp: add mockutil.Server helper (#543) (fa1069b)
  • exp: fail test when mock calls were expected but not received (#542) (01392cc)
Changelog

Sourced from github.com/hetznercloud/hcloud-go/v2's changelog.

2.17.0 (2024-11-20)

Features

  • exp: add mock requests after mock server creation (#558) (f9879fd)

Bug Fixes

  • do not send primary IPs ID opts to the API (#552) (4e70340)

2.16.0 (2024-11-05)

Features

  • use custom IDOrName type for schemas (#545) (1d97017)

Bug Fixes

2.15.0 (2024-10-31)

Features

  • exp: add mockutil.Server helper (#543) (fa1069b)
  • exp: fail test when mock calls were expected but not received (#542) (01392cc)
Commits
  • 29aa3fa chore(main): release 2.17.0 (#553)
  • f9879fd feat(exp): add mock requests after mock server creation (#558)
  • 8515c25 deps: update codecov/codecov-action action to v5 (#557)
  • 4e70340 fix: do not send primary IPs ID opts to the API (#552)
  • b42f2d3 deps: update dependency golangci/golangci-lint (#551)
  • 697c49f deps: update dependency go to v1.23.3
  • 677d80f chore(main): release 2.16.0 (#546)
  • 283363f fix(metadata): trim responses before parsing (#547)
  • 1d97017 feat: use custom IDOrName type for schemas (#545)
  • 9903f4d chore(main): release 2.15.0 (#544)
  • Additional commits viewable in compare view


Updates github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.0

Release notes

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

v2.22.0

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

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]
Changelog

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

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

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]
Commits


Updates github.com/onsi/gomega from 1.34.1 to 1.34.2

Release notes

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

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

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

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits


Updates golang.org/x/crypto from 0.28.0 to 0.29.0

Commits
  • 6018723 go.mod: update golang.org/x dependencies
  • 71ed71b README: don't recommend go get
  • 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
  • 36b1725 sha3: avoid trailing permutation
  • 80ea76e sha3: fix padding for long cSHAKE parameters
  • c17aa50 sha3: avoid buffer copy
  • 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth ...
  • b61b08d chacha20: extend ppc64le support to ppc64
  • 6c21748 internal/poly1305: extend ppc64le support to ppc64
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions