-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.72.5
head repository: cloudquery/plugin-sdk
compare: v4.72.6
- 8 commits
- 10 files changed
- 2 contributors
Commits on Dec 23, 2024
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…72.5 (#2036) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.72.4` -> `v4.72.5` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.72.5`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.72.5) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.72.4...v4.72.5) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2032](https://togithub.com/cloudquery/plugin-sdk/issues/2032)) ([7f6fb0a](https://togithub.com/cloudquery/plugin-sdk/commit/7f6fb0a5fe726a94cad0c970c94234611efc1453)) - **deps:** Update golang.org/x/exp digest to [`b2144cd`](https://togithub.com/cloudquery/plugin-sdk/commit/b2144cd) ([#​2029](https://togithub.com/cloudquery/plugin-sdk/issues/2029)) ([f955d43](https://togithub.com/cloudquery/plugin-sdk/commit/f955d4384eb6f89af3582315824061756a5b2251)) - **deps:** Update Google Golang modules ([#​2031](https://togithub.com/cloudquery/plugin-sdk/issues/2031)) ([1da77a5](https://togithub.com/cloudquery/plugin-sdk/commit/1da77a55cc74d433bed8d3e815b80e529d66a5b5)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.3 ([#​2035](https://togithub.com/cloudquery/plugin-sdk/issues/2035)) ([310aea1](https://togithub.com/cloudquery/plugin-sdk/commit/310aea168cf7ce58cf1fa459381a32529f813458)) - **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.2.0 ([#​2033](https://togithub.com/cloudquery/plugin-sdk/issues/2033)) ([58d29b3](https://togithub.com/cloudquery/plugin-sdk/commit/58d29b3bc5a47cabd0add3ee72b44d92ee5223e6)) - **deps:** Update module google.golang.org/grpc to v1.69.0 ([#​2027](https://togithub.com/cloudquery/plugin-sdk/issues/2027)) ([8542575](https://togithub.com/cloudquery/plugin-sdk/commit/85425759ef318b73112d8e4951ce3efb4dd39831)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for c025987 - Browse repository at this point
Copy the full SHA c025987View commit details
Commits on Dec 24, 2024
-
fix: Validate missing PK components (#2037)
#### Summary Fixes cloudquery/cloudquery-issues#3004 --- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅
Configuration menu - View commit details
-
Copy full SHA for d2cff6b - Browse repository at this point
Copy the full SHA d2cff6bView commit details
Commits on Jan 1, 2025
-
fix(deps): Update module github.com/goccy/go-json to v0.10.4 (#2040)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-json](https://togithub.com/goccy/go-json) | require | patch | `v0.10.3` -> `v0.10.4` | --- ### Release Notes <details> <summary>goccy/go-json (github.com/goccy/go-json)</summary> ### [`v0.10.4`](https://togithub.com/goccy/go-json/releases/tag/v0.10.4): 0.10.4 [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.3...v0.10.4) #### What's Changed - Fix encode \[]\*time.Time - check nil by [@​mirecl](https://togithub.com/mirecl) in [https://github.com/goccy/go-json/pull/524](https://togithub.com/goccy/go-json/pull/524) - Fix: Switch to lazy init() in decoder and encoder by [@​toddtreece](https://togithub.com/toddtreece) in [https://github.com/goccy/go-json/pull/490](https://togithub.com/goccy/go-json/pull/490) #### New Contributors - [@​mirecl](https://togithub.com/mirecl) made their first contribution in [https://github.com/goccy/go-json/pull/524](https://togithub.com/goccy/go-json/pull/524) - [@​toddtreece](https://togithub.com/toddtreece) made their first contribution in [https://github.com/goccy/go-json/pull/490](https://togithub.com/goccy/go-json/pull/490) **Full Changelog**: goccy/go-json@v0.10.3...v0.10.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for f6e0201 - Browse repository at this point
Copy the full SHA f6e0201View commit details -
fix(deps): Update opentelemetry-go monorepo (#2042)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.8.0` -> `v0.9.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/log](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.8.0` -> `v0.9.0` | | [go.opentelemetry.io/otel/metric](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/sdk/log](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.8.0` -> `v0.9.0` | | [go.opentelemetry.io/otel/sdk/metric](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | | [go.opentelemetry.io/otel/trace](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.33.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)</summary> ### [`v1.33.0`](https://togithub.com/open-telemetry/opentelemetry-go/releases/tag/v1.33.0): /v0.55.0/v0.9.0/v0.0.12 [Compare Source](https://togithub.com/open-telemetry/opentelemetry-go/compare/v1.32.0...v1.33.0) ##### Overview ##### Added - Add `Reset` method to `SpanRecorder` in `go.opentelemetry.io/otel/sdk/trace/tracetest`. ([#​5994](https://togithub.com/open-telemetry/opentelemetry-go/issues/5994)) - Add `EnabledInstrument` interface in `go.opentelemetry.io/otel/sdk/metric/internal/x`. This is an experimental interface that is implemented by synchronous instruments provided by `go.opentelemetry.io/otel/sdk/metric`. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability [policy](./VERSIONING.md) and it may be changed in backwards incompatible ways or removed in feature releases. ([#​6016](https://togithub.com/open-telemetry/opentelemetry-go/issues/6016)) ##### Changed - The default global API now supports full auto-instrumentation from the `go.opentelemetry.io/auto` package. See that package for more information. ([#​5920](https://togithub.com/open-telemetry/opentelemetry-go/issues/5920)) - Propagate non-retryable error messages to client in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`. ([#​5929](https://togithub.com/open-telemetry/opentelemetry-go/issues/5929)) - Propagate non-retryable error messages to client in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`. ([#​5929](https://togithub.com/open-telemetry/opentelemetry-go/issues/5929)) - Propagate non-retryable error messages to client in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. ([#​5929](https://togithub.com/open-telemetry/opentelemetry-go/issues/5929)) - Performance improvements for attribute value `AsStringSlice`, `AsFloat64Slice`, `AsInt64Slice`, `AsBoolSlice`. ([#​6011](https://togithub.com/open-telemetry/opentelemetry-go/issues/6011)) - Change `EnabledParameters` to have a `Severity` field instead of a getter and setter in `go.opentelemetry.io/otel/log`. ([#​6009](https://togithub.com/open-telemetry/opentelemetry-go/issues/6009)) ##### Fixed - Fix inconsistent request body closing in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`. ([#​5954](https://togithub.com/open-telemetry/opentelemetry-go/issues/5954)) - Fix inconsistent request body closing in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`. ([#​5954](https://togithub.com/open-telemetry/opentelemetry-go/issues/5954)) - Fix inconsistent request body closing in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. ([#​5954](https://togithub.com/open-telemetry/opentelemetry-go/issues/5954)) - Fix invalid exemplar keys in `go.opentelemetry.io/otel/exporters/prometheus`. ([#​5995](https://togithub.com/open-telemetry/opentelemetry-go/issues/5995)) - Fix attribute value truncation in `go.opentelemetry.io/otel/sdk/trace`. ([#​5997](https://togithub.com/open-telemetry/opentelemetry-go/issues/5997)) - Fix attribute value truncation in `go.opentelemetry.io/otel/sdk/log`. ([#​6032](https://togithub.com/open-telemetry/opentelemetry-go/issues/6032)) ##### What's Changed - fix(deps): update module google.golang.org/grpc to v1.68.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5955](https://togithub.com/open-telemetry/opentelemetry-go/pull/5955) - chore(deps): update golang.org/x by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5962](https://togithub.com/open-telemetry/opentelemetry-go/pull/5962) - fix(deps): update golang.org/x/exp digest to [`2d47ceb`](https://togithub.com/open-telemetry/opentelemetry-go/commit/2d47ceb) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5963](https://togithub.com/open-telemetry/opentelemetry-go/pull/5963) - otlp: Clients to close body uniformly by [@​mark-pictor-csec](https://togithub.com/mark-pictor-csec) in [https://github.com/open-telemetry/opentelemetry-go/pull/5954](https://togithub.com/open-telemetry/opentelemetry-go/pull/5954) - Fix lint issues for golangci-lint 1.62.0 by [@​dmathieu](https://togithub.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/5967](https://togithub.com/open-telemetry/opentelemetry-go/pull/5967) - fix(deps): update module github.com/golangci/golangci-lint to v1.62.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5966](https://togithub.com/open-telemetry/opentelemetry-go/pull/5966) - chore(deps): update googleapis to [`e0fbfb7`](https://togithub.com/open-telemetry/opentelemetry-go/commit/e0fbfb7) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5971](https://togithub.com/open-telemetry/opentelemetry-go/pull/5971) - chore(deps): update googleapis to [`65e8d21`](https://togithub.com/open-telemetry/opentelemetry-go/commit/65e8d21) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5972](https://togithub.com/open-telemetry/opentelemetry-go/pull/5972) - fix(deps): update module google.golang.org/protobuf to v1.35.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5975](https://togithub.com/open-telemetry/opentelemetry-go/pull/5975) - \[chore]: enable int-conversion rule of perfsprint by [@​mmorel-35](https://togithub.com/mmorel-35) in [https://github.com/open-telemetry/opentelemetry-go/pull/5964](https://togithub.com/open-telemetry/opentelemetry-go/pull/5964) - chore(deps): update codecov/codecov-action action to v5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5977](https://togithub.com/open-telemetry/opentelemetry-go/pull/5977) - \[chore] Fix codecov action usage by [@​pellared](https://togithub.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/5979](https://togithub.com/open-telemetry/opentelemetry-go/pull/5979) - chore(deps): update codecov/codecov-action action to v5.0.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5981](https://togithub.com/open-telemetry/opentelemetry-go/pull/5981) - \[chore]: enable all rules of perfsprint by [@​mmorel-35](https://togithub.com/mmorel-35) in [https://github.com/open-telemetry/opentelemetry-go/pull/5978](https://togithub.com/open-telemetry/opentelemetry-go/pull/5978) - Add toolchain check by [@​cheese-head](https://togithub.com/cheese-head) in [https://github.com/open-telemetry/opentelemetry-go/pull/5983](https://togithub.com/open-telemetry/opentelemetry-go/pull/5983) - \[chore] Fix VERSIONING.md missing parenthesis by [@​MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5984](https://togithub.com/open-telemetry/opentelemetry-go/pull/5984) - chore(deps): update googleapis to [`e639e21`](https://togithub.com/open-telemetry/opentelemetry-go/commit/e639e21) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5985](https://togithub.com/open-telemetry/opentelemetry-go/pull/5985) - chore(deps): update codecov/codecov-action action to v5.0.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5986](https://togithub.com/open-telemetry/opentelemetry-go/pull/5986) - fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5987](https://togithub.com/open-telemetry/opentelemetry-go/pull/5987) - Propagate non-retryable error messages to client by [@​mark-pictor-csec](https://togithub.com/mark-pictor-csec) in [https://github.com/open-telemetry/opentelemetry-go/pull/5929](https://togithub.com/open-telemetry/opentelemetry-go/pull/5929) - chore(deps): update codecov/codecov-action action to v5.0.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5991](https://togithub.com/open-telemetry/opentelemetry-go/pull/5991) - chore(deps): update codecov/codecov-action action to v5.0.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5992](https://togithub.com/open-telemetry/opentelemetry-go/pull/5992) - chore(deps): update codecov/codecov-action action to v5.0.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5993](https://togithub.com/open-telemetry/opentelemetry-go/pull/5993) - Use auto-instrumentation SDK in global tracing by [@​MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5920](https://togithub.com/open-telemetry/opentelemetry-go/pull/5920) - Escape exemplar keys to fix invalid key errors by [@​dashpole](https://togithub.com/dashpole) in [https://github.com/open-telemetry/opentelemetry-go/pull/5995](https://togithub.com/open-telemetry/opentelemetry-go/pull/5995) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/5998](https://togithub.com/open-telemetry/opentelemetry-go/pull/5998) - fix(deps): update module github.com/stretchr/testify to v1.10.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6000](https://togithub.com/open-telemetry/opentelemetry-go/pull/6000) - Corrent comments for the metric data storage location by [@​yumosx](https://togithub.com/yumosx) in [https://github.com/open-telemetry/opentelemetry-go/pull/5999](https://togithub.com/open-telemetry/opentelemetry-go/pull/5999) - fix(deps): update module github.com/golangci/golangci-lint to v1.62.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6003](https://togithub.com/open-telemetry/opentelemetry-go/pull/6003) - \[chore]: enable usestdlibvars linter by [@​mmorel-35](https://togithub.com/mmorel-35) in [https://github.com/open-telemetry/opentelemetry-go/pull/6001](https://togithub.com/open-telemetry/opentelemetry-go/pull/6001) - feat(trace): add concurrent-safe `Reset` method to `SpanRecorder` by [@​flc1125](https://togithub.com/flc1125) in [https://github.com/open-telemetry/opentelemetry-go/pull/5994](https://togithub.com/open-telemetry/opentelemetry-go/pull/5994) - Fix attribute value truncation by [@​MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/5997](https://togithub.com/open-telemetry/opentelemetry-go/pull/5997) - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`8dc4a50`](https://togithub.com/open-telemetry/opentelemetry-go/commit/8dc4a50) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6005](https://togithub.com/open-telemetry/opentelemetry-go/pull/6005) - Fix span option typo in SDK span End, and WithAttributes only being available on span start by [@​dmathieu](https://togithub.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/6006](https://togithub.com/open-telemetry/opentelemetry-go/pull/6006) - chore(deps): update github.com/golang/groupcache digest to [`2c02b82`](https://togithub.com/open-telemetry/opentelemetry-go/commit/2c02b82) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6010](https://togithub.com/open-telemetry/opentelemetry-go/pull/6010) - fix(deps): update module go.opentelemetry.io/proto/otlp to v1.4.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6013](https://togithub.com/open-telemetry/opentelemetry-go/pull/6013) - chore(deps): update googleapis to [`19429a9`](https://togithub.com/open-telemetry/opentelemetry-go/commit/19429a9) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6014](https://togithub.com/open-telemetry/opentelemetry-go/pull/6014) - Performance improvements for attribute value `AsStringSlice`, `AsFloat64Slice`, `AsInt64Slice`, `AsBoolSlice` by [@​boekkooi-impossiblecloud](https://togithub.com/boekkooi-impossiblecloud) in [https://github.com/open-telemetry/opentelemetry-go/pull/6011](https://togithub.com/open-telemetry/opentelemetry-go/pull/6011) - log: Change EnabledParameters to have a field instead of getter and setter by [@​pellared](https://togithub.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/6009](https://togithub.com/open-telemetry/opentelemetry-go/pull/6009) - chore: fix a typo in TestMeterCreatesInstruments by [@​codeboten](https://togithub.com/codeboten) in [https://github.com/open-telemetry/opentelemetry-go/pull/6015](https://togithub.com/open-telemetry/opentelemetry-go/pull/6015) - chore(deps): update module golang.org/x/sys to v0.28.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6019](https://togithub.com/open-telemetry/opentelemetry-go/pull/6019) - chore(deps): update module golang.org/x/text to v0.21.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6020](https://togithub.com/open-telemetry/opentelemetry-go/pull/6020) - fix(deps): update module google.golang.org/grpc to v1.68.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6021](https://togithub.com/open-telemetry/opentelemetry-go/pull/6021) - fix(deps): update golang.org/x by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6022](https://togithub.com/open-telemetry/opentelemetry-go/pull/6022) - fix(deps): update module github.com/prometheus/common to v0.61.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6023](https://togithub.com/open-telemetry/opentelemetry-go/pull/6023) - chore(deps): update codecov/codecov-action action to v5.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6024](https://togithub.com/open-telemetry/opentelemetry-go/pull/6024) - chore(deps): update module go.opentelemetry.io/auto/sdk to v1.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6025](https://togithub.com/open-telemetry/opentelemetry-go/pull/6025) - chore(deps): update codecov/codecov-action action to v5.1.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6026](https://togithub.com/open-telemetry/opentelemetry-go/pull/6026) - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`a4fef06`](https://togithub.com/open-telemetry/opentelemetry-go/commit/a4fef06) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6027](https://togithub.com/open-telemetry/opentelemetry-go/pull/6027) - sdk/metric: Add experimental Enabled method to synchronous instruments by [@​codeboten](https://togithub.com/codeboten) in [https://github.com/open-telemetry/opentelemetry-go/pull/6016](https://togithub.com/open-telemetry/opentelemetry-go/pull/6016) - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`ca80a95`](https://togithub.com/open-telemetry/opentelemetry-go/commit/ca80a95) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6029](https://togithub.com/open-telemetry/opentelemetry-go/pull/6029) - chore(deps): update googleapis to [`e6fa225`](https://togithub.com/open-telemetry/opentelemetry-go/commit/e6fa225) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6028](https://togithub.com/open-telemetry/opentelemetry-go/pull/6028) - fix(deps): update golang.org/x/exp digest to [`1829a12`](https://togithub.com/open-telemetry/opentelemetry-go/commit/1829a12) by [@​renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6031](https://togithub.com/open-telemetry/opentelemetry-go/pull/6031) - Cache successful requests in lychee by [@​dmathieu](https://togithub.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/6030](https://togithub.com/open-telemetry/opentelemetry-go/pull/6030) - Fix sdk/log record attr value limit by [@​MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6032](https://togithub.com/open-telemetry/opentelemetry-go/pull/6032) - Release v1.33.0 by [@​MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6035](https://togithub.com/open-telemetry/opentelemetry-go/pull/6035) ##### New Contributors - [@​mark-pictor-csec](https://togithub.com/mark-pictor-csec) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5954](https://togithub.com/open-telemetry/opentelemetry-go/pull/5954) - [@​cheese-head](https://togithub.com/cheese-head) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5983](https://togithub.com/open-telemetry/opentelemetry-go/pull/5983) - [@​yumosx](https://togithub.com/yumosx) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5999](https://togithub.com/open-telemetry/opentelemetry-go/pull/5999) - [@​flc1125](https://togithub.com/flc1125) made their first contribution in [https://github.com/open-telemetry/opentelemetry-go/pull/5994](https://togithub.com/open-telemetry/opentelemetry-go/pull/5994) **Full Changelog**: open-telemetry/opentelemetry-go@v1.32.0...v1.33.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for e6123c3 - Browse repository at this point
Copy the full SHA e6123c3View commit details
Commits on Jan 4, 2025
-
fix(deps): Update module google.golang.org/protobuf to v1.36.1 (#2043)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | patch | `v1.36.0` -> `v1.36.1` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.36.1`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.36.1) [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.36.0...v1.36.1) **Full Changelog**: protocolbuffers/protobuf-go@v1.36.0...v1.36.1 Bug fixes: [CL/638495](https://go-review.googlesource.com/c/protobuf/+/638495): internal/impl: revert IsSynthetic() check to fix panic Maintenance: [CL/637475](https://go-review.googlesource.com/c/protobuf/+/637475): internal/errors: delete compatibility code for Go before 1.13 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 13437c2 - Browse repository at this point
Copy the full SHA 13437c2View commit details
Commits on Jan 7, 2025
-
fix: Log warning instead of erroring out of PK component validation f…
…ailure (#2039) #### Summary Follow up to #2037. Gave it another thought and instead of erroring out might be better to log a warning (for starts) so we can fix the issues instead of breaking tables in the AWS plugin. Even when a PK component has a null value CQ ID will still be calculated with the null value, so the data can be inserted (opposed to a missing PK where in the case of DB destinations the insertion will fail) --- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅
Configuration menu - View commit details
-
Copy full SHA for c98b5c5 - Browse repository at this point
Copy the full SHA c98b5c5View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.4 (
#2044) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.26.3` -> `v1.26.4` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.26.4`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.26.4) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.26.3...v1.26.4) ##### Bug Fixes - **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#​464](https://togithub.com/cloudquery/plugin-pb-go/issues/464)) ([2bfad5c](https://togithub.com/cloudquery/plugin-pb-go/commit/2bfad5c13097d6f130e7303218ff02adb3dc1a2d)) - Generate Go Code from `plugin-pb` ([#​461](https://togithub.com/cloudquery/plugin-pb-go/issues/461)) ([cede6dd](https://togithub.com/cloudquery/plugin-pb-go/commit/cede6ddaaebe3649c55e089dfeded3a07008d76e)) - Generate Go Code from `plugin-pb` ([#​465](https://togithub.com/cloudquery/plugin-pb-go/issues/465)) ([6d70091](https://togithub.com/cloudquery/plugin-pb-go/commit/6d70091461745cc961738c45caad27d3e5866a05)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for c7bd2d2 - Browse repository at this point
Copy the full SHA c7bd2d2View commit details -
chore(main): Release v4.72.6 (#2038)
🤖 I have created a release *beep* *boop* --- ## [4.72.6](v4.72.5...v4.72.6) (2025-01-07) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.4 ([#2044](#2044)) ([c7bd2d2](c7bd2d2)) * **deps:** Update module github.com/goccy/go-json to v0.10.4 ([#2040](#2040)) ([f6e0201](f6e0201)) * **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#2043](#2043)) ([13437c2](13437c2)) * **deps:** Update opentelemetry-go monorepo ([#2042](#2042)) ([e6123c3](e6123c3)) * Log warning instead of erroring out of PK component validation failure ([#2039](#2039)) ([c98b5c5](c98b5c5)) * Validate missing PK components ([#2037](#2037)) ([d2cff6b](d2cff6b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for b104fa1 - Browse repository at this point
Copy the full SHA b104fa1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.72.5...v4.72.6