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

fix(deps): update opentelemetry-go monorepo to v1.19.0 - autoclosed #2144

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/otel require minor v1.17.0 -> v1.19.0
go.opentelemetry.io/otel/metric require minor v1.17.0 -> v1.19.0
go.opentelemetry.io/otel/trace require minor v1.17.0 -> v1.19.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.19.0: /v0.42.0/v0.0.7

Compare Source

This release contains the first stable release of the OpenTelemetry Go metric SDK. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.

Added
  • Add the "Roll the dice" getting started application example in go.opentelemetry.io/otel/example/dice. (#​4539)
  • The WithWriter and WithPrettyPrint options to go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to set a custom io.Writer, and allow displaying the output in human-readable JSON. (#​4507)
Changed
  • Allow '/' characters in metric instrument names. (#​4501)
  • The exporter in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric does not prettify its output by default anymore. (#​4507)
  • Upgrade gopkg.io/yaml from v2 to v3 in go.opentelemetry.io/otel/schema. (#​4535)
Fixed
  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on every Collect if we know the scope is invalid. (#​4499)
Removed
  • Remove "go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced by NewMetricProducer. (#​4566)

Full Changelog: open-telemetry/opentelemetry-go@v1.18.0...v1.19.0

v1.18.0: /v0.41.0/v0.0.6

Compare Source

This release drops the compatibility guarantee of Go 1.19.

Added
  • Add WithProducer option in go.opentelemetry.op/otel/exporters/prometheus to restore the ability to register producers on the prometheus exporter's manual reader. (#​4473)
  • Add IgnoreValue option in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest to allow ignoring values when comparing metrics. (#​4447)
Deprecated
  • The NewMetricExporter in go.opentelemetry.io/otel/bridge/opencensus was deprecated in v0.35.0 (#​3541).
    The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#​4470)
Removed
  • Removed the deprecated go.opentelemetry.io/otel/exporters/jaeger package. (#​4467)
  • Removed the deprecated go.opentelemetry.io/otel/example/jaeger package. (#​4467)
  • Removed the deprecated go.opentelemetry.io/otel/sdk/metric/aggregation package. (#​4468)
  • Removed the deprecated internal packages in go.opentelemetry.io/otel/exporters/otlp and its sub-packages. (#​4469)
  • Dropped guaranteed support for versions of Go less than 1.20. (#​4481)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.17.0...v1.18.0


Configuration

📅 Schedule: Branch creation - "after 1am and before 7am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 added the dependencies Pull requests that update a dependency file label Sep 13, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 13, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 13, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/acceptance/assets/app/go_app/go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/5cb453/0c3f35/repos/github/cloudfoundry/app-autoscaler-release":"/tmp/worker/5cb453/0c3f35/repos/github/cloudfoundry/app-autoscaler-release" -v "/tmp/worker/5cb453/0c3f35/cache":"/tmp/worker/5cb453/0c3f35/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/5cb453/0c3f35/repos/github/cloudfoundry/app-autoscaler-release/src/acceptance/assets/app/go_app" ghcr.io/containerbase/sidecar:9.20.4 bash -l -c "install-tool golang 1.21.1 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/gin-gonic/gin v1.9.1
go: downloading go.uber.org/zap v1.26.0
go: downloading github.com/cloudfoundry-community/go-cfenv v1.18.0
go: downloading github.com/gin-contrib/zap v0.1.0
go: downloading github.com/go-logr/logr v1.2.4
go: downloading github.com/go-logr/zapr v1.2.4
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.43.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.18.0
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/fgrosse/zaptest v1.2.1
go: downloading github.com/onsi/ginkgo/v2 v2.12.1
go: downloading github.com/onsi/gomega v1.27.10
go: downloading github.com/steinfletcher/apitest v1.5.15
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading golang.org/x/net v0.15.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/sys v0.12.0
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/go-playground/validator/v10 v10.14.0
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/ugorji/go/codec v1.2.11
go: downloading google.golang.org/protobuf v1.31.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.9.1
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.2.4
go: downloading golang.org/x/crypto v0.13.0
go: downloading golang.org/x/text v0.13.0
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading golang.org/x/tools v0.13.0
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
go: downloading golang.org/x/arch v0.3.0
go: downloading github.com/google/pprof v0.0.0-20230323073829-e72429f035bd
go: downloading github.com/klauspost/cpuid/v2 v2.2.4
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading code.cloudfoundry.org/app-autoscaler-release/src/acceptance v0.0.0-20231005121015-6d1a70d247c0
go: downloading code.cloudfoundry.org/app-autoscaler-release v11.1.1+incompatible
go: code.cloudfoundry.org/app-autoscaler-release/src/acceptance/assets/app/go_app/internal/app tested by
	code.cloudfoundry.org/app-autoscaler-release/src/acceptance/assets/app/go_app/internal/app.test imports
	code.cloudfoundry.org/app-autoscaler-release/src/acceptance/assets/app/go_app/internal/app/appfakes: cannot find module providing package code.cloudfoundry.org/app-autoscaler-release/src/acceptance/assets/app/go_app/internal/app/appfakes

@app-autoscaler-ci-bot app-autoscaler-ci-bot enabled auto-merge (squash) September 13, 2023 03:17
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 3 times, most recently from 529c9b0 to 521a523 Compare September 13, 2023 08:41
@renovate
Copy link
Contributor Author

renovate bot commented Sep 13, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@joergdw joergdw force-pushed the renovate/opentelemetry-go-monorepo branch from 443c240 to 521a523 Compare September 14, 2023 08:47
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 18 times, most recently from ab3658e to 63082bf Compare September 21, 2023 02:33
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 63082bf to 591b7bd Compare September 22, 2023 02:06
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 3 times, most recently from e8d1e8a to b9404f8 Compare September 29, 2023 07:09
@joergdw joergdw force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from 438201e to 6962300 Compare September 29, 2023 09:48
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 17 times, most recently from a85a6a5 to 131c344 Compare October 5, 2023 12:12
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from a192e58 to fa37186 Compare October 5, 2023 16:45
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@silvestre silvestre dismissed joergdw’s stale review October 5, 2023 16:47

New post-processing workflow has been merged and works

@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.19.0 fix(deps): update opentelemetry-go monorepo to v1.19.0 - autoclosed Oct 5, 2023
@renovate renovate bot closed this Oct 5, 2023
auto-merge was automatically disabled October 5, 2023 16:50

Pull request was closed

@renovate renovate bot deleted the renovate/opentelemetry-go-monorepo branch October 5, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants