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.3
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.4
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 24, 2024

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

    This PR was created by a scheduled workflow to regenerate the Go code from `plugin-pb`.
    cq-bot authored Dec 24, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    mcansh Logan McAnsh
    Copy the full SHA
    cede6dd View commit details

Commits on Jan 4, 2025

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

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | patch | `v1.36.0` -> `v1.36.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
    
    ### [`v1.36.1`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.36.1)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.36.0...v1.36.1)
    
    **Full Changelog**: protocolbuffers/protobuf-go@v1.36.0...v1.36.1
    
    Bug fixes:
    [CL/638495](https://go-review.googlesource.com/c/protobuf/+/638495): internal/impl: revert IsSynthetic() check to fix panic
    
    Maintenance:
    [CL/637475](https://go-review.googlesource.com/c/protobuf/+/637475): internal/errors: delete compatibility code for Go before 1.13
    
    </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 Jan 4, 2025
    Copy the full SHA
    2bfad5c View commit details

Commits on Jan 7, 2025

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

    This PR was created by a scheduled workflow to regenerate the Go code from `plugin-pb`.
    cq-bot authored Jan 7, 2025
    Copy the full SHA
    6d70091 View commit details
  2. chore(main): Release v1.26.4 (#462)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.26.4](v1.26.3...v1.26.4) (2025-01-07)
    
    
    ### Bug Fixes
    
    * **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#464](#464)) ([2bfad5c](2bfad5c))
    * Generate Go Code from `plugin-pb` ([#461](#461)) ([cede6dd](cede6dd))
    * Generate Go Code from `plugin-pb` ([#465](#465)) ([6d70091](6d70091))
    
    ---
    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 Jan 7, 2025
    Copy the full SHA
    1efbd2c View commit details
Loading