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: b473a0e
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: 0042973
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 7, 2022

  1. fix: Add missing defer (#260)

    The waitgroup here should defer before being marked as done. Spotted this while looking through the code, but this wasn't causing any serious issues as far as I'm aware though.
    hermanschaaf authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1ee7829 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. chore(ci): Trigger renovate after SDK release (#266)

    
    This is a small optimization to how we do SDK updates in the monorepo. At the moment renovate runs every 15 minutes to handle dependencies updates. We run it every 15 minutes to ensure speedy updates to the SDK.
    With this PR we'll run it immediately after the SDK has been released.
    This should also allow us to save some build minuted by reducing the renovate schedule to 1 hour for example
    
    ---
    erezrokah authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ad9ba4e View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.12.10 (#261)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.12.10](v0.12.9...v0.12.10) (2022-10-09)
    
    
    ### Bug Fixes
    
    * Add missing defer ([#260](#260)) ([1ee7829](1ee7829))
    
    ---
    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 Oct 9, 2022
    Configuration menu
    Copy the full SHA
    0042973 View commit details
    Browse the repository at this point in the history
Loading