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 -> e742aa1 age adoption passing confidence
github.com/go-acme/lego/v4 require minor v4.13.3 -> v4.22.2 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.7.0 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.16.0 -> v1.21.0 age adoption passing confidence
github.com/prometheus/common require minor v0.44.0 -> v0.62.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.10.0 age adoption passing confidence
google.golang.org/grpc require minor v1.57.0 -> v1.70.0 age adoption passing confidence

Release Notes

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

v4.22.2

Compare Source

Fixed
  • [dnsprovider] acme-dns: use new registred account

v4.22.1

Compare Source

Fixed
  • [dnsprovider] acme-dns: continue the process when the CNAME is handled by the storage
Added

v4.22.0

Compare Source

Added
  • [cli] Add --private-key flag to set the private key.
  • [cli] Add LEGO_DEBUG_ACME_HTTP_CLIENT environment variable to debug the calls to the ACME server.
  • [cli] Add LEGO_EMAIL environment variable for specifying email.
  • [cli] Add --hook-timeout flag to run and renew commands.
  • [dnsprovider] Add DNS provider for myaddr.{tools,dev,io}
  • [dnsprovider] Add DNS provider for Spaceship
  • [dnsprovider] acme-dns: add HTTP storage
  • [lib,cli,httpprovider] Add --http.delay option for HTTP challenge.
  • [lib,cli,profiles] Add support for Profiles Extension.
  • [lib] Add an option to set CSR email addresses
Changed
  • [lib] rewrite status management
  • [dnsprovider] docs: improve units and default values
Removed
  • [dnsprovider] netcup: remove TTL option
Fixed
  • [cli,log] remove extra debug logs

v4.21.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for Rainyun/雨云
  • [dnsprovider] Add DNS provider for West.cn/西部数码
  • [dnsprovider] Add DNS provider for ManageEngine CloudDNS
  • [cli] feat: add --force-cert-domains flag to renew
Fixed
  • [cli] create client only when needed
  • [cli] clone the transport with tls-skip-verify
  • [cli] use retryable client for ACME server calls
  • [dnsprovider] bunny: fix zone detection
  • [dnsprovider] inwx: delete only the TXT record related to the DNS challenge
  • [dnsprovider] infomaniak: increase default propagation timeout
  • [dnsprovider] dnsmadeeasy: use default transport
  • [dnsprovider] netcup: increase default propagation values
  • [dnsprovider] otc: use default transport

v4.20.4

Compare Source

Publish the Snap to the Snapcraft stable channel.

v4.20.3

Compare Source

Fixed
  • [dnsprovider] technitium: fix status code handling
  • [dnsprovider] directadmin: fix timeout configuration
  • [httpprovider] fix: HTTP server IPv6 matching

v4.20.2

Compare Source

Added
  • [dnsprovider] Add DNS provider for Technitium
  • [dnsprovider] Add DNS provider for Regfish
  • [dnsprovider] Add DNS provider for Timeweb Cloud
  • [dnsprovider] Add DNS provider for Volcano Engine
  • [dnsprovider] Add DNS provider for Core-Networks
  • [dnsprovider] rfc2136: add support for tsig-keygen generated file
  • [cli] Add option to skip the TLS verification of the ACME server
  • Add documentation for env var only options
Changed
  • [cli,ari] Attempt to check ARI unless explicitly disabled
  • [dnsprovider] Improve propagation check error messages
  • [dnsprovider] cloudxns: provider deprecation
  • [dnsprovider] brandit: provider deprecation
Fixed
  • [dnsprovider] regru: update authentication method
  • [dnsprovider] selectelv2: fix non-ASCII domain
  • [dnsprovider] limacity: fix error message
  • [dnsprovider] volcengine: set API information within the default configuration
  • [log] Parse printf verbs in log line output

v4.20.1

Compare Source

Cancelled due to CI failure.

v4.20.0

Compare Source

Cancelled due to CI failure.

v4.19.2

Compare Source

Fixed
  • [lib] go1.22 compatibility

v4.19.1

Compare Source

Fixed
  • [dnsprovider] selectelv2: use baseURL from configuration
  • [dnsprovider] epik: add User-Agent

v4.19.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for HuaweiCloud
  • [dnsprovider] Add DNS provider for SelfHost.(de|eu)
  • [lib,cli,dnsprovider] Add dns.propagation-rns option
  • [cli,dnsprovider] Add dns.propagation-wait flag
  • [lib,dnsprovider] Add PropagationWait function
Changed
  • [dnsprovider] ionos: follow CNAME
  • [lib,dnsprovider] Reducing the lock strength of the soa cache entry
  • [lib,cli,dnsprovider] Deprecation of dns.disable-cp, replaced by dns.propagation-disable-ans.
Fixed
  • [dnsprovider] Use UTC instead of GMT when possible
  • [dnsprovider] namesilo: restrict CleanUp
  • [dnsprovider] godaddy: fix cleanup

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

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field

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.21.0: / 2025-02-19

Compare Source

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #​1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #​1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #​1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #​1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #​1712
  • [CHANGE] Add support for Go 1.23. #​1602
  • [FEATURE] process_collector: Add support for Darwin systems. #​1600 #​1616 #​1625 #​1675 #​1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #​1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #​1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #​1654
All commits * Merge release-1.20 to main by @​bwplotka in https://github.com/prometheus/client_golang/pull/1582 * gocollector: Tiny fix for help message with runtime/metrics source. by @​bwplotka in https://github.com/prometheus/client_golang/pull/1583 * ci: bump dagger to the latest version by @​marcosnils in https://github.com/prometheus/client_golang/pull/1588 * Merge release-1.20 back to main by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1593 * Update linting by @​SuperQ in https://github.com/prometheus/client_golang/pull/1603 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1602 * build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1611 * build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1612 * changed the name of all variables with min/max name by @​parthlaw in https://github.com/prometheus/client_golang/pull/1606 * Update Dagger and build. by @​SuperQ in https://github.com/prometheus/client_golang/pull/1610 * build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group across 1 directory by @​dependabot in https://github.com/prometheus/client_golang/pull/1614 * examples: Improved GoCollector example. by @​bwplotka in https://github.com/prometheus/client_golang/pull/1589 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1615 * process_collector: fill in most statistics on macOS by @​mharbison72 in https://github.com/prometheus/client_golang/pull/1600 * ⚡ http client defer CloseIdleConnections by @​cuisongliu in https://github.com/prometheus/client_golang/pull/1513 * Set allow-utf-8 in Format during tests to avoid escaping. by @​ywwg in https://github.com/prometheus/client_golang/pull/1618 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1622 * Merge Release 1.20 back to main by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1627 * examples: Add custom labels example by @​ying-jeanne in https://github.com/prometheus/client_golang/pull/1626 * Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates by @​vesari in https://github.com/prometheus/client_golang/pull/1631 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1628 * process_xxx_memory statistics for macOS (cgo) by @​mharbison72 in https://github.com/prometheus/client_golang/pull/1616 * build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @​dependabot in https://github.com/prometheus/client_golang/pull/1633 * build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1632 * process_collector: Add Platform-Specific Describe for processCollector by @​ying-jeanne in https://github.com/prometheus/client_golang/pull/1625 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1635 * build(deps): bump the github-actions group with 4 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1634 * Optionally print OM created lines by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1408 * process_collector: merge wasip1 and js into a single implementation by @​ying-jeanne in https://github.com/prometheus/client_golang/pull/1644 * Merge release 1.20 to main by @​bwplotka in https://github.com/prometheus/client_golang/pull/1647 * Add Arianna as maintainer 💪 by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1651 * test add headers round tripper by @​Manask322 in https://github.com/prometheus/client_golang/pull/1657 * build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 by @​dependabot in https://github.com/prometheus/client_golang/pull/1668 * build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1669 * build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1 by @​dependabot in https://github.com/prometheus/client_golang/pull/1667 * build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @​dependabot in https://github.com/prometheus/client_golang/pull/1670 * Optimize BuildFQName function by @​jkroepke in https://github.com/prometheus/client_golang/pull/1665 * fix: use injected now() instead of time.Now() in summary methods by @​imorph in https://github.com/prometheus/client_golang/pull/1672 * process_collector: avoid a compiler warning on macOS (fixes #​1660) by @​mharbison72 in https://github.com/prometheus/client_golang/pull/1675 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1674 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1678 * [chore]: enable perfsprint linter by @​mmorel-35 in https://github.com/prometheus/client_golang/pull/1676 * Duplicate of #​1662 by @​imorph in https://github.com/prometheus/client_golang/pull/1673 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1679 * chore: enable usestdlibvars linter by @​mmorel-35 in https://github.com/prometheus/client_golang/pull/1680 * Add: exponential backoff for CAS operations on floats by @​imorph in https://github.com/prometheus/client_golang/pull/1661 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1683 * [1617] Add ConstnativeHistogram by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1654 * fix: replace fmt.Errorf with errors.New by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1689 * Add codeowners by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1688 * fix: add very small delay between observations in `TestHistogramAtomicObserve` by @​imorph in https://github.com/prometheus/client_golang/pull/1691 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1692 * Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1687 * examples: Follow best practices and established naming conventions by @​lilic in https://github.com/prometheus/client_golang/pull/1650 * setup OSSF Scorecard workflow by @​mmorel-35 in https://github.com/prometheus/client_golang/pull/1432 * build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @​dependabot in https://github.com/prometheus/client_golang/pull/1697 * build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1696 * build(deps): bump the github-actions group with 5 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1695 * update links to openmetrics to reference the v1.0.0 release by @​dashpole in https://github.com/prometheus/client_golang/pull/1699 * build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @​dependabot in https://github.com/prometheus/client_golang/pull/1706 * build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1705 * build(deps): bump the github-actions group with 5 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1707 * build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1704 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1703 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1708 * Upgrade to prometheus/common 0.62.0 with breaking change by @​bwplotka in https://github.com/prometheus/client_golang/pull/1712 * build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 in /tutorials/whatsup by @​dependabot in https://github.com/prometheus/client_golang/pull/1713 * docs: Add RELEASE.md for the release process by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1690 * tutorials/whatsup: Updated deps by @​bwplotka in https://github.com/prometheus/client_golang/pull/1716 * process collector: Fixed pedantic registry failures on darwin with cgo. by @​bwplotka in https://github.com/prometheus/client_golang/pull/1715 * Revert "ci: daggerize test and lint pipelines (#​1534)" by @​bwplotka in https://github.com/prometheus/client_golang/pull/1717 * Cut 1.21.0-rc.0 by @​bwplotka in https://github.com/prometheus/client_golang/pull/1718 * Cut 1.21 by @​bwplotka in https://github.com/prometheus/client_golang/pull/1737

New Contributors

Full Changelog: prometheus/client_golang@v1.20.5...v1.21.0

v1.20.5: / 2024-10-15

Compare Source

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #​1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #​1645

v1.20.4

Compare Source

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #​1623

v1.20.3

Compare Source

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #​1608

v1.20.2

Compare Source

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #​1596

v1.20.1

Compare Source

This release contains the critical fix for the issue. Thanks to @​geberl, @​CubicrootXYZ, @​zetaab and @​timofurrer for helping us with the investigation!

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #​1587

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 from 69fa11b to 5042514 Compare December 5, 2024 02:36
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 5 times, most recently from e22467a to 5e09540 Compare December 18, 2024 19:28
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 5e09540 to 6123cda Compare December 20, 2024 18:16
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 9 times, most recently from 0c4e005 to 02f6f96 Compare January 10, 2025 21:45
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 3 times, most recently from 31176f7 to b910a56 Compare January 16, 2025 21:51
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from b910a56 to dfa5f50 Compare January 23, 2025 18:29
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 0542ce7 to e6fa52e Compare February 7, 2025 05:12
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 6 times, most recently from 577763a to 951c10e Compare February 22, 2025 11:11
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 951c10e to 9e37ea9 Compare February 25, 2025 02: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.

0 participants