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

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/ampproject/amphtml require digest 810089b -> 51f6e4c age adoption passing confidence
github.com/go-acme/lego/v4 require minor v4.13.3 -> v4.18.0 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/common require minor v0.44.0 -> v0.59.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.9.0 age adoption passing confidence

Release Notes

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

v4.18.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for mijn.host
  • [dnsprovider] Add DNS provider for Lima-City
  • [dnsprovider] Add DNS provider for DirectAdmin
  • [dnsprovider] Add DNS provider for Mittwald
  • [lib,cli] feat: add option to handle the overall request limit
  • [lib] feat: expose certificates pool creation
Changed
  • [cli] feat: add LEGO_ISSUER_CERT_PATH to run hook
  • [dnsprovider] bluecat: skip deploy
  • [dnsprovider] ovh: allow to use ovh.conf file
  • [dnsprovider] designate: allow manually overwriting DNS zone
Fixed
  • [ari] fix: avoid Int63n panic in ShouldRenewAt()

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/common (github.com/prometheus/common)

v0.59.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.0...v0.59.1

v0.59.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.58.0...v0.59.0

v0.58.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.57.0...v0.58.0

v0.57.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.56.0...v0.57.0

v0.56.0

Compare Source

What's Changed

New Contributors

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

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

New Contributors

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

v0.45.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 4 times, most recently from 6a94aa1 to 9fd2b4d Compare August 12, 2024 20:52
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 6 times, most recently from abc0157 to ab415a8 Compare August 20, 2024 12:02
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 7 times, most recently from a2bc6d7 to 6df6244 Compare September 3, 2024 10:59
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 7 times, most recently from df1ec0a to e0de106 Compare September 10, 2024 11:44
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 3 times, most recently from 3df5236 to b1563ee Compare September 16, 2024 17:24
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from b1563ee to 2474666 Compare September 17, 2024 20:31
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 2474666 to 9114617 Compare September 19, 2024 19:24
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.

0 participants