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 golang dependencies #704

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/ampproject/amphtml require digest 810089b -> e768593 age adoption passing confidence
github.com/go-acme/lego/v4 require minor v4.13.3 -> v4.16.1 age adoption passing confidence
github.com/golang/protobuf require patch v1.5.3 -> v1.5.4 age adoption passing confidence
github.com/google/go-cmp require minor v0.5.9 -> v0.6.0 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.16.0 -> v1.19.1 age adoption passing confidence
github.com/prometheus/common require minor v0.44.0 -> v0.53.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.9.0 age adoption passing confidence
golang.org/x/crypto require minor v0.12.0 -> v0.23.0 age adoption passing confidence
golang.org/x/net require minor v0.14.0 -> v0.25.0 age adoption passing confidence
google.golang.org/grpc require minor v1.57.0 -> v1.64.0 age adoption passing confidence

Release Notes

go-acme/lego (github.com/go-acme/lego/v4)

v4.16.1

Compare Source

Fixed
  • [cli,ari] fix: don't generate ARI cert ID if ARI is not enable

v4.16.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for Shellrent
  • [dnsprovider] Add DNS provider for Mail-in-a-Box
  • [dnsprovider] Add DNS provider for CPanel and WHM
Changed
  • [lib,ari] Implement 'replaces' field in newOrder and draft-ietf-acme-ari-03 CertID changes
  • [log] feat: improve errors and logs related to DNS call
  • [lib] update to go-jose/go-jose/v4 v4.0.1
Fixed
  • [dnsprovider] nifcloud: fix bug in case of same auth zone
  • [dnsprovider] bunny: Support delegated subdomains
  • [dnsprovider] easydns: fix zone detection
  • [dnsprovider] ns1: fix record creation

v4.15.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for http.net
  • [dnsprovider] Add DNS provider for Webnames
Changed
  • [cli] Add environment variable for specifying alternate directory URL
  • [cli] Add format option for PFX encoding
  • [lib] Support simplified issuance for very long domain names at Let's Encrypt
  • [lib] Update CertID format as per draft-ietf-acme-ari-02
  • [dnsprovider] azuredns: allow OIDC authentication
  • [dnsprovider] azuredns: provide the ability to select authentication methods
  • [dnsprovider] efficientip: add insecure skip verify option
  • [dnsprovider] gandiv5: add Personal Access Token support
  • [dnsprovider] gcloud: support GCE_ZONE_ID to bypass zone list
  • [dnsprovider] liquidweb: add LWAPI_ prefix for env vars
  • [dnsprovider] liquidweb: detect zone automatically
  • [dnsprovider] pdns: optional custom API version
  • [dnsprovider] regru: client certificate support
  • [dnsprovider] regru: HTTP method changed to POST
  • [dnsprovider] scaleway: add cname support
Fixed
  • [dnsprovider] cloudru: change default URLs
  • [dnsprovider] constellix: follow rate limiting headers
  • [dnsprovider] desec: increase default propagation interval
  • [dnsprovider] gandiv5: Add "Bearer" prefix to the auth header
  • [dnsprovider] inwx: improve sleep calculation
  • [dnsprovider] inwx: wait before generating new TOTP TANs
  • [dnsprovider] ionos: fix DNS record removal
  • [dnsprovider] ipv64: remove unused option
  • [dnsprovider] nifcloud: fix API requests
  • [dnsprovider] otc: sequential challenge

v4.14.2

Compare Source

Changelog

v4.14.1

Compare Source

Fixed
  • [dnsprovider] bunny: fix zone detection
  • [dnsprovider] bunny: use NRDCG fork
  • [dnsprovider] ovh: update client to v1.4.2

v4.14.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for Yandex 360
  • [dnsprovider] Add DNS provider for cloud.ru
  • [httpprovider] Adding S3 support for HTTP domain validation
Changed
  • [cli] Allow to set EAB kid and hmac via environment variables
  • [dnsprovider] Migrate to aws-sdk-go-v2 (lightsail, route53)
Fixed
  • [dnsprovider] nearlyfreespeech: fix authentication
  • [dnsprovider] pdns: fix notify
  • [dnsprovider] route53: avoid unexpected records deletion
golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version
google/go-cmp (github.com/google/go-cmp)

v0.6.0

Compare Source

New API:

  • (#​340) Add cmpopts.EquateComparable

Documentation changes:

  • (#​337) Use of hotlinking of Go identifiers

Build changes:

  • (#​325) Remove purego fallbacks

Testing changes:

  • (#​322) Run tests for Go 1.20 version
  • (#​332) Pin GitHub action versions
  • (#​327) set workflow permission to read-only
prometheus/client_golang (github.com/prometheus/client_golang)

v1.19.1

Compare Source

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #​1445 #​1449
  • [FEATURE] collectors: Add version collector. #​1422 #​1427

New Contributors

Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0

v1.18.0

Compare Source

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #​1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #​1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #​1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #​1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #​1360

New Contributors

Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0

v1.17.0

Compare Source

What's Changed

  • [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #​1325
  • [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #​1313
  • [ENHANCEMENT] Enable detection of a native histogram without observations. #​1314
Commits

New Contributors

Full Changelog: prometheus/client_golang@v1.16.0...v1.17.0

prometheus/common (github.com/prometheus/common)

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.52.3...v0.53.0

v0.52.3

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.52.2...v0.52.3

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.51.1...v0.52.2

v0.51.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.49.0...v0.50.0

v0.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.48.0...v0.49.0

v0.48.0

Compare Source

This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.

What's Changed

Full Changelog: prometheus/common@v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.46.0...v0.47.0

v0.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.45.0...v0.46.0

v0.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.44.0...v0.45.0

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

v1.9.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/golang-dependencies branch 9 times, most recently from f26829c to 79aa85d Compare September 1, 2023 21:31
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 11 times, most recently from 831dbb4 to 0157fd2 Compare September 11, 2023 19:13
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 10 times, most recently from 0adb42b to 83b946d Compare September 15, 2023 08:05
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 5 times, most recently from 3e03692 to 80e4ed5 Compare April 18, 2024 23:03
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 3 times, most recently from e4a3b62 to 8c77d0b Compare April 29, 2024 15:24
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 6 times, most recently from 2babc5b to 65157fd Compare May 8, 2024 10:37
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 9 times, most recently from e0d17de to 37ced30 Compare May 15, 2024 19:05
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 4 times, most recently from e41f80e to 3a88a78 Compare May 22, 2024 17:26
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 3a88a78 to 365caf8 Compare May 23, 2024 14:16
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 365caf8 to 832b4a7 Compare May 23, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants