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

build(deps): bump the gomod-breaking-deps group across 2 directories with 8 updates #1162

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the gomod-breaking-deps group with 2 updates in the / directory: github.com/aliyun/aliyun-tablestore-go-sdk and github.com/srikrsna/protoc-gen-gotag.
Bumps the gomod-breaking-deps group with 1 update in the /test/e2e directory: github.com/srikrsna/protoc-gen-gotag.

Updates github.com/aliyun/aliyun-tablestore-go-sdk from 1.7.7 to 4.1.3+incompatible

Release notes

Sourced from github.com/aliyun/aliyun-tablestore-go-sdk's releases.

v4.1.3

No release notes provided.

v4.1.2

No release notes provided.

v4.1.1

No release notes provided.

v4.1.0

  • support ad-hoc query
  • support range query
  • support wildcard query
  • support nested query
  • support full text query
  • support sort

v4.0.0

  • Go sdk for table store unify api
  • Table operation support
  • Single row operation support
  • Multiple row operation support

v1.7.17

  • add updateFullRow to TableOptions
  • update libprotoc to 3.21.12

v1.7.16

  • add header for trust proxy
  • support disable_append_pk_sorter parameter for query sort

v1.7.11

  • Support delete timeseries analytical store
  • Add KeepDefaultRetryStrategyWhileUsingCustomizedRetryFunc for retry

v1.7.10

  • Support IdleConnTimeout in config
  • Add retry for error:"server closed idle connection"
  • Search GroupByDateHistogram

v1.7.8

  1. Fix tunnel process finished token.
  2. Add EnableLocalTxn in CreateTableRequest.
  3. Support SIMPLE_ROW_MATRIX encoding.
  4. Support retry on batch request partition failure.
  5. Support datetime, date, and time type in SQL query.
  6. Add user APIs for timeseries analytical store.
Commits

Updates github.com/srikrsna/protoc-gen-gotag from 0.6.2 to 1.0.2

Release notes

Sourced from github.com/srikrsna/protoc-gen-gotag's releases.

v1.0.2

What's Changed

Full Changelog: srikrsna/protoc-gen-gotag@v1.0.1...v1.0.2

v1.0.1

What's Changed

New Contributors

Full Changelog: srikrsna/protoc-gen-gotag@v1.0.0...v1.0.1

v1.0.0

Important Notice

The project has been embraced by @​ucpr, @​mesmerx and @​Kavuti for futher maintenance and evolution.

What's Changed

New Contributors

Full Changelog: srikrsna/protoc-gen-gotag@v0.6.2...v1.0.0

Commits
  • dbf6758 Merge pull request #53 from srikrsna/consistently-sort-tags
  • 477e210 add test to ensure consistent tag order
  • d113be1 sort tags in consistent order
  • 1b215e0 Merge pull request #48 from oxisto/protoc-gen-star-v2
  • b4995a4 Running make gen-tag again
  • 7ad0265 Upgrading protoc-gen-star to v2
  • 0fc151e Merge pull request #49 from srikrsna/bump-google.golang.org/protobuf
  • 89aee90 bump google.golang.org/protobuf from 1.26.0 to 1.34.1
  • da3a96a updating README with maintenance notice
  • 70af775 Merge pull request #39 from srikrsna/dependabot/go_modules/golang.org/x/text-...
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.31.0 to 1.34.1

Updates github.com/srikrsna/protoc-gen-gotag from 0.6.2 to 1.0.2

Release notes

Sourced from github.com/srikrsna/protoc-gen-gotag's releases.

v1.0.2

What's Changed

Full Changelog: srikrsna/protoc-gen-gotag@v1.0.1...v1.0.2

v1.0.1

What's Changed

New Contributors

Full Changelog: srikrsna/protoc-gen-gotag@v1.0.0...v1.0.1

v1.0.0

Important Notice

The project has been embraced by @​ucpr, @​mesmerx and @​Kavuti for futher maintenance and evolution.

What's Changed

New Contributors

Full Changelog: srikrsna/protoc-gen-gotag@v0.6.2...v1.0.0

Commits
  • dbf6758 Merge pull request #53 from srikrsna/consistently-sort-tags
  • 477e210 add test to ensure consistent tag order
  • d113be1 sort tags in consistent order
  • 1b215e0 Merge pull request #48 from oxisto/protoc-gen-star-v2
  • b4995a4 Running make gen-tag again
  • 7ad0265 Upgrading protoc-gen-star to v2
  • 0fc151e Merge pull request #49 from srikrsna/bump-google.golang.org/protobuf
  • 89aee90 bump google.golang.org/protobuf from 1.26.0 to 1.34.1
  • da3a96a updating README with maintenance notice
  • 70af775 Merge pull request #39 from srikrsna/dependabot/go_modules/golang.org/x/text-...
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.16.0 to 1.19.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.19.0/0.42.0/0.0.7] 2023-09-28

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)

[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14

This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1 release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.

Changed

  • Allow '/' characters in metric instrument names. (#4501)

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)

[1.18.0/0.41.0/0.0.6] 2023-09-12

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)

Changed

... (truncated)

Commits

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.16.0 to 1.19.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.

[1.19.0/0.42.0/0.0.7] 2023-09-28

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)

[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14

This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1 release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.

Changed

  • Allow '/' characters in metric instrument names. (#4501)

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)

[1.18.0/0.41.0/0.0.6] 2023-09-12

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)

Changed

... (truncated)

Commits

Updates go.opentelemetry.io/otel/sdk from 1.16.0 to 1.19.0

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.19.0/0.42.0/0.0.7] 2023-09-28

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)

[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14

This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1 release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.

Changed

  • Allow '/' characters in metric instrument names. (#4501)

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)

[1.18.0/0.41.0/0.0.6] 2023-09-12

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)

Changed

... (truncated)

Commits

Updates go.opentelemetry.io/otel/trace from 1.16.0 to 1.19.0

Changelog

Sourced from go.opentelemetry.io/otel/trace's changelog.

[1.19.0/0.42.0/0.0.7] 2023-09-28

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)

[1.19.0-rc.1/0.42.0-rc.1] 2023-09-14

This is a release candidate for the v1.19.0/v0.42.0 release. That release is expected to include the v1 release of the OpenTelemetry Go metric SDK and will provide stability guarantees of that SDK. See our versioning policy for more information about these stability guarantees.

Changed

  • Allow '/' characters in metric instrument names. (#4501)

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)

[1.18.0/0.41.0/0.0.6] 2023-09-12

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)

Changed

... (truncated)

Commits

Updates golang.org/x/text from 0.12.0 to 0.13.0

Commits

Updates google.golang.org/protobuf from 1.31.0 to 1.34.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.75%. Comparing base (9364a26) to head (b51fde7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1162   +/-   ##
=======================================
  Coverage   48.75%   48.75%           
=======================================
  Files         235      235           
  Lines       12938    12938           
=======================================
  Hits         6308     6308           
  Misses       6150     6150           
  Partials      480      480           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sysulq
Copy link
Member

sysulq commented Nov 11, 2024

@dependabot rebase

…with 8 updates

Bumps the gomod-breaking-deps group with 2 updates in the / directory: [github.com/aliyun/aliyun-tablestore-go-sdk](https://github.com/aliyun/aliyun-tablestore-go-sdk) and [github.com/srikrsna/protoc-gen-gotag](https://github.com/srikrsna/protoc-gen-gotag).
Bumps the gomod-breaking-deps group with 1 update in the /test/e2e directory: [github.com/srikrsna/protoc-gen-gotag](https://github.com/srikrsna/protoc-gen-gotag).


Updates `github.com/aliyun/aliyun-tablestore-go-sdk` from 1.7.7 to 4.1.3+incompatible
- [Release notes](https://github.com/aliyun/aliyun-tablestore-go-sdk/releases)
- [Commits](aliyun/aliyun-tablestore-go-sdk@v1.7.7...4.1.3)

Updates `github.com/srikrsna/protoc-gen-gotag` from 0.6.2 to 1.0.2
- [Release notes](https://github.com/srikrsna/protoc-gen-gotag/releases)
- [Commits](srikrsna/protoc-gen-gotag@v0.6.2...v1.0.2)

Updates `google.golang.org/protobuf` from 1.31.0 to 1.34.1

Updates `github.com/srikrsna/protoc-gen-gotag` from 0.6.2 to 1.0.2
- [Release notes](https://github.com/srikrsna/protoc-gen-gotag/releases)
- [Commits](srikrsna/protoc-gen-gotag@v0.6.2...v1.0.2)

Updates `go.opentelemetry.io/otel` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.16.0...v1.19.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.16.0...v1.19.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.16.0...v1.19.0)

Updates `go.opentelemetry.io/otel/trace` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.16.0...v1.19.0)

Updates `golang.org/x/text` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.12.0...v0.13.0)

Updates `google.golang.org/protobuf` from 1.31.0 to 1.34.1

---
updated-dependencies:
- dependency-name: github.com/aliyun/aliyun-tablestore-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-breaking-deps
- dependency-name: github.com/srikrsna/protoc-gen-gotag
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod-breaking-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
- dependency-name: github.com/srikrsna/protoc-gen-gotag
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: gomod-breaking-deps
- dependency-name: go.opentelemetry.io/otel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-breaking-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-breaking-deps-a4b38cfe6c branch from 3ac35c4 to 61a9fbb Compare November 11, 2024 03:45
sysulq
sysulq previously approved these changes Nov 11, 2024
@sysulq sysulq merged commit 0c6a456 into master Nov 11, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-breaking-deps-a4b38cfe6c branch November 11, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant