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 -> 67ce6d2 age adoption passing confidence
github.com/go-acme/lego/v4 require minor v4.13.3 -> v4.17.4 age adoption passing confidence
github.com/gofrs/flock require minor v0.8.1 -> v0.12.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.55.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.25.0 age adoption passing confidence
golang.org/x/net require minor v0.14.0 -> v0.27.0 age adoption passing confidence
google.golang.org/grpc require minor v1.57.0 -> v1.65.0 age adoption passing confidence

Release Notes

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

v4.17.4

Compare Source

Fixed
  • [dnsprovider] Update dependencies

v4.17.3

Compare Source

Added
  • [dnsprovider] Add DNS provider for Selectel v2
  • [dnsprovider] route53: adds option to not wait for changes
  • [dnsprovider] ovh: add OAuth2 authentication
  • [dnsprovider] azuredns: use TenantID also for cli authentication
  • [dnsprovider] godaddy: documentation about new API limitations
  • [cli] feat: add LEGO_ISSUER_CERT_PATH to hook
Changed
  • [dnsprovider] dode: update API URL
  • [dnsprovider] exec: stream command output
  • [dnsprovider] oracle: update API client
  • [dnsprovider] azuredns: servicediscovery for zones
  • [dnsprovider] scaleway: add alternative env var names
  • [dnsprovider] exoscale: simplify record creation
  • [dnsprovider] httpnet: add provider to NewDNSChallengeProviderByName
  • [cli] feat: fills LEGO_CERT_PFX_PATH and LEGO_CERT_PEM_PATH only when needed
  • [lib,ari] feat: renewal retry after value
Fixed
  • [dnsprovider] pdns: reconstruct zone URLs to enable non-root folder API endpoints
  • [dnsprovider] alidns: fix link to API documentation

v4.17.2

Compare Source

Canceled due to a release failure related to Snapcraft.

The Snapcraft release are disabled for now.

v4.17.1

Compare Source

Canceled due to a release failure related to oci-go-sdk.

The module github.com/oracle/oci-go-sdk/v65 uses github.com/gofrs/flock but flock doesn't support some platform (like Solaris):

Due to that we will remove the Solaris build.

v4.17.0

Compare Source

Canceled due to a release failure related to Snapcraft.

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
gofrs/flock (github.com/gofrs/flock)

v0.12.1

Compare Source

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed

Full Changelog: gofrs/flock@v0.11.0...v0.12.0

v0.11.0

Compare Source

What's Changed

Full Changelog: gofrs/flock@v0.10.0...v0.11.0

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.9.0...v0.10.0

v0.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.8.1...v0.9.0

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

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.54.0...v0.55.0

v0.54.0

Compare Source

What's Changed

New Contributors

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

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


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 was generated by Mend Renovate. View the repository job log.

@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 6 times, most recently from 044b0e3 to f48bcef Compare June 13, 2024 17:43
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 11 times, most recently from 290156a to b41c7fc Compare June 30, 2024 18:26
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 5 times, most recently from f90f8a8 to 6f05df2 Compare July 8, 2024 20:07
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 5 times, most recently from d044fdb to 53e645e Compare July 13, 2024 12:16
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 53e645e to 635a0d1 Compare July 22, 2024 21:34
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 635a0d1 to a8bcea1 Compare July 24, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
0 participants