Closed renovate[bot] closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.89%. Comparing base (
7bca3e8
) to head (aed2d3d
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
github.com/go-playground/validator/v10 |
v10.22.0 -> v10.22.1 |
go.opentelemetry.io/otel/metric |
v1.29.0 -> v1.30.0 |
go.opentelemetry.io/otel/trace |
v1.29.0 -> v1.30.0 |
golang.org/x/arch |
v0.9.0 -> v0.10.0 |
golang.org/x/crypto |
v0.26.0 -> v0.27.0 |
golang.org/x/net |
v0.28.0 -> v0.29.0 |
golang.org/x/sys |
v0.24.0 -> v0.25.0 |
golang.org/x/term |
v0.23.0 -> v0.24.0 |
golang.org/x/text |
v0.17.0 -> v0.18.0 |
This PR contains the following updates:
v0.1.16
->v0.1.19
v3.14.6
->v3.15.0
v0.54.0
->v0.55.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
Release Notes
projectdiscovery/wappalyzergo (github.com/projectdiscovery/wappalyzergo)
### [`v0.1.19`](https://redirect.github.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.19) [Compare Source](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.18...v0.1.19) ##### [0.1.19](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.18...v0.1.19) (2024-09-15) ### [`v0.1.18`](https://redirect.github.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.18) [Compare Source](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.17...v0.1.18) ##### [0.1.18](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.17...v0.1.18) (2024-09-08) ### [`v0.1.17`](https://redirect.github.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.17) [Compare Source](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.16...v0.1.17) ##### [0.1.17](https://redirect.github.com/projectdiscovery/wappalyzergo/compare/v0.1.16...v0.1.17) (2024-09-01)schollz/progressbar (github.com/schollz/progressbar/v3)
### [`v3.15.0`](https://redirect.github.com/schollz/progressbar/releases/tag/v3.15.0) [Compare Source](https://redirect.github.com/schollz/progressbar/compare/v3.14.6...v3.15.0) #### What's Changed - new: feature scrolling detail by [@luo-cheng-xi](https://redirect.github.com/luo-cheng-xi) in [https://github.com/schollz/progressbar/pull/194](https://redirect.github.com/schollz/progressbar/pull/194) - fix: Acquire lock when printing text to fix race condition by [@gabe565](https://redirect.github.com/gabe565) in [https://github.com/schollz/progressbar/pull/198](https://redirect.github.com/schollz/progressbar/pull/198) - fix: change some attribute about time to time.Time{} by [@luo-cheng-xi](https://redirect.github.com/luo-cheng-xi) in [https://github.com/schollz/progressbar/pull/196](https://redirect.github.com/schollz/progressbar/pull/196) - fix:fixed the bug that changMax isn't working. by [@luo-cheng-xi](https://redirect.github.com/luo-cheng-xi) in [https://github.com/schollz/progressbar/pull/193](https://redirect.github.com/schollz/progressbar/pull/193) #### New Contributors - [@luo-cheng-xi](https://redirect.github.com/luo-cheng-xi) made their first contribution in [https://github.com/schollz/progressbar/pull/194](https://redirect.github.com/schollz/progressbar/pull/194) **Full Changelog**: https://github.com/schollz/progressbar/compare/v3.14.6...v3.15.0open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
### [`v1.30.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.30.0): /v0.52.0/v0.6.0/v0.0.9 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0) ##### Overview ##### Added - Support `OTEL_EXPORTER_OTLP_LOGS_INSECURE` and `OTEL_EXPORTER_OTLP_INSECURE` environments in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc`. ([#5739](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5739)) - The `WithResource` option for `NewMeterProvider` now merges the provided resources with the ones from environment variables. ([#5773](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773)) - The `WithResource` option for `NewLoggerProvider` now merges the provided resources with the ones from environment variables. ([#5773](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5773)) - Add UTF-8 support to `go.opentelemetry.io/otel/exporters/prometheus`. ([#5755](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5755)) ##### Fixed - Fix memory leak in the global `MeterProvider` when identical instruments are repeatedly created. ([#5754](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5754)) - Fix panic on instruments creation when setting meter provider. ([#5758](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5758)) - Fix an issue where `SetMeterProvider` in `go.opentelemetry.io/otel` might miss the delegation for instruments and registries. ([#5780](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5780)) ##### Removed - Drop support for [Go 1.21](https://go.dev/doc/go1.21). ([#5736](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5736), [#5740](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5740), [#5800](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5800)) ##### What's Changed - chore(deps): update google.golang.org/genproto/googleapis/api digest to [`4ba0660`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/4ba0660) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5734](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5734) - fix(deps): update module github.com/prometheus/client_golang to v1.20.2 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5733](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5733) - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`4ba0660`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/4ba0660) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5735](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5735) - Drop support for Go 1.21 by [@MrAlias](https://redirect.github.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5736](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5736) - fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.54.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5738](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5738) - fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.4.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5737](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5737) - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`f6391c0`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f6391c0) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5742](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5742) - chore(deps): update google.golang.org/genproto/googleapis/api digest to [`f6391c0`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/f6391c0) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5741](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5741) - Replace go 1.21 with go 1.22 in go mod by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5740](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5740) - chore(deps): update prom/prometheus docker tag to v2.54.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5744](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5744) - chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.108.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5749](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5749) - fix(deps): update module google.golang.org/grpc to v1.66.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5751](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5751) - fix(deps): update module github.com/masterminds/semver/v3 to v3.3.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5750](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5750) - chore(deps): update google.golang.org/genproto/googleapis/api digest to [`7e3bb23`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/7e3bb23) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5745](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5745) - chore(deps): update module github.com/prometheus/common to v0.57.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5748](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5748) - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`7e3bb23`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/7e3bb23) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5746](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5746) - Fix duplicate instrumentation memory leak by [@dashpole](https://redirect.github.com/dashpole) in [https://github.com/open-telemetry/opentelemetry-go/pull/5754](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5754) - Fix panic instruments creation when setting meter provider by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5758](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5758) - Ensure codespell failures fail CI by [@dmathieu](https://redirect.github.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5761](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5761) - chore(deps): update module github.com/prometheus/common to v0.58.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5765](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5765) - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`8af14fe`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/8af14fe) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5767](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5767) - chore(deps): update google.golang.org/genproto/googleapis/api digest to [`8af14fe`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/8af14fe) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5766](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5766) - Run ConcurrentSafe tests multiple times in CI by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5759](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5759) - chore(deps): update module golang.org/x/text to v0.18.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5775](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5775) - chore(deps): update module golang.org/x/sys to v0.25.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5776](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5776) - Group googleapis update by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5772](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5772) - fix(deps): update golang.org/x/exp digest to [`e7e105d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/e7e105d) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5783](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5783) - Mention `test-concurrent-safe` CI job in CONTRIBUTING doc by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5781](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5781) - \[chore] Remove toolchain directive by [@pellared](https://redirect.github.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5784](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5784) - chore(deps): update module golang.org/x/net to v0.29.0 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5790](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5790) - chore(deps): update module github.com/prometheus/common to v0.59.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5789](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5789) - fix(deps): update module github.com/prometheus/client_golang to v1.20.3 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5788](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5788) - Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in grpc exporter by [@amanakin](https://redirect.github.com/amanakin) in [https://github.com/open-telemetry/opentelemetry-go/pull/5739](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5739) - fix(metric, log): merge explicit resource with environment variables by [@basti1302](https://redirect.github.com/basti1302) in [https://github.com/open-telemetry/opentelemetry-go/pull/5773](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5773) - `SetMeterProvider` might miss the delegation for instruments and registries by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5780](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5780) - Fix typos by [@NathanBaulch](https://redirect.github.com/NathanBaulch) in [https://github.com/open-telemetry/opentelemetry-go/pull/5763](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5763) - Add utf8 support to the prometheus exporter by [@dashpole](https://redirect.github.com/dashpole) in [https://github.com/open-telemetry/opentelemetry-go/pull/5755](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5755) - fix(deps): update golang.org/x/exp digest to [`701f63a`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/701f63a) by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5795](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5795) - fix(deps): update module google.golang.org/grpc to v1.66.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5798](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5798) - Drop support for Go 1.21 in dice example by [@MrAlias](https://redirect.github.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5800](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5800) - Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 by [@XSAM](https://redirect.github.com/XSAM) in [https://github.com/open-telemetry/opentelemetry-go/pull/5797](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5797) ##### New Contributors - [@basti1302](https://redirect.github.com/basti1302) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5773](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5773) - [@NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5763](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5763) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.