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.26.1
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.26.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 19, 2024

  1. fix(deps): Update module golang.org/x/net to v0.33.0 [SECURITY] (#451)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/net | indirect | minor | `v0.31.0` -> `v0.33.0` |
    
    ### GitHub Vulnerability Alerts
    
    #### [CVE-2024-45338](https://nvd.nist.gov/vuln/detail/CVE-2024-45338)
    
    An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJzZWN1cml0eSJdfQ==-->
    cq-bot authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    8dcf64d 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.13.5 (#454)
    
    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.13.4` -> `v1.13.5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>
    
    ### [`v1.13.5`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.5)
    
    [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.13.4...v1.13.5)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/adrg/xdg to v0.5.3 ([#&#8203;259](https://togithub.com/cloudquery/cloudquery-api-go/issues/259)) ([9c97ad9](https://togithub.com/cloudquery/cloudquery-api-go/commit/9c97ad9edca9906f86bd717fbf5ad9d2a1bf9dc2))
    -   **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#&#8203;260](https://togithub.com/cloudquery/cloudquery-api-go/issues/260)) ([c5c30db](https://togithub.com/cloudquery/cloudquery-api-go/commit/c5c30dbabb9facc50d2d0e06870c23b03bbefebf))
    -   Trim API token on read to avoid accidental line break issues ([#&#8203;269](https://togithub.com/cloudquery/cloudquery-api-go/issues/269)) ([89f4cef](https://togithub.com/cloudquery/cloudquery-api-go/commit/89f4cefa15bed372e08277a7232aa802d4e97db4))
    
    </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 Dec 19, 2024
    Configuration menu
    Copy the full SHA
    af2b7bb View commit details
    Browse the repository at this point in the history
  3. fix: Revert "fix(deps): Update module google.golang.org/grpc to v1.69…

    ….0" (#455)
    
    Reverts #447 until googleapis/google-cloud-go#11283 is fixed otherwise we can't update the SDK in every plugin that uses the GCP storage API
    erezrokah authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    0bab84f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. chore(main): Release v1.26.2 (#452)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.26.2](v1.26.1...v1.26.2) (2024-12-19)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.5 ([#454](#454)) ([af2b7bb](af2b7bb))
    * **deps:** Update module golang.org/x/net to v0.33.0 [SECURITY] ([#451](#451)) ([8dcf64d](8dcf64d))
    * Revert "fix(deps): Update module google.golang.org/grpc to v1.69.0" ([#455](#455)) ([0bab84f](0bab84f))
    
    ---
    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 20, 2024
    Configuration menu
    Copy the full SHA
    e90739a View commit details
    Browse the repository at this point in the history
Loading