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.73.3
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.73.4
Choose a head ref
  • 14 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 20, 2025

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

    …73.3 (#2059)
    
    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.73.2` -> `v4.73.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.73.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.73.3)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.73.2...v4.73.3)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.5 ([#&#8203;2057](https://togithub.com/cloudquery/plugin-sdk/issues/2057)) ([c91a230](https://togithub.com/cloudquery/plugin-sdk/commit/c91a23052cba9fcc58cd55b420dabdee027afe3b))
    
    </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=-->
    cq-bot authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    992297f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. fix(deps): Update Google Golang modules (#2060)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | patch | `v1.69.2` -> `v1.69.4` | `v1.70.0` |
    | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | patch | `v1.36.2` -> `v1.36.3` | `v1.36.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.69.4`](https://togithub.com/grpc/grpc-go/releases/tag/v1.69.4): Release 1.69.4
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.69.2...v1.69.4)
    
    ### Bug Fixes
    
    -   rbac: fix support for :path header matchers, which would previously never successfully match ([#&#8203;7965](https://togithub.com/grpc/grpc-go/issues/7965)).
    
    ### Documentation
    
    -   examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service ([#&#8203;7945](https://togithub.com/grpc/grpc-go/issues/7945)).
    
    </details>
    
    <details>
    <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
    
    ### [`v1.36.3`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.36.3)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.36.2...v1.36.3)
    
    **Full Changelog**: protocolbuffers/protobuf-go@v1.36.2...v1.36.3
    
    Bug fixes:
    [CL/642575](https://go-review.googlesource.com/c/protobuf/+/642575): reflect/protodesc: fix panic when working with dynamicpb
    [CL/641036](https://go-review.googlesource.com/c/protobuf/+/641036): cmd/protoc-gen-go: remove json struct tags from unexported fields
    
    User-visible changes:
    [CL/641876](https://go-review.googlesource.com/c/protobuf/+/641876): proto: add example for GetExtension, SetExtension
    [CL/642015](https://go-review.googlesource.com/c/protobuf/+/642015): runtime/protolazy: replace internal doc link with external link
    
    Maintenance:
    [CL/641635](https://go-review.googlesource.com/c/protobuf/+/641635): all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
    [CL/641019](https://go-review.googlesource.com/c/protobuf/+/641019): internal/impl: remove unused exporter parameter
    [CL/641018](https://go-review.googlesource.com/c/protobuf/+/641018): internal/impl: switch to reflect.Value.IsZero
    [CL/641035](https://go-review.googlesource.com/c/protobuf/+/641035): internal/impl: clean up unneeded Go<1.12 MapRange() alternative
    [CL/641017](https://go-review.googlesource.com/c/protobuf/+/641017): types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
    
    </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.
    
    👻 **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=-->
    cq-bot authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    d3a180d View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update aws-sdk-go-v2 monorepo (#2061)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [github.com/aws/aws-sdk-go-v2](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.32.8` -> `v1.33.0` | `v1.34.0` |
    | [github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.28.10` -> `v1.29.1` | `v1.29.2` |
    | [github.com/aws/aws-sdk-go-v2/service/licensemanager](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.10` -> `v1.29.12` | `v1.29.13` |
    | [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.25.9` -> `v1.25.11` | `v1.25.12` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary>
    
    ### [`v1.33.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.32.8...v1.33.0)
    
    [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.32.8...v1.33.0)
    
    </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.
    
    👻 **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=-->
    cq-bot authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    7346223 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. chore: Update CODEOWNERS (#2063)

    #### Summary
    
    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    
    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 ✅
    erezrokah authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    b3be1b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. chore(deps): Update dependency golangci/golangci-lint to v1.63.4 (#2064)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.62.2` -> `v1.63.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.63.4`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1634)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.3...v1.63.4)
    
    1.  Linters bug fixes
        -   `dupl`, `gomodguard`, `revive`: keep only Go-files.
    
    ### [`v1.63.3`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1633)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.2...v1.63.3)
    
    1.  Linters bug fixes
        -   `gofmt`, `gofumpt`, `goimports`, `gci`: panic with several trailing EOL
        -   `goheader`: skip issues with invalid positions
    
    ### [`v1.63.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1632)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.1...v1.63.2)
    
    1.  Linters bug fixes
        -   `gofmt`, `gofumpt`, `goimports`, `gci`: panic with missing trailing EOL
    
    ### [`v1.63.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1631)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.0...v1.63.1)
    
    1.  Linters bug fixes
        -   `cgi`: invalid reports with cgo
        -   `gofumpt`: panic with autofix and cgo
    
    ### [`v1.63.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1630)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.62.2...v1.63.0)
    
    1.  Enhancements
        -   Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
        -   Formatters (`gofmt`, `goimports`, `gofumpt`, `gci`) are applied after the suggested fixes.
    2.  New linters
        -   Add `exptostd` linter https://github.com/ldez/exptostd
        -   Add `nilnesserr` linter https://github.com/alingse/nilnesserr
        -   Add `usetesting` linter https://github.com/ldez/usetesting
    3.  Linters new features
        -   `gci`: new options: `no-inline-comments`, `no-prefix-comments`
        -   `gomoddirectives`: from 0.2.4 to 0.6.0 (new options: `go-version-pattern`, `toolchain-pattern`,`toolchain-forbidden`, `tool-forbidden`, `go-debug-forbidden`)
        -   `govet`: new `stdversion`, `waitgroup` analyzers
        -   `importas`: allow multiple empty aliases
        -   `loggercheck`: new `slog` option
        -   `recvcheck`: from 0.1.2 to 0.2.0 (new options: `disable-builtin`, `exclusions`)
        -   `tagliatelle`: from 0.5.0 to 0.7.1 (new options: `ignored-fields`, `extended-rules`,`overrides`, `pkg`, `ignore`)
        -   `usestdlibvars`: from 1.27.0 to 1.28.0 (autofix)
        -   `wrapcheck`: from 2.9.0 to 2.10.0 (new option: `extra-ignore-sigs`)
    4.  Linters bug fixes
        -   `asciicheck`: from 0.2.0 to 0.3.0
        -   `bodyclose`: from [`5742072`](https://togithub.com/golangci/golangci-lint/commit/574207250966) to [`ed6a65f`](https://togithub.com/golangci/golangci-lint/commit/ed6a65f985e)
        -   `funlen`: from 0.1.0 to 0.2.0
        -   `ginkgolinter`: from 0.18.3 to 0.18.4
        -   `gochecksumtype`: from 0.2.0 to 0.3.1
        -   `gocognit`: from 1.1.3 to 1.2.0
        -   `godot`: from 1.4.18 to 1.4.20
        -   `goheader`: report position improvement
        -   `gosec`: handling of global nosec option when it is false
        -   `iface`: from 1.2.1 to 1.3.0
        -   `importas`: from 0.1.0 to 0.2.0
        -   `intrange`: from 0.2.1 to 0.3.0
        -   `makezero`: from 1.1.1 to 1.2.0
        -   `mirror`: from 1.2.0 to 1.3.0
        -   `nilnil`: from 1.0.0 to 1.0.1
        -   `nosprintfhostport`: from 0.1.1 to 0.2.0
        -   `reassign`: from 0.2.0 to 0.3.0
        -   `spancheck`: from 0.6.2 to 0.6.4
        -   `tagalign`: from 1.3.4 to 1.4.1
        -   `wastedassign`: from 2.0.7 to 2.1.0
        -   `whitespace`: from 0.1.1 to 0.2.0
        -   `wsl`: from 4.4.1 to 4.5.0
    5.  Deprecations
        -   ⚠️ `output.uniq-by-line` is deprecated and replaced by `issues.uniq-by-line`.
    6.  Misc.
        -   Improvements of the help command (color and JSON support).
        -   Removes `decoder`, `sloglint`, `tagalin` from `format` preset.
        -   Enables paths with junction inside Windows.
        -   The timeout is disabled if `run.timeout` <= 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    25be624 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update nosborn/github-action-markdown-cli action to v3.4…

    ….0 (#2065)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [nosborn/github-action-markdown-cli](https://togithub.com/nosborn/github-action-markdown-cli) | action | minor | `v3.3.0` -> `v3.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>nosborn/github-action-markdown-cli (nosborn/github-action-markdown-cli)</summary>
    
    ### [`v3.4.0`](https://togithub.com/nosborn/github-action-markdown-cli/releases/tag/v3.4.0)
    
    [Compare Source](https://togithub.com/nosborn/github-action-markdown-cli/compare/v3.3.0...v3.4.0)
    
    -   Bump markdownlint-cli to 0.43.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    b24067f View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update Google Golang modules (#2066)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.69.4` -> `v1.70.0` |
    | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | patch | `v1.36.3` -> `v1.36.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.70.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.70.0): Release 1.70.0
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.69.4...v1.70.0)
    
    ### Behavior Changes
    
    -   client: reject service configs containing an invalid retryPolicy in accordance with gRFCs [A21](https://togithub.com/grpc/proposal/blob/master/A21-service-config-error-handling.md) and [A6](https://togithub.com/grpc/proposal/blob/master/A6-client-retries.md).  ([#&#8203;7905](https://togithub.com/grpc/grpc-go/issues/7905))
        -   Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.
    
    ### New Features
    
    -   xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable `GRPC_EXPERIMENTAL_XDS_FALLBACK` to `false`. ([#&#8203;7949](https://togithub.com/grpc/grpc-go/issues/7949))
    -   experimental/credentials: experimental transport credentials are added which don't enforce ALPN. ([#&#8203;7980](https://togithub.com/grpc/grpc-go/issues/7980))
        -   These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.
    
    ### Bug Fixes
    
    -   xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. ([#&#8203;8011](https://togithub.com/grpc/grpc-go/issues/8011))
    
    ### Performance
    
    -   server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. ([#&#8203;7998](https://togithub.com/grpc/grpc-go/issues/7998))
        -   Special Thanks: [@&#8203;lqs](https://togithub.com/lqs)
    
    ### Documentation
    
    -   examples/features/gracefulstop: add example to demonstrate server graceful stop. ([#&#8203;7865](https://togithub.com/grpc/grpc-go/issues/7865))
    
    </details>
    
    <details>
    <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
    
    ### [`v1.36.4`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.36.4)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.36.3...v1.36.4)
    
    **Full Changelog**: protocolbuffers/protobuf-go@v1.36.3...v1.36.4
    
    Bug fixes:
    [CL/642975](https://go-review.googlesource.com/c/protobuf/+/642975): reflect/protodesc: fix panic when working with dynamicpb
    
    Maintenance:
    [CL/643276](https://go-review.googlesource.com/c/protobuf/+/643276): internal_gengo: avoid allocations in rawDescGZIP() accessors
    [CL/642857](https://go-review.googlesource.com/c/protobuf/+/642857): internal_gengo: switch back from string literal to hex byte slice
    [CL/642055](https://go-review.googlesource.com/c/protobuf/+/642055): internal_gengo: use unsafe.StringData() to avoid a descriptor copy
    [CL/638135](https://go-review.googlesource.com/c/protobuf/+/638135): internal_gengo: store raw descriptor in .rodata section
    
    </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.
    
    👻 **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=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    6c32c4a View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update aws-sdk-go-v2 monorepo (#2067)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [github.com/aws/aws-sdk-go-v2](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.33.0` -> `v1.34.0` | `v1.36.0` (+1) |
    | [github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.1` -> `v1.29.2` | `v1.29.4` (+1) |
    | [github.com/aws/aws-sdk-go-v2/service/licensemanager](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.12` -> `v1.29.13` | `v1.29.15` (+1) |
    | [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.25.11` -> `v1.25.12` | `v1.25.14` (+1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary>
    
    ### [`v1.34.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.33.0...v1.34.0)
    
    [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.33.0...v1.34.0)
    
    </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.
    
    👻 **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=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    21125d0 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/invopop/jsonschema to v0.13.0 (#2068

    )
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/invopop/jsonschema](https://togithub.com/invopop/jsonschema) | require | minor | `v0.12.0` -> `v0.13.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>invopop/jsonschema (github.com/invopop/jsonschema)</summary>
    
    ### [`v0.13.0`](https://togithub.com/invopop/jsonschema/compare/v0.12.0...v0.13.0)
    
    [Compare Source](https://togithub.com/invopop/jsonschema/compare/v0.12.0...v0.13.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    c8122a2 View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update module golang.org/x/oauth2 to v0.25.0 (#2069)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/oauth2 | require | minor | `v0.24.0` -> `v0.25.0` |
    
    ---
    
    ### 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=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    9448009 View commit details
    Browse the repository at this point in the history
  7. fix(deps): Update opentelemetry-go monorepo (#2070)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.9.0` -> `v0.10.0` |
    | [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/log](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.9.0` -> `v0.10.0` |
    | [go.opentelemetry.io/otel/metric](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/sdk/log](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v0.9.0` -> `v0.10.0` |
    | [go.opentelemetry.io/otel/sdk/metric](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    | [go.opentelemetry.io/otel/trace](https://togithub.com/open-telemetry/opentelemetry-go) | require | minor | `v1.33.0` -> `v1.34.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)</summary>
    
    ### [`v1.34.0`](https://togithub.com/open-telemetry/opentelemetry-go/releases/tag/v1.34.0): /v0.56.0/v0.10.0
    
    [Compare Source](https://togithub.com/open-telemetry/opentelemetry-go/compare/v1.33.0...v1.34.0)
    
    ##### Overview
    
    ##### Changed
    
    -   Remove the notices from `Logger` to make the whole Logs API user-facing in `go.opentelemetry.io/otel/log`. ([#&#8203;6167](https://togithub.com/open-telemetry/opentelemetry-go/issues/6167))
    
    ##### Fixed
    
    -   Relax minimum Go version to 1.22.0 in various modules. ([#&#8203;6073](https://togithub.com/open-telemetry/opentelemetry-go/issues/6073))
    -   The `Type` name logged for the `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` client is corrected from `otlphttpgrpc` to `otlptracegrpc`. ([#&#8203;6143](https://togithub.com/open-telemetry/opentelemetry-go/issues/6143))
    -   The `Type` name logged for the `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc` client is corrected from `otlphttphttp` to `otlptracehttp`. ([#&#8203;6143](https://togithub.com/open-telemetry/opentelemetry-go/issues/6143))
    
    ##### What's Changed
    
    -   fix(deps): update module google.golang.org/grpc to v1.69.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6037](https://togithub.com/open-telemetry/opentelemetry-go/pull/6037)
    -   build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /internal/tools by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/open-telemetry/opentelemetry-go/pull/6036](https://togithub.com/open-telemetry/opentelemetry-go/pull/6036)
    -   fix(deps): update golang.org/x/exp digest to [`4a55095`](https://togithub.com/open-telemetry/opentelemetry-go/commit/4a55095) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6039](https://togithub.com/open-telemetry/opentelemetry-go/pull/6039)
    -   \[chore] Have renovate update our tools deps by [@&#8203;MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6038](https://togithub.com/open-telemetry/opentelemetry-go/pull/6038)
    -   Fix broken link by [@&#8203;MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6042](https://togithub.com/open-telemetry/opentelemetry-go/pull/6042)
    -   chore(deps): update github.com/golang/groupcache digest to [`2c02b82`](https://togithub.com/open-telemetry/opentelemetry-go/commit/2c02b82) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6043](https://togithub.com/open-telemetry/opentelemetry-go/pull/6043)
    -   chore(deps): update github.com/burntsushi/toml digest to [`b7406c0`](https://togithub.com/open-telemetry/opentelemetry-go/commit/b7406c0) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6041](https://togithub.com/open-telemetry/opentelemetry-go/pull/6041)
    -   chore(deps): update github.com/matoous/godox digest to [`94d1edd`](https://togithub.com/open-telemetry/opentelemetry-go/commit/94d1edd) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6044](https://togithub.com/open-telemetry/opentelemetry-go/pull/6044)
    -   chore(deps): update golang.org/x by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6046](https://togithub.com/open-telemetry/opentelemetry-go/pull/6046)
    -   chore(deps): update mvdan.cc/unparam digest to [`57a3b42`](https://togithub.com/open-telemetry/opentelemetry-go/commit/57a3b42) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6047](https://togithub.com/open-telemetry/opentelemetry-go/pull/6047)
    -   fix(deps): update googleapis to [`9240e9c`](https://togithub.com/open-telemetry/opentelemetry-go/commit/9240e9c) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6048](https://togithub.com/open-telemetry/opentelemetry-go/pull/6048)
    -   chore(deps): update module github.com/antonboom/nilnil to v1.0.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6050](https://togithub.com/open-telemetry/opentelemetry-go/pull/6050)
    -   chore(deps): update module dario.cat/mergo to v1.0.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6049](https://togithub.com/open-telemetry/opentelemetry-go/pull/6049)
    -   chore(deps): update module github.com/butuzov/ireturn to v0.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6051](https://togithub.com/open-telemetry/opentelemetry-go/pull/6051)
    -   chore(deps): update module github.com/go-xmlfmt/xmlfmt to v1.1.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6052](https://togithub.com/open-telemetry/opentelemetry-go/pull/6052)
    -   chore(deps): update module github.com/jjti/go-spancheck to v0.6.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6053](https://togithub.com/open-telemetry/opentelemetry-go/pull/6053)
    -   chore(deps): update module github.com/alecthomas/go-check-sumtype to v0.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6059](https://togithub.com/open-telemetry/opentelemetry-go/pull/6059)
    -   chore(deps): update module github.com/prometheus/client_golang to v1.20.5 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6058](https://togithub.com/open-telemetry/opentelemetry-go/pull/6058)
    -   chore(deps): update module github.com/ashanbrown/makezero to v1.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6060](https://togithub.com/open-telemetry/opentelemetry-go/pull/6060)
    -   chore(deps): update module github.com/butuzov/mirror to v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6061](https://togithub.com/open-telemetry/opentelemetry-go/pull/6061)
    -   chore(deps): update module github.com/microsoft/go-winio to v0.6.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6056](https://togithub.com/open-telemetry/opentelemetry-go/pull/6056)
    -   chore(deps): update module github.com/cloudflare/circl to v1.5.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6063](https://togithub.com/open-telemetry/opentelemetry-go/pull/6063)
    -   chore(deps): update module github.com/ckaznocha/intrange to v0.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6062](https://togithub.com/open-telemetry/opentelemetry-go/pull/6062)
    -   chore(deps): update module github.com/magiconair/properties to v1.8.9 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6054](https://togithub.com/open-telemetry/opentelemetry-go/pull/6054)
    -   chore(deps): update module github.com/masterminds/semver/v3 to v3.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6055](https://togithub.com/open-telemetry/opentelemetry-go/pull/6055)
    -   chore(deps): update module github.com/cyphar/filepath-securejoin to v0.3.6 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6066](https://togithub.com/open-telemetry/opentelemetry-go/pull/6066)
    -   chore(deps): update module github.com/curioswitch/go-reassign to v0.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6065](https://togithub.com/open-telemetry/opentelemetry-go/pull/6065)
    -   chore(deps): update module github.com/djarvur/go-err113 to v0.1.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6068](https://togithub.com/open-telemetry/opentelemetry-go/pull/6068)
    -   fix(deps): update golang.org/x to [`b2144cd`](https://togithub.com/open-telemetry/opentelemetry-go/commit/b2144cd) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6067](https://togithub.com/open-telemetry/opentelemetry-go/pull/6067)
    -   chore(deps): update module github.com/fsnotify/fsnotify to v1.8.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6069](https://togithub.com/open-telemetry/opentelemetry-go/pull/6069)
    -   chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6070](https://togithub.com/open-telemetry/opentelemetry-go/pull/6070)
    -   chore(deps): update module github.com/ldez/gomoddirectives to v0.6.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6072](https://togithub.com/open-telemetry/opentelemetry-go/pull/6072)
    -   chore(deps): update module github.com/prometheus/common to v0.61.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6075](https://togithub.com/open-telemetry/opentelemetry-go/pull/6075)
    -   chore(deps): update module github.com/stbenjam/no-sprintf-host-port to v0.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6081](https://togithub.com/open-telemetry/opentelemetry-go/pull/6081)
    -   chore(deps): update module github.com/spf13/cast to v1.7.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6080](https://togithub.com/open-telemetry/opentelemetry-go/pull/6080)
    -   chore(deps): update module github.com/skeema/knownhosts to v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6079](https://togithub.com/open-telemetry/opentelemetry-go/pull/6079)
    -   chore(deps): update module github.com/sanposhiho/wastedassign/v2 to v2.1.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6078](https://togithub.com/open-telemetry/opentelemetry-go/pull/6078)
    -   chore(deps): update module github.com/protonmail/go-crypto to v1.1.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6076](https://togithub.com/open-telemetry/opentelemetry-go/pull/6076)
    -   chore(deps): update module github.com/sagikazarmark/locafero to v0.6.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6077](https://togithub.com/open-telemetry/opentelemetry-go/pull/6077)
    -   chore(deps): update module github.com/tomarrell/wrapcheck/v2 to v2.10.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6083](https://togithub.com/open-telemetry/opentelemetry-go/pull/6083)
    -   chore(deps): update module github.com/tdakkota/asciicheck to v0.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6082](https://togithub.com/open-telemetry/opentelemetry-go/pull/6082)
    -   chore(deps): update module github.com/uudashr/gocognit to v1.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6087](https://togithub.com/open-telemetry/opentelemetry-go/pull/6087)
    -   chore(deps): update module github.com/spf13/cast to v1.7.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6086](https://togithub.com/open-telemetry/opentelemetry-go/pull/6086)
    -   chore(deps): update github.com/timakin/bodyclose digest to [`adbc21e`](https://togithub.com/open-telemetry/opentelemetry-go/commit/adbc21e) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6045](https://togithub.com/open-telemetry/opentelemetry-go/pull/6045)
    -   chore(deps): update module github.com/uudashr/iface to v1.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6088](https://togithub.com/open-telemetry/opentelemetry-go/pull/6088)
    -   fix(deps): update module google.golang.org/protobuf to v1.36.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6089](https://togithub.com/open-telemetry/opentelemetry-go/pull/6089)
    -   chore(deps): update codecov/codecov-action action to v5.1.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6090](https://togithub.com/open-telemetry/opentelemetry-go/pull/6090)
    -   fix(deps): update module google.golang.org/grpc to v1.69.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6091](https://togithub.com/open-telemetry/opentelemetry-go/pull/6091)
    -   chore(deps): update module golang.org/x/net to v0.33.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6092](https://togithub.com/open-telemetry/opentelemetry-go/pull/6092)
    -   fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`9e4b4d4`](https://togithub.com/open-telemetry/opentelemetry-go/commit/9e4b4d4) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6096](https://togithub.com/open-telemetry/opentelemetry-go/pull/6096)
    -   chore(deps): update lycheeverse/lychee-action action to v2.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6099](https://togithub.com/open-telemetry/opentelemetry-go/pull/6099)
    -   fix(deps): update googleapis to [`6b3ec00`](https://togithub.com/open-telemetry/opentelemetry-go/commit/6b3ec00) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6101](https://togithub.com/open-telemetry/opentelemetry-go/pull/6101)
    -   chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6103](https://togithub.com/open-telemetry/opentelemetry-go/pull/6103)
    -   chore(deps): update golang.org/x/telemetry digest to [`cc96b6e`](https://togithub.com/open-telemetry/opentelemetry-go/commit/cc96b6e) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6102](https://togithub.com/open-telemetry/opentelemetry-go/pull/6102)
    -   chore(deps): update github.com/timakin/bodyclose digest to [`1db5c5c`](https://togithub.com/open-telemetry/opentelemetry-go/commit/1db5c5c) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6105](https://togithub.com/open-telemetry/opentelemetry-go/pull/6105)
    -   \[chore] Move the changelog guard by [@&#8203;MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6100](https://togithub.com/open-telemetry/opentelemetry-go/pull/6100)
    -   Only run links check on main branch merge by [@&#8203;MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6098](https://togithub.com/open-telemetry/opentelemetry-go/pull/6098)
    -   fix(deps): update googleapis to [`6982302`](https://togithub.com/open-telemetry/opentelemetry-go/commit/6982302) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6108](https://togithub.com/open-telemetry/opentelemetry-go/pull/6108)
    -   fix(deps): update module google.golang.org/protobuf to v1.36.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6109](https://togithub.com/open-telemetry/opentelemetry-go/pull/6109)
    -   chore(deps): update module github.com/tetafro/godot to v1.4.20 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6110](https://togithub.com/open-telemetry/opentelemetry-go/pull/6110)
    -   chore(deps): update github.com/golangci/gofmt digest to [`057b062`](https://togithub.com/open-telemetry/opentelemetry-go/commit/057b062) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6111](https://togithub.com/open-telemetry/opentelemetry-go/pull/6111)
    -   chore(deps): update module github.com/ldez/grignotin to v0.7.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6112](https://togithub.com/open-telemetry/opentelemetry-go/pull/6112)
    -   fix(deps): update golang.org/x by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6121](https://togithub.com/open-telemetry/opentelemetry-go/pull/6121)
    -   chore(deps): update mvdan.cc/unparam digest to [`447d509`](https://togithub.com/open-telemetry/opentelemetry-go/commit/447d509) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6115](https://togithub.com/open-telemetry/opentelemetry-go/pull/6115)
    -   chore(deps): update module github.com/julz/importas to v0.2.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6116](https://togithub.com/open-telemetry/opentelemetry-go/pull/6116)
    -   chore(deps): update module github.com/karamaru-alpha/copyloopvar to v1.2.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6126](https://togithub.com/open-telemetry/opentelemetry-go/pull/6126)
    -   chore(deps): update module github.com/ldez/grignotin to v0.8.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6129](https://togithub.com/open-telemetry/opentelemetry-go/pull/6129)
    -   fix(deps): update module github.com/golangci/golangci-lint to v1.63.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6128](https://togithub.com/open-telemetry/opentelemetry-go/pull/6128)
    -   chore(deps): update module github.com/go-git/go-git/v5 to v5.13.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6125](https://togithub.com/open-telemetry/opentelemetry-go/pull/6125)
    -   chore(deps): update module github.com/pjbgf/sha1cd to v0.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6123](https://togithub.com/open-telemetry/opentelemetry-go/pull/6123)
    -   fix(deps): update googleapis to [`5f5ef82`](https://togithub.com/open-telemetry/opentelemetry-go/commit/5f5ef82) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6133](https://togithub.com/open-telemetry/opentelemetry-go/pull/6133)
    -   chore(deps): update module github.com/alingse/nilnesserr to v0.1.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6134](https://togithub.com/open-telemetry/opentelemetry-go/pull/6134)
    -   fix(deps): update golang.org/x by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6135](https://togithub.com/open-telemetry/opentelemetry-go/pull/6135)
    -   Minimum go version dependency downgraded back to 1.22.0 in various packages by [@&#8203;codeboten](https://togithub.com/codeboten) in [https://github.com/open-telemetry/opentelemetry-go/pull/6073](https://togithub.com/open-telemetry/opentelemetry-go/pull/6073)
    -   chore(deps): update module github.com/protonmail/go-crypto to v1.1.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6137](https://togithub.com/open-telemetry/opentelemetry-go/pull/6137)
    -   fix(deps): update module google.golang.org/protobuf to v1.36.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6138](https://togithub.com/open-telemetry/opentelemetry-go/pull/6138)
    -   chore(deps): update module github.com/uudashr/iface to v1.3.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6139](https://togithub.com/open-telemetry/opentelemetry-go/pull/6139)
    -   chore(deps): update module github.com/securego/gosec/v2 to v2.22.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6141](https://togithub.com/open-telemetry/opentelemetry-go/pull/6141)
    -   chore(deps): update module github.com/sagikazarmark/locafero to v0.7.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6140](https://togithub.com/open-telemetry/opentelemetry-go/pull/6140)
    -   chore(deps): update module go.opentelemetry.io/build-tools to v0.16.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6146](https://togithub.com/open-telemetry/opentelemetry-go/pull/6146)
    -   fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.16.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6147](https://togithub.com/open-telemetry/opentelemetry-go/pull/6147)
    -   fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.16.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6149](https://togithub.com/open-telemetry/opentelemetry-go/pull/6149)
    -   fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.16.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6150](https://togithub.com/open-telemetry/opentelemetry-go/pull/6150)
    -   fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.16.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6148](https://togithub.com/open-telemetry/opentelemetry-go/pull/6148)
    -   docs: update badge link by [@&#8203;codeboten](https://togithub.com/codeboten) in [https://github.com/open-telemetry/opentelemetry-go/pull/6144](https://togithub.com/open-telemetry/opentelemetry-go/pull/6144)
    -   Fix otlptrace client types by [@&#8203;MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6143](https://togithub.com/open-telemetry/opentelemetry-go/pull/6143)
    -   chore(deps): update module github.com/mattn/go-colorable to v0.1.14 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6151](https://togithub.com/open-telemetry/opentelemetry-go/pull/6151)
    -   chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.2 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6122](https://togithub.com/open-telemetry/opentelemetry-go/pull/6122)
    -   chore(deps): update module github.com/cyphar/filepath-securejoin to v0.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6157](https://togithub.com/open-telemetry/opentelemetry-go/pull/6157)
    -   fix(deps): update module google.golang.org/grpc to v1.69.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6159](https://togithub.com/open-telemetry/opentelemetry-go/pull/6159)
    -   Fix demo links by [@&#8203;dmathieu](https://togithub.com/dmathieu) in [https://github.com/open-telemetry/opentelemetry-go/pull/6160](https://togithub.com/open-telemetry/opentelemetry-go/pull/6160)
    -   fix(deps): update module golang.org/x/vuln to v1.1.4 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6161](https://togithub.com/open-telemetry/opentelemetry-go/pull/6161)
    -   chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6162](https://togithub.com/open-telemetry/opentelemetry-go/pull/6162)
    -   chore(deps): update module github.com/ldez/exptostd to v0.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6163](https://togithub.com/open-telemetry/opentelemetry-go/pull/6163)
    -   fix(deps): update googleapis to [`1a7da9e`](https://togithub.com/open-telemetry/opentelemetry-go/commit/1a7da9e) by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6164](https://togithub.com/open-telemetry/opentelemetry-go/pull/6164)
    -   chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6165](https://togithub.com/open-telemetry/opentelemetry-go/pull/6165)
    -   fix(deps): update module google.golang.org/protobuf to v1.36.3 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/open-telemetry/opentelemetry-go/pull/6166](https://togithub.com/open-telemetry/opentelemetry-go/pull/6166)
    -   log: Make whole Logs API user-facing by [@&#8203;pellared](https://togithub.com/pellared) in [https://github.com/open-telemetry/opentelemetry-go/pull/6167](https://togithub.com/open-telemetry/opentelemetry-go/pull/6167)
    -   Release v1.34.0/v0.56.0/v0.10.0 by [@&#8203;MrAlias](https://togithub.com/MrAlias) in [https://github.com/open-telemetry/opentelemetry-go/pull/6174](https://togithub.com/open-telemetry/opentelemetry-go/pull/6174)
    
    **Full Changelog**: open-telemetry/opentelemetry-go@v1.33.0...v1.34.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=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    66793b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. chore(deps): Update dawidd6/action-download-artifact action to v8 (#2071

    )
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact) | action | major | `v7` -> `v8` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary>
    
    ### [`v8`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v8)
    
    [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v7...v8)
    
    #### New features
    
    -   `use_unzip` boolean input (defaulting to false) - if set to true, the action will use system provided `unzip` utility for unpacking downloaded artifact(s) (note that the action will first download the .zip artifact file, then unpack it and remove the .zip file)
    
    #### What's Changed
    
    -   README: v7 by [@&#8203;haines](https://togithub.com/haines) in [https://github.com/dawidd6/action-download-artifact/pull/318](https://togithub.com/dawidd6/action-download-artifact/pull/318)
    -   Unzip by [@&#8203;dawidd6](https://togithub.com/dawidd6) in [https://github.com/dawidd6/action-download-artifact/pull/325](https://togithub.com/dawidd6/action-download-artifact/pull/325)
    
    #### New Contributors
    
    -   [@&#8203;haines](https://togithub.com/haines) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/318](https://togithub.com/dawidd6/action-download-artifact/pull/318)
    
    **Full Changelog**: dawidd6/action-download-artifact@v7...v8
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    cq-bot authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    b5c73a2 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.6 (

    #2072)
    
    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.5` -> `v1.26.6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.26.6`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.26.6)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.26.5...v1.26.6)
    
    ##### Bug Fixes
    
    -   **deps:** Update Google Golang modules ([#&#8203;470](https://togithub.com/cloudquery/plugin-pb-go/issues/470)) ([a7aeff8](https://togithub.com/cloudquery/plugin-pb-go/commit/a7aeff88b6da94d2c7d5db21a3d6682a93b0775b))
    -   **deps:** Update Google Golang modules ([#&#8203;474](https://togithub.com/cloudquery/plugin-pb-go/issues/474)) ([b4d9942](https://togithub.com/cloudquery/plugin-pb-go/commit/b4d99429275a8627f7b273141058f5e5cfee3f02))
    -   Generate Go Code from `plugin-pb` ([#&#8203;472](https://togithub.com/cloudquery/plugin-pb-go/issues/472)) ([66eab22](https://togithub.com/cloudquery/plugin-pb-go/commit/66eab2280e0079207e8ad79c353428950266677e))
    
    </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=-->
    cq-bot authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    00ce2d7 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v4.73.4 (#2062)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.73.4](v4.73.3...v4.73.4) (2025-02-03)
    
    
    ### Bug Fixes
    
    * **deps:** Update aws-sdk-go-v2 monorepo ([#2061](#2061)) ([7346223](7346223))
    * **deps:** Update aws-sdk-go-v2 monorepo ([#2067](#2067)) ([21125d0](21125d0))
    * **deps:** Update Google Golang modules ([#2060](#2060)) ([d3a180d](d3a180d))
    * **deps:** Update Google Golang modules ([#2066](#2066)) ([6c32c4a](6c32c4a))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.6 ([#2072](#2072)) ([00ce2d7](00ce2d7))
    * **deps:** Update module github.com/invopop/jsonschema to v0.13.0 ([#2068](#2068)) ([c8122a2](c8122a2))
    * **deps:** Update module golang.org/x/oauth2 to v0.25.0 ([#2069](#2069)) ([9448009](9448009))
    * **deps:** Update opentelemetry-go monorepo ([#2070](#2070)) ([66793b9](66793b9))
    
    ---
    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 Feb 3, 2025
    Configuration menu
    Copy the full SHA
    5b40416 View commit details
    Browse the repository at this point in the history
Loading