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: v1.16.0
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: v1.16.1
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 29, 2022

  1. chore: Clean up CI (#543)

    #### Summary
    
    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    
    This aligns the SDK CI with other repositories
    
    ---
    
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [ ] Run `go fmt` to format your code 🖊
    - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [ ] Update or add tests 🧪
    - [ ] Ensure the status checks below are successful ✅
    erezrokah authored Dec 29, 2022
    1 Configuration menu
    Copy the full SHA
    dcd8834 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. fix(deps): Update golang.org/x/exp digest to 738e83a (#546)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
    | `6ab00d0` -> `738e83a` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the
    month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    cq-bot and renovate-bot authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    bdf3ff1 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/schollz/progressbar/v3 to v3.12.2 (

    …#547)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/schollz/progressbar/v3](https://togithub.com/schollz/progressbar) | require | patch | `v3.12.1` -> `v3.12.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>schollz/progressbar</summary>
    
    ### [`v3.12.2`](https://togithub.com/schollz/progressbar/releases/tag/v3.12.2)
    
    [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.12.1...v3.12.2)
    
    #### What's Changed
    
    -   Add minor fix for full width mode by [@&#8203;oerlikon](https://togithub.com/oerlikon) in [https://github.com/schollz/progressbar/pull/145](https://togithub.com/schollz/progressbar/pull/145)
    -   Fix full width test by [@&#8203;oerlikon](https://togithub.com/oerlikon) in [https://github.com/schollz/progressbar/pull/146](https://togithub.com/schollz/progressbar/pull/146)
    
    **Full Changelog**: schollz/progressbar@v3.12.1...v3.12.2
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
    cq-bot authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    b6640b8 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module github.com/getsentry/sentry-go to v0.16.0 (#549

    )
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/getsentry/sentry-go](https://togithub.com/getsentry/sentry-go) | require | minor | `v0.15.0` -> `v0.16.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>getsentry/sentry-go</summary>
    
    ### [`v0.16.0`](https://togithub.com/getsentry/sentry-go/compare/v0.15.0...v0.16.0)
    
    [Compare Source](https://togithub.com/getsentry/sentry-go/compare/v0.15.0...v0.16.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
    cq-bot authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    b4a0efc View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update module golang.org/x/text to v0.5.0 (#551)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golang.org/x/text](https://togithub.com/golang/text) | require | minor | `v0.4.0` -> `v0.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golang/text</summary>
    
    ### [`v0.5.0`](https://togithub.com/golang/text/compare/v0.4.0...v0.5.0)
    
    [Compare Source](https://togithub.com/golang/text/compare/v0.4.0...v0.5.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
    cq-bot authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    1353026 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/mattn/go-isatty to v0.0.17 (#553)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/mattn/go-isatty](https://togithub.com/mattn/go-isatty) | indirect | patch | `v0.0.16` -> `v0.0.17` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mattn/go-isatty</summary>
    
    ### [`v0.0.17`](https://togithub.com/mattn/go-isatty/compare/v0.0.16...v0.0.17)
    
    [Compare Source](https://togithub.com/mattn/go-isatty/compare/v0.0.16...v0.0.17)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
    cq-bot authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    826006f View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update module github.com/inconshreveable/mousetrap to v1.1…

    ….0 (#555)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/inconshreveable/mousetrap](https://togithub.com/inconshreveable/mousetrap) | indirect | minor | `v1.0.1` -> `v1.1.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>inconshreveable/mousetrap</summary>
    
    ### [`v1.1.0`](https://togithub.com/inconshreveable/mousetrap/compare/v1.0.1...v1.1.0)
    
    [Compare Source](https://togithub.com/inconshreveable/mousetrap/compare/v1.0.1...v1.1.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
    cq-bot authored Jan 1, 2023
    2 Configuration menu
    Copy the full SHA
    f449234 View commit details
    Browse the repository at this point in the history
  7. fix: Managed writer log message, timeout->flush (#536)

    
    This fixes the log message to reflect the correct case
    
    ---
    erezrokah authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    6b0c711 View commit details
    Browse the repository at this point in the history
  8. fix(deps): Update google.golang.org/genproto digest to f9683d7 (#552)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/genproto](https://togithub.com/googleapis/go-genproto) | indirect | digest | `142d8a6` -> `f9683d7` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
    cq-bot authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    763d22b View commit details
    Browse the repository at this point in the history
  9. fix(deps): Update module golang.org/x/net to v0.4.0 (#550)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golang.org/x/net](https://togithub.com/golang/net) | require | minor | `v0.2.0` -> `v0.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golang/net</summary>
    
    ### [`v0.4.0`](https://togithub.com/golang/net/compare/v0.3.0...v0.4.0)
    
    [Compare Source](https://togithub.com/golang/net/compare/v0.3.0...v0.4.0)
    
    ### [`v0.3.0`](https://togithub.com/golang/net/compare/v0.2.0...v0.3.0)
    
    [Compare Source](https://togithub.com/golang/net/compare/v0.2.0...v0.3.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
    cq-bot authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    9ced5ec View commit details
    Browse the repository at this point in the history
  10. fix(deps): Update module github.com/thoas/go-funk to v0.9.3 (#548)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/thoas/go-funk](https://togithub.com/thoas/go-funk) | require | patch | `v0.9.2` -> `v0.9.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>thoas/go-funk</summary>
    
    ### [`v0.9.3`](https://togithub.com/thoas/go-funk/compare/v0.9.2...v0.9.3)
    
    [Compare Source](https://togithub.com/thoas/go-funk/compare/v0.9.2...v0.9.3)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
    cq-bot authored Jan 1, 2023
    2 Configuration menu
    Copy the full SHA
    6e5469a View commit details
    Browse the repository at this point in the history
  11. chore: Fix Vale ignore path (#560)

    
    
    Snapshots are now under `plugins/source`
    
    ---
    erezrokah authored Jan 1, 2023
    1 Configuration menu
    Copy the full SHA
    2a830c0 View commit details
    Browse the repository at this point in the history
  12. chore(main): Release v1.16.1 (#559)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.16.1](v1.16.0...v1.16.1) (2023-01-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update golang.org/x/exp digest to 738e83a ([#546](#546)) ([bdf3ff1](bdf3ff1))
    * **deps:** Update google.golang.org/genproto digest to f9683d7 ([#552](#552)) ([763d22b](763d22b))
    * **deps:** Update module github.com/getsentry/sentry-go to v0.16.0 ([#549](#549)) ([b4a0efc](b4a0efc))
    * **deps:** Update module github.com/inconshreveable/mousetrap to v1.1.0 ([#555](#555)) ([f449234](f449234))
    * **deps:** Update module github.com/mattn/go-isatty to v0.0.17 ([#553](#553)) ([826006f](826006f))
    * **deps:** Update module github.com/schollz/progressbar/v3 to v3.12.2 ([#547](#547)) ([b6640b8](b6640b8))
    * **deps:** Update module github.com/thoas/go-funk to v0.9.3 ([#548](#548)) ([6e5469a](6e5469a))
    * **deps:** Update module golang.org/x/net to v0.4.0 ([#550](#550)) ([9ced5ec](9ced5ec))
    * **deps:** Update module golang.org/x/text to v0.5.0 ([#551](#551)) ([1353026](1353026))
    * Managed writer log message, timeout-&gt;flush ([#536](#536)) ([6b0c711](6b0c711))
    
    ---
    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 1, 2023
    1 Configuration menu
    Copy the full SHA
    b1e8528 View commit details
    Browse the repository at this point in the history
Loading