8000 Comparing v4.44.1...v4.44.2 · cloudquery/plugin-sdk · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.44.1
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.44.2
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on May 31, 2024

  1. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …44.1 (#1707)
    
    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.44.0` -> `v4.44.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.44.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.44.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.44.0...v4.44.1)
    
    ##### Bug Fixes
    
    -   Added support for list pointers ([#&#8203;1705](https://togithub.com/cloudquery/plugin-sdk/issues/1705)) ([0368a01](https://togithub.com/cloudquery/plugin-sdk/commit/0368a0117e31f8baff83c408eabda93a874edf9e))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 31, 2024
    3 Configuration menu
    Copy the full SHA
    220730f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. fix(deps): Update golang.org/x/exp digest to fd00a4e (#1708)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `fe59bbe` -> `fd00a4e` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    1 Configuration menu
    Copy the full SHA
    93866a9 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/goccy/go-json to v0.10.3 (#1709)

    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.2` -> `v0.10.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>goccy/go-json (github.com/goccy/go-json)</summary>
    
    ### [`v0.10.3`](https://togithub.com/goccy/go-json/releases/tag/v0.10.3): 0.10.3
    
    [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.2...v0.10.3)
    
    #### What's Changed
    
    -   Add license for string processing by [@&#8203;goccy](https://togithub.com/goccy) in [https://github.com/goccy/go-json/pull/476](https://togithub.com/goccy/go-json/pull/476)
    -   fix: decode struct with pointer must be nil by [@&#8203;misyuari](https://togithub.com/misyuari) in [https://github.com/goccy/go-json/pull/473](https://togithub.com/goccy/go-json/pull/473)
    -   fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by [@&#8203;lizixing](https://togithub.com/lizixing) in [https://github.com/goccy/go-json/pull/479](https://togithub.com/goccy/go-json/pull/479)
    -   Fix custom map marshaling by [@&#8203;viewsharp](https://togithub.com/viewsharp) in [https://github.com/goccy/go-json/pull/505](https://togithub.com/goccy/go-json/pull/505)
    -   Use io package instead of ioutil package by [@&#8203;shamaton](https://togithub.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498)
    
    #### New Contributors
    
    -   [@&#8203;misyuari](https://togithub.com/misyuari) made their first contribution in [https://github.com/goccy/go-json/pull/473](https://togithub.com/goccy/go-json/pull/473)
    -   [@&#8203;lizixing](https://togithub.com/lizixing) made their first contribution in [https://github.com/goccy/go-json/pull/479](https://togithub.com/goccy/go-json/pull/479)
    -   [@&#8203;viewsharp](https://togithub.com/viewsharp) made their first contribution in [https://github.com/goccy/go-json/pull/505](https://togithub.com/goccy/go-json/pull/505)
    -   [@&#8203;shamaton](https://togithub.com/shamaton) made their first contribution in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498)
    
    **Full Changelog**: goccy/go-json@v0.10.2...v0.10.3
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    1 Configuration menu
    Copy the full SHA
    32a2dca View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update dependency golangci/golangci-lint to v1.59.0 (#1711)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.57.2` -> `v1.59.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.59.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1590)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.2...v1.59.0)
    
    1.  Enhancements
        -   Add SARIF output format
        -   Allow the analysis of generated files (`issues.exclude-generated: disable`)
    2.  Updated linters
        -   `errcheck`: fix deprecation warning
        -   `go-critic`: from 0.11.3 to 0.11.4
        -   `gosec`: from 2.20.0 to [`5f0084e`](https://togithub.com/golangci/golangci-lint/commit/5f0084eb01a9) (fix G601 and G113 performance issues)
        -   `sloglint`: from 0.6.0 to 0.7.0 (new option `forbidden-keys`)
        -   `testifylint`: from 1.2.0 to 1.3.0 (new checker `negative-positive` and new option `go-require.ignore-http-handlers`)
    3.  Misc.
        -   ️️⚠️ Deprecate `github-action` output format
        -   ️️⚠️ Deprecate `issues.exclude-generated-strict` option (replaced by `issues.exclude-generated: strict`)
        -   ️️⚠️ Add warning about disabled and deprecated linters (level 2)
    
    ### [`v1.58.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1582)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.1...v1.58.2)
    
    1.  Updated linters
        -   `canonicalheader`: from 1.0.6 to 1.1.1
        -   `gosec`: from 2.19.0 to 2.20.0
        -   `musttag`: from 0.12.1 to 0.12.2
        -   `nilnil`: from 0.1.8 to 0.1.9
    2.  Documentation
        -   Improve integrations and install pages
    
    ### [`v1.58.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1581)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.0...v1.58.1)
    
    1.  Updated linters
        -   `tagalign`: from 1.3.3 to 1.3.4
        -   `protogetter`: from 0.3.5 to 0.3.6
        -   `gochecknoinits`: fix analyzer name
    2.  Fixes
        -   Restores previous `gihub-actions` output format (removes GitHub Action problem matchers)
    
    ### [`v1.58.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1580)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.57.2...v1.58.0)
    
    1.  New linters
        -   `fatcontext`: https://github.com/Crocmagnon/fatcontext
        -   `canonicalheader`: https://github.com/lasiar/canonicalheader
    2.  Updated linters
        -   `copyloopvar`: from 1.0.10 to 1.1.0 (`ignore-alias` is replaced by `check-alias` with the opposite behavior)
        -   `decorder`: from 0.4.1 to 0.4.2
        -   `errname`: from 0.1.12 to 0.1.13
        -   `errorlint`: from 1.4.8 to 1.5.1 (new options `allowed-errors` and `allowed-errors-wildcard`)
        -   `execinquery`: deprecate linter ⚠️
        -   `gci`: from 0.12.3 to 0.13.4 (new section `localModule`)
        -   `gocritic`: from 0.11.2 to 0.11.3
        -   `spancheck`: from 0.5.3 to 0.6.1
        -   `goerr113` is replaced by `err113` ⚠️
        -   `gomnd` is replaced by `mnd` ⚠️
        -   `gomodguard`: from 1.3.1 to 1.3.2
        -   `grouper`: from 1.1.1 to 1.1.2
        -   `intrange`: from 0.1.1 to 0.1.2
        -   `mirror`: from 1.1.0 to 1.2.0
        -   `misspell`: from 0.4.1 to 0.5.1
        -   `musttag`: from 0.9.0 to 0.12.1
        -   `nilnil`: from 0.1.7 to 0.1.8
        -   `nonamedreturns`: from 1.0.4 to 1.0.5
        -   `promlinter`: from 0.2.0 to 0.3.0
        -   `sloglint`: from 0.5.0 to 0.6.0
        -   `unparam`: bump to HEAD ([`063aff9`](https://togithub.com/golangci/golangci-lint/commit/063aff900ca150b80930c8de76f11d7e6488222f))
        -   `whitespace`: from 0.1.0 to 0.1.1
    3.  Enhancements
        -   Speed up "fast" linters when only "fast" linters are run: between 40% and 80% faster at first run (i.e. without cache)
    4.  Fixes
        -   Use version with module plugins
        -   Skip `go.mod` report inside autogenerated processor
        -   Keep only `typecheck` issues when needed
        -   Don't hide `typecheck` errors inside diff processor
    5.  Misc.
        -   ⚠️ log an error when using previously deprecated linters ([Linter Deprecation Cycle](https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle))
            -   [`deadcode`](https://togithub.com/remyoudompheng/go-misc/tree/master/deadcode): deprecated since v1.49.0 (2022-08-23).
            -   [`exhaustivestruct`](https://togithub.com/mbilski/exhaustivestruct): deprecated since v1.46.0 (2022-05-08).
            -   [`golint`](https://togithub.com/golang/lint): deprecated since v1.41.0 (2021-06-15).
            -   [`ifshort`](https://togithub.com/esimonov/ifshort): deprecated since v1.48.0 (2022-08-04).
            -   [`interfacer`](https://togithub.com/mvdan/interfacer): deprecated since v1.38.0 (2021-03-03).
            -   [`maligned`](https://togithub.com/mdempsky/maligned): deprecated since v1.38.0 (2021-03-03).
            -   [`nosnakecase`](https://togithub.com/sivchari/nosnakecase): deprecated since v1.48.0 (2022-08-04).
            -   [`scopelint`](https://togithub.com/kyoh86/scopelint): deprecated since v1.39.0 (2021-03-25).
            -   [`structcheck`](https://togithub.com/opennota/check): deprecated since v1.49.0 (2022-08-23).
            -   [`varcheck`](https://togithub.com/opennota/check): deprecated since v1.49.0 (2022-08-23).
        -   ⚠️ Deprecate usage of linter alternative names
        -   Remove help display on errors with `config verify` command
        -   Add `pre-commit` hook to run `config verify`
        -   Improve `github-action` output
    6.  Documentation
        -   Remove deprecated Atom from Editor Integrations
    
    GitHub Action (v5.1.0) for golangci-lint:
    
    -   supports for `pull`, `pull_request_target`, and `merge_group` events with the option `only-new-issues`.
    -   ️️⚠️ `skip-pkg-cache` and `skip-build-cache` have been removed because the cache related to Go itself is already handled by `actions/setup-go`.
    -   with golangci-lint v1.58, the file information (path and position) will be displayed on the log.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    2 Configuration menu
    Copy the full SHA
    d2b0387 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update module github.com/getsentry/sentry-go to v0.28.0 (#…

    …1712)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/getsentry/sentry-go](https://togithub.com/getsentry/sentry-go) | require | minor | `v0.27.0` -> `v0.28.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary>
    
    ### [`v0.28.0`](https://togithub.com/getsentry/sentry-go/releases/tag/v0.28.0): 0.28.0
    
    [Compare Source](https://togithub.com/getsentry/sentry-go/compare/v0.27.0...v0.28.0)
    
    The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0.
    
    ##### Features
    
    -   Add a `Fiber` performance tracing & error reporting integration ([#&#8203;795](https://togithub.com/getsentry/sentry-go/pull/795))
    -   Add performance tracing to the `Echo` integration ([#&#8203;722](https://togithub.com/getsentry/sentry-go/pull/722))
    -   Add performance tracing to the `FastHTTP` integration ([#&#8203;732](https://togithub.com/getsentry/sentry-go/pull/723))
    -   Add performance tracing to the `Iris` integration ([#&#8203;809](https://togithub.com/getsentry/sentry-go/pull/809))
    -   Add performance tracing to the `Negroni` integration ([#&#8203;808](https://togithub.com/getsentry/sentry-go/pull/808))
    -   Add `FailureIssueThreshold` & `RecoveryThreshold` to `MonitorConfig` ([#&#8203;775](https://togithub.com/getsentry/sentry-go/pull/775))
    -   Use `errors.Unwrap()` to create exception groups ([#&#8203;792](https://togithub.com/getsentry/sentry-go/pull/792))
    -   Add support for matching on strings for `ClientOptions.IgnoreErrors` & `ClientOptions.IgnoreTransactions` ([#&#8203;819](https://togithub.com/getsentry/sentry-go/pull/819))
    -   Add `http.request.method` attribute for performance span data ([#&#8203;786](https://togithub.com/getsentry/sentry-go/pull/786))
    -   Accept `interface{}` for span data values ([#&#8203;784](https://togithub.com/getsentry/sentry-go/pull/784))
    
    ##### Fixes
    
    -   Fix missing stack trace for parsing error in `logrusentry` ([#&#8203;689](https://togithub.com/getsentry/sentry-go/pull/689))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    1 Configuration menu
    Copy the full SHA
    82d78cb View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/rs/zerolog to v1.33.0 (#1713)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/rs/zerolog](https://togithub.com/rs/zerolog) | require | minor | `v1.32.0` -> `v1.33.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>rs/zerolog (github.com/rs/zerolog)</summary>
    
    ### [`v1.33.0`](https://togithub.com/rs/zerolog/compare/v1.32.0...v1.33.0)
    
    [Compare Source](https://togithub.com/rs/zerolog/compare/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.
    
    🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    1 Configuration menu
    Copy the full SHA
    a09376d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. chore(deps): Update golangci/golangci-lint-action action to v6 (#1715)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | major | `v5` -> `v6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary>
    
    ### [`v6`](https://togithub.com/golangci/golangci-lint-action/compare/v5...v6)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v5...v6)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    cq-bot authored Jun 2, 2024
    1 Configuration menu
    Copy the full SHA
    5bc7a7d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix(deps): Update opentelemetry-go monorepo to v1.27.0 (#1714)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go)
    | require | minor | `v1.26.0` -> `v1.27.0` |
    |
    [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://togithub.com/open-telemetry/opentelemetry-go)
    | require | minor | `v1.26.0` -> `v1.27.0` |
    |
    [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://togithub.com/open-telemetry/opentelemetry-go)
    | require | minor | `v1.26.0` -> `v1.27.0` |
    |
    [go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go)
    | require | minor | `v1.26.0` -> `v1.27.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>open-telemetry/opentelemetry-go
    (go.opentelemetry.io/otel)</summary>
    
    ###
    [`v1.27.0`](https://togithub.com/open-telemetry/opentelemetry-go/releases/tag/v1.27.0):
    /v0.49.0/v0.3.0
    
    [Compare
    Source](https://togithub.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0)
    
    This release includes the first beta release of the OpenTelemetry Logs
    Bridge API and SDK for Go.
    
    ##### Overview
    
    ##### Added
    
    - Add example for `go.opentelemetry.io/otel/exporters/stdout/stdoutlog`.
    ([#&#8203;5242](https://togithub.com/open-telemetry/opentelemetry-go/issues/5242))
    - Add `RecordFactory` in `go.opentelemetry.io/otel/sdk/log/logtest` to
    facilitate testing exporter and processor implementations.
    ([#&#8203;5258](https://togithub.com/open-telemetry/opentelemetry-go/issues/5258))
    - Add `RecordFactory` in `go.opentelemetry.io/otel/log/logtest` to
    facilitate testing bridge implementations.
    ([#&#8203;5263](https://togithub.com/open-telemetry/opentelemetry-go/issues/5263))
    - The count of dropped records from the `BatchProcessor` in
    `go.opentelemetry.io/otel/sdk/log` is logged.
    ([#&#8203;5276](https://togithub.com/open-telemetry/opentelemetry-go/issues/5276))
    - Add metrics in the `otel-collector` example.
    ([#&#8203;5283](https://togithub.com/open-telemetry/opentelemetry-go/issues/5283))
    - Add the synchronous gauge instrument to
    `go.opentelemetry.io/otel/metric`.
    ([#&#8203;5304](https://togithub.com/open-telemetry/opentelemetry-go/issues/5304))
    - An `int64` or `float64` synchronous gauge instrument can now be
    created from a `Meter`.
    - All implementations of the API
    (`go.opentelemetry.io/otel/metric/noop`,
    `go.opentelemetry.io/otel/sdk/metric`) are updated to support this
    instrument.
    - Add logs to `go.opentelemetry.io/otel/example/dice`.
    ([#&#8203;5349](https://togithub.com/open-telemetry/opentelemetry-go/issues/5349))
    
    ##### Changed
    
    - The `Shutdown` method of `Exporter` in
    `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` ignores the
    context cancellation and always returns `nil`.
    ([#&#8203;5189](https://togithub.com/open-telemetry/opentelemetry-go/issues/5189))
    - The `ForceFlush` and `Shutdown` methods of the exporter returned by
    `New` in `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` ignore
    the context cancellation and always return `nil`.
    ([#&#8203;5189](https://togithub.com/open-telemetry/opentelemetry-go/issues/5189))
    - Apply the value length limits to `Record` attributes in
    `go.opentelemetry.io/otel/sdk/log`.
    ([#&#8203;5230](https://togithub.com/open-telemetry/opentelemetry-go/issues/5230))
    - De-duplicate map attributes added to a `Record` in
    `go.opentelemetry.io/otel/sdk/log`.
    ([#&#8203;5230](https://togithub.com/open-telemetry/opentelemetry-go/issues/5230))
    - `go.opentelemetry.io/otel/exporters/stdout/stdoutlog` won't print
    timestamps when `WithoutTimestamps` option is set.
    ([#&#8203;5241](https://togithub.com/open-telemetry/opentelemetry-go/issues/5241))
    - The `go.opentelemetry.io/otel/exporters/stdout/stdoutlog` exporter
    won't print `AttributeValueLengthLimit` and `AttributeCountLimit` fields
    now, instead it prints the `DroppedAttributes` field.
    ([#&#8203;5272](https://togithub.com/open-telemetry/opentelemetry-go/issues/5272))
    - Improved performance in the `Stringer` implementation of
    `go.opentelemetry.io/otel/baggage.Member` by reducing the number of
    allocations.
    ([#&#8203;5286](https://togithub.com/open-telemetry/opentelemetry-go/issues/5286))
    - Set the start time for last-value aggregates in
    `go.opentelemetry.io/otel/sdk/metric`.
    ([#&#8203;5305](https://togithub.com/open-telemetry/opentelemetry-go/issues/5305))
    - The `Span` in `go.opentelemetry.io/otel/sdk/trace` will record links
    without span context if either non-empty `TraceState` or attributes are
    provided.
    ([#&#8203;5315](https://togithub.com/open-telemetry/opentelemetry-go/issues/5315))
    - Upgrade all dependencies of `go.opentelemetry.io/otel/semconv/v1.24.0`
    to `go.opentelemetry.io/otel/semconv/v1.25.0`.
    ([#&#8203;5374](https://togithub.com/open-telemetry/opentelemetry-go/issues/5374))
    
    ##### Fixed
    
    - Comparison of unordered maps for
    `go.opentelemetry.io/otel/log.KeyValue` and
    `go.opentelemetry.io/otel/log.Value`.
    ([#&#8203;5306](https://togithub.com/open-telemetry/opentelemetry-go/issues/5306))
    - Fix the empty output of `go.opentelemetry.io/otel/log.Value` in
    `go.opentelemetry.io/otel/exporters/stdout/stdoutlog`.
    ([#&#8203;5311](https://togithub.com/open-telemetry/opentelemetry-go/issues/5311))
    - Split the behavior of `Recorder` in
    `go.opentelemetry.io/otel/log/logtest` so it behaves as a
    `LoggerProvider` only.
    ([#&#8203;5365](https://togithub.com/open-telemetry/opentelemetry-go/issues/5365))
    - Fix wrong package name of the error message when parsing endpoint URL
    in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`.
    ([#&#8203;5371](https://togithub.com/open-telemetry/opentelemetry-go/issues/5371))
    - Identify the `Logger` returned from the global `LoggerProvider` in
    `go.opentelemetry.io/otel/log/global` with its schema URL.
    ([#&#8203;5375](https://togithub.com/open-telemetry/opentelemetry-go/issues/5375))
    
    ##### What's Changed
    
    - sdk/log/logtest: Add RecordFactory by
    [@&#8203;pellared](https://togithub.com/pellared) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5258](https://togithub.com/open-telemetry/opentelemetry-go/pull/5258)
    - log/logtest: add Record Factory by
    [@&#8203;dmathieu](https://togithub.com/dmathieu) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5263](https://togithub.com/open-telemetry/opentelemetry-go/pull/5263)
    - stdoutlog: Do not print timestamps when WithoutTimestamps is set by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5241](https://togithub.com/open-telemetry/opentelemetry-go/pull/5241)
    - Add example for stdoutlog by [@&#8203;XSAM](https://togithub.com/XSAM)
    in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5242](https://togithub.com/open-telemetry/opentelemetry-go/pull/5242)
    - Remove context check on stdout exporters by
    [@&#8203;prasad-shirodkar](https://togithub.com/prasad-shirodkar) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5189](https://togithub.com/open-telemetry/opentelemetry-go/pull/5189)
    - Fix flaky test TestBufferExporter/Shutdown/ContextCancelled by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5261](https://togithub.com/open-telemetry/opentelemetry-go/pull/5261)
    - Add `otlploggrpc` exporter skeleton by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5246](https://togithub.com/open-telemetry/opentelemetry-go/pull/5246)
    - build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5266](https://togithub.com/open-telemetry/opentelemetry-go/pull/5266)
    - chore: fix function names in comment by
    [@&#8203;dockercui](https://togithub.com/dockercui) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5262](https://togithub.com/open-telemetry/opentelemetry-go/pull/5262)
    - build(deps): bump
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from
    0.50.0 to 0.51.0 in /example/dice by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5265](https://togithub.com/open-telemetry/opentelemetry-go/pull/5265)
    - docs: update variable name in documentation by
    [@&#8203;codeboten](https://togithub.com/codeboten) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5270](https://togithub.com/open-telemetry/opentelemetry-go/pull/5270)
    - Use empty resource when `RecordFactory.Resource` is `nil` by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5264](https://togithub.com/open-telemetry/opentelemetry-go/pull/5264)
    - Truncate and de-duplicate log attribute values by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5230](https://togithub.com/open-telemetry/opentelemetry-go/pull/5230)
    - Add changelog entry for
    [#&#8203;5230](https://togithub.com/open-telemetry/opentelemetry-go/issues/5230)
    by [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5277](https://togithub.com/open-telemetry/opentelemetry-go/pull/5277)
    - docs: Add otlploghttp package in exporters README.md by
    [@&#8203;arukiidou](https://togithub.com/arukiidou) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5274](https://togithub.com/open-telemetry/opentelemetry-go/pull/5274)
    - The stdoutlog exporter prints `DroppedAttributes` field instead of
    `Limit`s fields by [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5272](https://togithub.com/open-telemetry/opentelemetry-go/pull/5272)
    - Test scope and resource transforms in `otlploghttp` by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5278](https://togithub.com/open-telemetry/opentelemetry-go/pull/5278)
    - Add README template to semconvkit by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5279](https://togithub.com/open-telemetry/opentelemetry-go/pull/5279)
    - Use docker compose in otel collector example by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5244](https://togithub.com/open-telemetry/opentelemetry-go/pull/5244)
    - \[chore] dependabot updates Sun May 5 15:58:12 UTC 2024 by
    [@&#8203;opentelemetrybot](https://togithub.com/opentelemetrybot) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5300](https://togithub.com/open-telemetry/opentelemetry-go/pull/5300)
    - build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by
    [@&#8203;dependabot](https://togithub.com/dependabot) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5296](https://togithub.com/open-telemetry/opentelemetry-go/pull/5296)
    - docs: Update Go logs status to alpha in README.md by
    [@&#8203;arukiidou](https://togithub.com/arukiidou) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5299](https://togithub.com/open-telemetry/opentelemetry-go/pull/5299)
    - docs: Add logs exporters in README.md by
    [@&#8203;arukiidou](https://togithub.com/arukiidou) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5298](https://togithub.com/open-telemetry/opentelemetry-go/pull/5298)
    - Use reflect to construct a Record in `logtest` by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5275](https://togithub.com/open-telemetry/opentelemetry-go/pull/5275)
    - Fix type error in float64 instrument documentation by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5302](https://togithub.com/open-telemetry/opentelemetry-go/pull/5302)
    - Fix HistogramConfig documentation by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5301](https://togithub.com/open-telemetry/opentelemetry-go/pull/5301)
    - feat: opt for concatenation instead of using fmt.Sprintf by
    [@&#8203;moisesvega](https://togithub.com/moisesvega) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5286](https://togithub.com/open-telemetry/opentelemetry-go/pull/5286)
    - Emit attributes slices as their json representation by
    [@&#8203;dmathieu](https://togithub.com/dmathieu) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5159](https://togithub.com/open-telemetry/opentelemetry-go/pull/5159)
    - Refactor exemplars to not use generic argument by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5285](https://togithub.com/open-telemetry/opentelemetry-go/pull/5285)
    - Upgrade default go verison to 1.22.3 by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5314](https://togithub.com/open-telemetry/opentelemetry-go/pull/5314)
    - Log records dropped by the BatchProcessor by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5276](https://togithub.com/open-telemetry/opentelemetry-go/pull/5276)
    - Rename synchronous instrument names in global test by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5303](https://togithub.com/open-telemetry/opentelemetry-go/pull/5303)
    - chore: Configure Renovate by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5309](https://togithub.com/open-telemetry/opentelemetry-go/pull/5309)
    - chore(deps): update module github.com/golang/groupcache to
    v0.0.0-20210331224755-41bb18bfe9da by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5320](https://togithub.com/open-telemetry/opentelemetry-go/pull/5320)
    - chore(deps): update module google.golang.org/genproto/googleapis/api
    to v0.0.0-20240506185236-b8a5c65736ae by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5321](https://togithub.com/open-telemetry/opentelemetry-go/pull/5321)
    - chore(deps): update module gopkg.in/check.v1 to
    v1.0.0-20201130134442-10cb98267c6c by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5326](https://togithub.com/open-telemetry/opentelemetry-go/pull/5326)
    - chore(deps): update module google.golang.org/genproto/googleapis/rpc
    to v0.0.0-20240506185236-b8a5c65736ae by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5325](https://togithub.com/open-telemetry/opentelemetry-go/pull/5325)
    - fix(deps): update module golang.org/x/exp to
    v0.0.0-20240506185415-9bf2ced13842 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5327](https://togithub.com/open-telemetry/opentelemetry-go/pull/5327)
    - chore(deps): update module github.com/prometheus/common to v0.53.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5332](https://togithub.com/open-telemetry/opentelemetry-go/pull/5332)
    - chore(deps): update module golang.org/x/net to v0.25.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5335](https://togithub.com/open-telemetry/opentelemetry-go/pull/5335)
    - fix(deps): update module google.golang.org/protobuf to v1.34.1 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5328](https://togithub.com/open-telemetry/opentelemetry-go/pull/5328)
    - chore(deps): update module github.com/prometheus/procfs to v0.14.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5333](https://togithub.com/open-telemetry/opentelemetry-go/pull/5333)
    - chore(deps): update module github.com/cespare/xxhash/v2 to v2.3.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5330](https://togithub.com/open-telemetry/opentelemetry-go/pull/5330)
    - chore(deps): update module github.com/rogpeppe/go-internal to v1.12.0
    by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5334](https://togithub.com/open-telemetry/opentelemetry-go/pull/5334)
    - fix(deps): update module github.com/golangci/golangci-lint to v1.58.1
    by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5340](https://togithub.com/open-telemetry/opentelemetry-go/pull/5340)
    - Merge Span.AddLink tests by
    [@&#8203;perhapsmaple](https://togithub.com/perhapsmaple) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5115](https://togithub.com/open-telemetry/opentelemetry-go/pull/5115)
    - exporters/otlp/otlptrace: fix incorrect documentation by
    [@&#8203;kevinburkesegment](https://togithub.com/kevinburkesegment) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5098](https://togithub.com/open-telemetry/opentelemetry-go/pull/5098)
    - Generate `internal/retry` in `otlploggrpc` by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5313](https://togithub.com/open-telemetry/opentelemetry-go/pull/5313)
    - fix(deps): update module github.com/prometheus/client_golang to
    v1.19.1 by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5341](https://togithub.com/open-telemetry/opentelemetry-go/pull/5341)
    - chore(deps): update jaegertracing/all-in-one docker tag to v1.57 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5329](https://togithub.com/open-telemetry/opentelemetry-go/pull/5329)
    - chore(deps): update otel/opentelemetry-collector-contrib docker tag to
    v0.100.0 by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5337](https://togithub.com/open-telemetry/opentelemetry-go/pull/5337)
    - chore(deps): update prom/prometheus docker tag to v2.52.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5338](https://togithub.com/open-telemetry/opentelemetry-go/pull/5338)
    - Move Aneurysm9 to emeritus status by
    [@&#8203;Aneurysm9](https://togithub.com/Aneurysm9) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5319](https://togithub.com/open-telemetry/opentelemetry-go/pull/5319)
    - Test metric aggregate times by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5323](https://togithub.com/open-telemetry/opentelemetry-go/pull/5323)
    - Fix empty log body printed by stdoutlog exporter by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5311](https://togithub.com/open-telemetry/opentelemetry-go/pull/5311)
    - Record links with empty span context by
    [@&#8203;amanakin](https://togithub.com/amanakin) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5315](https://togithub.com/open-telemetry/opentelemetry-go/pull/5315)
    - Update `RELEASING.md` to obtain steps to verify the changes for
    contrib by [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5284](https://togithub.com/open-telemetry/opentelemetry-go/pull/5284)
    - chore(deps): update module google.golang.org/genproto/googleapis/rpc
    to v0.0.0-20240509183442-62759503f434 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5345](https://togithub.com/open-telemetry/opentelemetry-go/pull/5345)
    - chore(deps): update module google.golang.org/genproto/googleapis/api
    to v0.0.0-20240509183442-62759503f434 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5344](https://togithub.com/open-telemetry/opentelemetry-go/pull/5344)
    - Support Delta & Cumulative temporality for LastValue aggregates by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5305](https://togithub.com/open-telemetry/opentelemetry-go/pull/5305)
    - sdk/log: Document how Processor and Exporter interfaces can be
    extended by [@&#8203;pellared](https://togithub.com/pellared) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5347](https://togithub.com/open-telemetry/opentelemetry-go/pull/5347)
    - Remove dependabot version updates by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5346](https://togithub.com/open-telemetry/opentelemetry-go/pull/5346)
    - chore(deps): update module google.golang.org/genproto/googleapis/api
    to v0.0.0-20240513163218-0867130af1f8 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5350](https://togithub.com/open-telemetry/opentelemetry-go/pull/5350)
    - chore(deps): update module google.golang.org/genproto/googleapis/rpc
    to v0.0.0-20240513163218-0867130af1f8 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5351](https://togithub.com/open-telemetry/opentelemetry-go/pull/5351)
    - chore(deps): update module github.com/prometheus/procfs to v0.15.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5352](https://togithub.com/open-telemetry/opentelemetry-go/pull/5352)
    - chore(deps): update codecov/codecov-action action to v4.4.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5353](https://togithub.com/open-telemetry/opentelemetry-go/pull/5353)
    - Add logs to dice example by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5349](https://togithub.com/open-telemetry/opentelemetry-go/pull/5349)
    - log: Fix comparison of unordered map values by
    [@&#8203;dmathieu](https://togithub.com/dmathieu) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5306](https://togithub.com/open-telemetry/opentelemetry-go/pull/5306)
    - fix(deps): update module google.golang.org/grpc to v1.64.0 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5354](https://togithub.com/open-telemetry/opentelemetry-go/pull/5354)
    - Fix logger provider var name in dice example by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5358](https://togithub.com/open-telemetry/opentelemetry-go/pull/5358)
    - chore(deps): update module google.golang.org/genproto/googleapis/rpc
    to v0.0.0-20240515191416-fc5f0ca64291 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5362](https://togithub.com/open-telemetry/opentelemetry-go/pull/5362)
    - chore(deps): update module google.golang.org/genproto/googleapis/api
    to v0.0.0-20240515191416-fc5f0ca64291 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5361](https://togithub.com/open-telemetry/opentelemetry-go/pull/5361)
    - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2
    to v2.20.0 by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5363](https://togithub.com/open-telemetry/opentelemetry-go/pull/5363)
    - \[chore] Fix 2 places in log design doc by
    [@&#8203;yijiem](https://togithub.com/yijiem) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5364](https://togithub.com/open-telemetry/opentelemetry-go/pull/5364)
    - \[chore] Fix wrong type in DESIGN.md by
    [@&#8203;pellared](https://togithub.com/pellared) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5368](https://togithub.com/open-telemetry/opentelemetry-go/pull/5368)
    - Add the synchronous gauge to the metric API and SDK by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5304](https://togithub.com/open-telemetry/opentelemetry-go/pull/5304)
    - Collector example: add metrics by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5283](https://togithub.com/open-telemetry/opentelemetry-go/pull/5283)
    - Fix package prefix of error in otlploghttp by
    [@&#8203;XSAM](https://togithub.com/XSAM) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5371](https://togithub.com/open-telemetry/opentelemetry-go/pull/5371)
    - Split log/logtest into a recorder and a logger by
    [@&#8203;dmathieu](https://togithub.com/dmathieu) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5365](https://togithub.com/open-telemetry/opentelemetry-go/pull/5365)
    - Identify logger with schemaURL in global logger provider by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5375](https://togithub.com/open-telemetry/opentelemetry-go/pull/5375)
    - Update all semconv use to v1.25.0 by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5374](https://togithub.com/open-telemetry/opentelemetry-go/pull/5374)
    - fix(deps): update module github.com/golangci/golangci-lint to v1.58.2
    by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5382](https://togithub.com/open-telemetry/opentelemetry-go/pull/5382)
    - chore(deps): update codecov/codecov-action action to v4.4.1 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5387](https://togithub.com/open-telemetry/opentelemetry-go/pull/5387)
    - chore(deps): update module google.golang.org/genproto/googleapis/api
    to v0.0.0-20240520151616-dc85e6b867a5 by
    [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5388](https://togithub.com/open-telemetry/opentelemetry-go/pull/5388)
    - chore(deps): update benchmark-action/github-action-benchmark action to
    v1.20.3 by [@&#8203;renovate](https://togithub.com/renovate) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5381](https://togithub.com/open-telemetry/opentelemetry-go/pull/5381)
    - Fix exported instrument kind const value change by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5385](https://togithub.com/open-telemetry/opentelemetry-go/pull/5385)
    - Release v1.27.0/v0.49.0/v0.3.0 by
    [@&#8203;MrAlias](https://togithub.com/MrAlias) in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5392](https://togithub.com/open-telemetry/opentelemetry-go/pull/5392)
    
    ##### New Contributors
    
    - [@&#8203;prasad-shirodkar](https://togithub.com/prasad-shirodkar) made
    their first contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5189](https://togithub.com/open-telemetry/opentelemetry-go/pull/5189)
    - [@&#8203;dockercui](https://togithub.com/dockercui) made their first
    contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5262](https://togithub.com/open-telemetry/opentelemetry-go/pull/5262)
    - [@&#8203;arukiidou](https://togithub.com/arukiidou) made their first
    contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5274](https://togithub.com/open-telemetry/opentelemetry-go/pull/5274)
    - [@&#8203;moisesvega](https://togithub.com/moisesvega) made their first
    contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5286](https://togithub.com/open-telemetry/opentelemetry-go/pull/5286)
    - [@&#8203;renovate](https://togithub.com/renovate) made their first
    contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5309](https://togithub.com/open-telemetry/opentelemetry-go/pull/5309)
    - [@&#8203;perhapsmaple](https://togithub.com/perhapsmaple) made their
    first contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5115](https://togithub.com/open-telemetry/opentelemetry-go/pull/5115)
    - [@&#8203;amanakin](https://togithub.com/amanakin) made their first
    contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5315](https://togithub.com/open-telemetry/opentelemetry-go/pull/5315)
    - [@&#8203;yijiem](https://togithub.com/yijiem) made their first
    contribution in
    [https://github.com/open-telemetry/opentelemetry-go/pull/5364](https://togithub.com/open-telemetry/opentelemetry-go/pull/5364)
    
    **Full Changelog**:
    open-telemetry/opentelemetry-go@v1.26.0...v1.27.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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    
    ---------
    
    Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
    cq-bot and erezrokah authored Jun 3, 2024
    1 Configuration menu
    Copy the full SHA
    4f29cf1 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…

    …1.11.3 (#1716)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | patch | `v1.11.2` -> `v1.11.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>
    
    ### [`v1.11.3`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.11.3)
    
    [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.11.2...v1.11.3)
    
    ##### Bug Fixes
    
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;166](https://togithub.com/cloudquery/cloudquery-api-go/issues/166)) ([a596adc](https://togithub.com/cloudquery/cloudquery-api-go/commit/a596adc8b5c06e5c7312dd5cf002b61e9dc71107))
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;168](https://togithub.com/cloudquery/cloudquery-api-go/issues/168)) ([0706f83](https://togithub.com/cloudquery/cloudquery-api-go/commit/0706f83b76745bc9fedb111c6dbd018ca2fa90da))
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;169](https://togithub.com/cloudquery/cloudquery-api-go/issues/169)) ([2cdf436](https://togithub.com/cloudquery/cloudquery-api-go/commit/2cdf436608b4d01a2ebccaa0769c57468e1c5499))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 3, 2024
    1 Configuration menu
    Copy the full SHA
    36c97c8 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.19.…

    …18 (#1717)
    
    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.19.17` -> `v1.19.18` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.19.18`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.19.18)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.19.17...v1.19.18)
    
    ##### Bug Fixes
    
    -   **deps:** Update golang.org/x/exp digest to [`fd00a4e`](https://togithub.com/cloudquery/plugin-pb-go/commit/fd00a4e) ([#&#8203;327](https://togithub.com/cloudquery/plugin-pb-go/issues/327)) ([0e4ecfd](https://togithub.com/cloudquery/plugin-pb-go/commit/0e4ecfd481eb4dc76f44ee97a6694d75adebd728))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.3 ([#&#8203;335](https://togithub.com/cloudquery/plugin-pb-go/issues/335)) ([a9db0bf](https://togithub.com/cloudquery/plugin-pb-go/commit/a9db0bf7899c7a565d4b92dec7ddef02d1a366ab))
    -   **deps:** Update module github.com/docker/docker to v26.1.3+incompatible ([#&#8203;328](https://togithub.com/cloudquery/plugin-pb-go/issues/328)) ([2c6b66b](https://togithub.com/cloudquery/plugin-pb-go/commit/2c6b66b6eeca3f33b3bb8c905cace1d9c370fb52))
    -   **deps:** Update module github.com/rs/zerolog to v1.33.0 ([#&#8203;332](https://togithub.com/cloudquery/plugin-pb-go/issues/332)) ([e8ea18b](https://togithub.com/cloudquery/plugin-pb-go/commit/e8ea18b41497042a09e4a5646b32ffa90a911988))
    -   **deps:** Update module github.com/schollz/progressbar/v3 to v3.14.3 ([#&#8203;330](https://togithub.com/cloudquery/plugin-pb-go/issues/330)) ([cf33df6](https://togithub.com/cloudquery/plugin-pb-go/commit/cf33df6058bcab8052d43039abf91b94857c0daf))
    -   Generate Go Code from `plugin-pb` ([#&#8203;334](https://togithub.com/cloudquery/plugin-pb-go/issues/334)) ([f1591a2](https://togithub.com/cloudquery/plugin-pb-go/commit/f1591a252785bf7813accd594a6fd520c4df4adc))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f36d5d2 View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v4.44.2 (#1710)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.44.2](v4.44.1...v4.44.2) (2024-06-03)
    
    
    ### Bug Fixes
    
    * **deps:** Update golang.org/x/exp digest to fd00a4e ([#1708](#1708)) ([93866a9](93866a9))
    * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.3 ([#1716](#1716)) ([36c97c8](36c97c8))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.18 ([#1717](#1717)) ([f36d5d2](f36d5d2))
    * **deps:** Update module github.com/getsentry/sentry-go to v0.28.0 ([#1712](#1712)) ([82d78cb](82d78cb))
    * **deps:** Update module github.com/goccy/go-json to v0.10.3 ([#1709](#1709)) ([32a2dca](32a2dca))
    * **deps:** Update module github.com/rs/zerolog to v1.33.0 ([#1713](#1713)) ([a09376d](a09376d))
    * **deps:** Update opentelemetry-go monorepo to v1.27.0 ([#1714](#1714)) ([4f29cf1](4f29cf1))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Jun 3, 2024
    2 Configuration menu
    Copy the full SHA
    725bf5d View commit details
    Browse the repository at this point in the history
Loading
0