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-pb-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.2
Choose a base ref
...
head repository: cloudquery/plugin-pb-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25.3
Choose a head ref
  • 7 commits
  • 15 files changed
  • 1 contributor

Commits on Nov 9, 2024

  1. fix(deps): Update module google.golang.org/grpc to v1.68.0 (#430)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.67.1` -> `v1.68.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.68.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.68.0): Release 1.68.0
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.67.1...v1.68.0)
    
    ### Behavior Changes
    
    -   stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file ([#&#8203;7740](https://togithub.com/grpc/grpc-go/issues/7740))
    -   orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. ([#&#8203;7663](https://togithub.com/grpc/grpc-go/issues/7663))
    -   client: `ClientConn.Close()` now closes transports simultaneously and waits for transports to be closed before returning. ([#&#8203;7666](https://togithub.com/grpc/grpc-go/issues/7666))
    -   credentials: TLS credentials created via `NewTLS` that use `tls.Config.GetConfigForClient` will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the `GetConfigForClient` option. ([#&#8203;7709](https://togithub.com/grpc/grpc-go/issues/7709))
    
    ### Bug Fixes
    
    -   transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. ([#&#8203;7662](https://togithub.com/grpc/grpc-go/issues/7662))
    -   mem: reuse buffers more accurately by using slice capacity instead of length ([#&#8203;7702](https://togithub.com/grpc/grpc-go/issues/7702))
        -   Special Thanks: [@&#8203;PapaCharlie](https://togithub.com/PapaCharlie)
    -   status: Fix regression caused by [#&#8203;6919](https://togithub.com/grpc/grpc-go/issues/6919) in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. ([#&#8203;7724](https://togithub.com/grpc/grpc-go/issues/7724))
    
    ### Dependencies
    
    -   Bump minimum supported Go version to `go1.22.7`. ([#&#8203;7624](https://togithub.com/grpc/grpc-go/issues/7624))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    95df7a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix: Generate Go Code from plugin-pb (#432)

    This PR was created by a scheduled workflow to regenerate the Go code from `plugin-pb`.
    cq-bot authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d9f6f21 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. fix(deps): Update module google.golang.org/protobuf to v1.35.2 (#433)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | patch | `v1.35.1` -> `v1.35.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
    
    ### [`v1.35.2`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.35.2)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.35.1...v1.35.2)
    
    **Full Changelog**: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
    
    Maintenance:
    
    [CL/623115](https://go-review.googlesource.com/c/protobuf/+/623115): proto: refactor equal_test from explicit table to use makeMessages()
    [CL/623116](https://go-review.googlesource.com/c/protobuf/+/623116): encoding/prototext: use testmessages_test.go approach, too
    [CL/623117](https://go-review.googlesource.com/c/protobuf/+/623117): internal/testprotos/test: add nested message field with \[lazy=true]
    [CL/624415](https://go-review.googlesource.com/c/protobuf/+/624415): proto: switch messageset_test to use makeMessages() injection point
    [CL/624416](https://go-review.googlesource.com/c/protobuf/+/624416): internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
    
    User-visible changes:
    
    [CL/618395](https://go-review.googlesource.com/c/protobuf/+/618395): encoding/protojson: allow missing value for Any of type Empty
    [CL/618979](https://go-review.googlesource.com/c/protobuf/+/618979): all: implement strip_enum_prefix editions feature
    [CL/622575](https://go-review.googlesource.com/c/protobuf/+/622575): testing/protocmp: document behavior when combining Ignore and Sort
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b99b888 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. fix(deps): Update golang.org/x/exp digest to 2d47ceb (#434)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `f66d83c` -> `2d47ceb` |
    
    ---
    
    ### 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 Dec 1, 2024
    Configuration menu
    Copy the full SHA
    d72162f View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/stretchr/testify to v1.10.0 (#437)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | minor | `v1.9.0` -> `v1.10.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>stretchr/testify (github.com/stretchr/testify)</summary>
    
    ### [`v1.10.0`](https://togithub.com/stretchr/testify/releases/tag/v1.10.0)
    
    [Compare Source](https://togithub.com/stretchr/testify/compare/v1.9.0...v1.10.0)
    
    #### What's Changed
    
    ##### Functional Changes
    
    -   Add PanicAssertionFunc by [@&#8203;fahimbagar](https://togithub.com/fahimbagar) in [https://github.com/stretchr/testify/pull/1337](https://togithub.com/stretchr/testify/pull/1337)
    -   assert: deprecate CompareType by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1566](https://togithub.com/stretchr/testify/pull/1566)
    -   assert: make YAML dependency pluggable via build tags by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1579](https://togithub.com/stretchr/testify/pull/1579)
    -   assert: new assertion NotElementsMatch by [@&#8203;hendrywiranto](https://togithub.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1600](https://togithub.com/stretchr/testify/pull/1600)
    -   mock: in order mock calls by [@&#8203;ReyOrtiz](https://togithub.com/ReyOrtiz) in [https://github.com/stretchr/testify/pull/1637](https://togithub.com/stretchr/testify/pull/1637)
    -   Add assertion for NotErrorAs by [@&#8203;palsivertsen](https://togithub.com/palsivertsen) in [https://github.com/stretchr/testify/pull/1129](https://togithub.com/stretchr/testify/pull/1129)
    -   Record Return Arguments of a Call by [@&#8203;jayd3e](https://togithub.com/jayd3e) in [https://github.com/stretchr/testify/pull/1636](https://togithub.com/stretchr/testify/pull/1636)
    -   assert.EqualExportedValues: accepts everything by [@&#8203;redachl](https://togithub.com/redachl) in [https://github.com/stretchr/testify/pull/1586](https://togithub.com/stretchr/testify/pull/1586)
    
    ##### Fixes
    
    -   assert: make tHelper a type alias by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1562](https://togithub.com/stretchr/testify/pull/1562)
    -   Do not get argument again unnecessarily in Arguments.Error() by [@&#8203;TomWright](https://togithub.com/TomWright) in [https://github.com/stretchr/testify/pull/820](https://togithub.com/stretchr/testify/pull/820)
    -   Fix time.Time compare by [@&#8203;myxo](https://togithub.com/myxo) in [https://github.com/stretchr/testify/pull/1582](https://togithub.com/stretchr/testify/pull/1582)
    -   assert.Regexp: handle \[]byte array properly by [@&#8203;kevinburkesegment](https://togithub.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1587](https://togithub.com/stretchr/testify/pull/1587)
    -   assert: collect.FailNow() should not panic by [@&#8203;marshall-lee](https://togithub.com/marshall-lee) in [https://github.com/stretchr/testify/pull/1481](https://togithub.com/stretchr/testify/pull/1481)
    -   mock: simplify implementation of FunctionalOptions by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1571](https://togithub.com/stretchr/testify/pull/1571)
    -   mock: caller information for unexpected method call by [@&#8203;spirin](https://togithub.com/spirin) in [https://github.com/stretchr/testify/pull/1644](https://togithub.com/stretchr/testify/pull/1644)
    -   suite: fix test failures by [@&#8203;stevenh](https://togithub.com/stevenh) in [https://github.com/stretchr/testify/pull/1421](https://togithub.com/stretchr/testify/pull/1421)
    -   Fix issue [#&#8203;1662](https://togithub.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@&#8203;ybrustin](https://togithub.com/ybrustin) in [https://github.com/stretchr/testify/pull/1663](https://togithub.com/stretchr/testify/pull/1663)
    -   NotSame should fail if args are not pointers [#&#8203;1661](https://togithub.com/stretchr/testify/issues/1661) by [@&#8203;sikehish](https://togithub.com/sikehish) in [https://github.com/stretchr/testify/pull/1664](https://togithub.com/stretchr/testify/pull/1664)
    -   Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by [@&#8203;sikehish](https://togithub.com/sikehish) in [https://github.com/stretchr/testify/pull/1667](https://togithub.com/stretchr/testify/pull/1667)
    -   fix: compare functional option names for indirect calls by [@&#8203;arjun-1](https://togithub.com/arjun-1) in [https://github.com/stretchr/testify/pull/1626](https://togithub.com/stretchr/testify/pull/1626)
    
    ##### Documantation, Build & CI
    
    -   .gitignore: ignore "go test -c" binaries by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1565](https://togithub.com/stretchr/testify/pull/1565)
    -   mock: improve doc by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1570](https://togithub.com/stretchr/testify/pull/1570)
    -   mock: fix FunctionalOptions docs by [@&#8203;snirye](https://togithub.com/snirye) in [https://github.com/stretchr/testify/pull/1433](https://togithub.com/stretchr/testify/pull/1433)
    -   README: link out to the excellent testifylint by [@&#8203;brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1568](https://togithub.com/stretchr/testify/pull/1568)
    -   assert: fix typo in comment by [@&#8203;JohnEndson](https://togithub.com/JohnEndson) in [https://github.com/stretchr/testify/pull/1580](https://togithub.com/stretchr/testify/pull/1580)
    -   Correct the EventuallyWithT and EventuallyWithTf example by [@&#8203;JonCrowther](https://togithub.com/JonCrowther) in [https://github.com/stretchr/testify/pull/1588](https://togithub.com/stretchr/testify/pull/1588)
    -   CI: bump softprops/action-gh-release from 1 to 2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/stretchr/testify/pull/1575](https://togithub.com/stretchr/testify/pull/1575)
    -   mock: document more alternatives to deprecated AnythingOfTypeArgument by [@&#8203;dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1569](https://togithub.com/stretchr/testify/pull/1569)
    -   assert: Correctly document EqualValues behavior by [@&#8203;brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1593](https://togithub.com/stretchr/testify/pull/1593)
    -   fix: grammar in godoc by [@&#8203;miparnisari](https://togithub.com/miparnisari) in [https://github.com/stretchr/testify/pull/1607](https://togithub.com/stretchr/testify/pull/1607)
    -   .github/workflows: Run tests for Go 1.22 by [@&#8203;HaraldNordgren](https://togithub.com/HaraldNordgren) in [https://github.com/stretchr/testify/pull/1629](https://togithub.com/stretchr/testify/pull/1629)
    -   Document suite's lack of support for t.Parallel by [@&#8203;brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1645](https://togithub.com/stretchr/testify/pull/1645)
    -   assert: fix typos in comments by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1650](https://togithub.com/stretchr/testify/pull/1650)
    -   mock: fix doc comment for NotBefore by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1651](https://togithub.com/stretchr/testify/pull/1651)
    -   Generate better comments for require package by [@&#8203;Neokil](https://togithub.com/Neokil) in [https://github.com/stretchr/testify/pull/1610](https://togithub.com/stretchr/testify/pull/1610)
    -   README: replace Testify V2 notice with [@&#8203;dolmen](https://togithub.com/dolmen)'s V2 manifesto by [@&#8203;hendrywiranto](https://togithub.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1518](https://togithub.com/stretchr/testify/pull/1518)
    
    #### New Contributors
    
    -   [@&#8203;fahimbagar](https://togithub.com/fahimbagar) made their first contribution in [https://github.com/stretchr/testify/pull/1337](https://togithub.com/stretchr/testify/pull/1337)
    -   [@&#8203;TomWright](https://togithub.com/TomWright) made their first contribution in [https://github.com/stretchr/testify/pull/820](https://togithub.com/stretchr/testify/pull/820)
    -   [@&#8203;snirye](https://togithub.com/snirye) made their first contribution in [https://github.com/stretchr/testify/pull/1433](https://togithub.com/stretchr/testify/pull/1433)
    -   [@&#8203;myxo](https://togithub.com/myxo) made their first contribution in [https://github.com/stretchr/testify/pull/1582](https://togithub.com/stretchr/testify/pull/1582)
    -   [@&#8203;JohnEndson](https://togithub.com/JohnEndson) made their first contribution in [https://github.com/stretchr/testify/pull/1580](https://togithub.com/stretchr/testify/pull/1580)
    -   [@&#8203;JonCrowther](https://togithub.com/JonCrowther) made their first contribution in [https://github.com/stretchr/testify/pull/1588](https://togithub.com/stretchr/testify/pull/1588)
    -   [@&#8203;miparnisari](https://togithub.com/miparnisari) made their first contribution in [https://github.com/stretchr/testify/pull/1607](https://togithub.com/stretchr/testify/pull/1607)
    -   [@&#8203;marshall-lee](https://togithub.com/marshall-lee) made their first contribution in [https://github.com/stretchr/testify/pull/1481](https://togithub.com/stretchr/testify/pull/1481)
    -   [@&#8203;spirin](https://togithub.com/spirin) made their first contribution in [https://github.com/stretchr/testify/pull/1644](https://togithub.com/stretchr/testify/pull/1644)
    -   [@&#8203;ReyOrtiz](https://togithub.com/ReyOrtiz) made their first contribution in [https://github.com/stretchr/testify/pull/1637](https://togithub.com/stretchr/testify/pull/1637)
    -   [@&#8203;stevenh](https://togithub.com/stevenh) made their first contribution in [https://github.com/stretchr/testify/pull/1421](https://togithub.com/stretchr/testify/pull/1421)
    -   [@&#8203;jayd3e](https://togithub.com/jayd3e) made their first contribution in [https://github.com/stretchr/testify/pull/1636](https://togithub.com/stretchr/testify/pull/1636)
    -   [@&#8203;Neokil](https://togithub.com/Neokil) made their first contribution in [https://github.com/stretchr/testify/pull/1610](https://togithub.com/stretchr/testify/pull/1610)
    -   [@&#8203;redachl](https://togithub.com/redachl) made their first contribution in [https://github.com/stretchr/testify/pull/1586](https://togithub.com/stretchr/testify/pull/1586)
    -   [@&#8203;ybrustin](https://togithub.com/ybrustin) made their first contribution in [https://github.com/stretchr/testify/pull/1663](https://togithub.com/stretchr/testify/pull/1663)
    -   [@&#8203;sikehish](https://togithub.com/sikehish) made their first contribution in [https://github.com/stretchr/testify/pull/1664](https://togithub.com/stretchr/testify/pull/1664)
    -   [@&#8203;arjun-1](https://togithub.com/arjun-1) made their first contribution in [https://github.com/stretchr/testify/pull/1626](https://togithub.com/stretchr/testify/pull/1626)
    
    **Full Changelog**: stretchr/testify@v1.9.0...v1.10.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 Dec 1, 2024
    Configuration menu
    Copy the full SHA
    fdd949b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

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

    This PR contains the following updates:
    
    | Package | Update | Change | Pending |
    |---|---|---|---|
    | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.61.0` -> `v1.62.0` | `v1.62.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.62.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1620)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.61.0...v1.62.0)
    
    1.  New linters
        -   Add `recvcheck` linter https://github.com/raeperd/recvcheck
        -   Add `iface` linter https://github.com/uudashr/iface
    2.  Updated linters
        -   ⚠️ `execinquery`: deprecation step 2
        -   ⚠️ `gomnd`: deprecation step 2 (replaced by `mnd`)
        -   `bidichk`: from 0.2.7 to 0.3.2 (important performance improvement)
        -   `canonicalheader`: from 1.1.1 to 1.1.2
        -   `cyclop`: from 1.2.1 to 1.2.3
        -   `dupword`: from 0.1.1 to 0.1.3
        -   `errcheck`: from 1.7.0 to 1.8.0
        -   `errchkjson`: from 0.3.6 to 0.4.0
        -   `errname`: from 0.1.13 to 1.0.0
        -   `ginkgolinter`: from 0.17.0 to 0.18.0 (new option: `force-succeed`)
        -   `go-check-sumtype`: from 0.1.4 to 0.2.0 (new option: `default-signifies-exhaustive`)
        -   `go-critic`: from 0.11.4 to 0.11.5
        -   `go-printf-func-name`: from [`7558a9e`](https://togithub.com/golangci/golangci-lint/commit/7558a9eaa5af) to v0.1.0
        -   `godot`: from 1.4.17 to 1.4.18
        -   `gosec`: from 2.21.2 to 2.21.4
        -   `intrange`: from 0.2.0 to 0.2.1
        -   `loggercheck`: from 0.9.4 to 0.10.1 (`log/slog` support)
        -   `musttag`: from 0.12.2 to 0.13.0
        -   `nakedret`: from 2.0.4 to 2.0.5
        -   `nilnil`: from 0.1.9 to 1.0.0 (new option: `detect-opposite`)
        -   `noctx`: from 0.0.2 to 0.1.0
        -   `protogetter`: from 0.3.6 to 0.3.8
        -   `revive`: from 1.3.9 to 1.5.0 (new rules: `filename-format`, and `file-length-limit`)
        -   `tenv`: from 1.10.0 to 1.12.1 (handle dot import)
        -   `testifylint`: from 1.4.3 to 1.5.0 (new checkers: `contains`, `encoded-compare`, `regexp`)
    3.  Misc.
        -   Type sizing when cross-compiling (32-bit).
        -   code-climate: add check_name field
        -   Improve Go version detection
        -   Fix Go version propagation
    4.  Documentation
        -   Adds a section about `exclude-dirs-use-default`
        -   Improve 'install from sources' section
        -   Improve FAQ about Go versions
        -   Improve linter/rule/check docs
        -   Improve new linter section
        -   Improve `forbidigo` pattern examples for built-in functions
    
    </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 Dec 2, 2024
    Configuration menu
    Copy the full SHA
    70ba7eb View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.25.3 (#431)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.25.3](v1.25.2...v1.25.3) (2024-12-02)
    
    
    ### Bug Fixes
    
    * **deps:** Update golang.org/x/exp digest to 2d47ceb ([#434](#434)) ([d72162f](d72162f))
    * **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#437](#437)) ([fdd949b](fdd949b))
    * **deps:** Update module google.golang.org/grpc to v1.68.0 ([#430](#430)) ([95df7a6](95df7a6))
    * **deps:** Update module google.golang.org/protobuf to v1.35.2 ([#433](#433)) ([b99b888](b99b888))
    * Generate Go Code from `plugin-pb` ([#432](#432)) ([d9f6f21](d9f6f21))
    
    ---
    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 Dec 2, 2024
    Configuration menu
    Copy the full SHA
    04a0e11 View commit details
    Browse the repository at this point in the history
Loading