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: 722fbe7
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: 9216d4c
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 2, 2024

  1. fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…

    …1.13.4 (#443)
    
    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.3` -> `v1.13.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>
    
    ### [`v1.13.4`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.4)
    
    [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.13.3...v1.13.4)
    
    ##### Bug Fixes
    
    -   **deps:** Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 ([#&#8203;255](https://togithub.com/cloudquery/cloudquery-api-go/issues/255)) ([c628e2a](https://togithub.com/cloudquery/cloudquery-api-go/commit/c628e2add9f77e8a1dfe5fa7dad213cb86eb5d44))
    
    </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 2, 2024
    Configuration menu
    Copy the full SHA
    486994d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. fix: Potential int64 overflow (#442)

    #### Summary
    
    Detected via GitHub code scanning, there's a potential overflow in our code
    erezrokah authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    36dbfae View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.25.6 (#444)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.25.6](v1.25.5...v1.25.6) (2024-12-03)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.4 ([#443](#443)) ([486994d](486994d))
    * Potential int64 overflow ([#442](#442)) ([36dbfae](36dbfae))
    
    ---
    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 3, 2024
    Configuration menu
    Copy the full SHA
    9216d4c View commit details
    Browse the repository at this point in the history
Loading