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/cloudquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.0-rc2
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0-rc3
Choose a head ref
  • 5 commits
  • 18 files changed
  • 4 contributors

Commits on Jun 21, 2022

  1. chore: Release 0.27.0-rc3 (#970)

    Release-As: 0.27.0-rc3
    erezrokah authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a0f432a View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.…

    …12.1 (#972)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/cq-provider-sdk](https://togithub.com/cloudquery/cq-provider-sdk) | require | patch | `v0.12.0` -> `v0.12.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cq-provider-sdk</summary>
    
    ### [`v0.12.1`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.12.1)
    
    [Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.12.0...v0.12.1)
    
    ##### Bug Fixes
    
    -   Use errgroup SetLimit ([#&#8203;363](https://togithub.com/cloudquery/cq-provider-sdk/issues/363)) ([964a1bb](https://togithub.com/cloudquery/cq-provider-sdk/commit/964a1bbb53cf23537b3c918cef4b9d676b526a9d))
    -   YAML decoding ([#&#8203;366](https://togithub.com/cloudquery/cq-provider-sdk/issues/366)) ([964a1bb](https://togithub.com/cloudquery/cq-provider-sdk/commit/862590a2ddd6dbf44894cca49021ee3957a84f43))
    
    </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, click this checkbox.
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    cq-bot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1f871e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. fix: Request correct config format (YAML) from provider (#968)

    Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
    disq and disq authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    999b68d View commit details
    Browse the repository at this point in the history
  2. test(yaml): Add simple YAML parsing test (#969)

    
    #### Summary
    
    Validate YAML parsing
    
    ---
    erezrokah authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1e39e6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf52adb View commit details
    Browse the repository at this point in the history
Loading