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: cli-v6.17.2
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-v6.17.3
Choose a head ref
  • 5 commits
  • 44 files changed
  • 2 contributors

Commits on Mar 31, 2025

  1. fix: Only validate version when Cloudquery Registry is used (#20459)

    #### Summary
    
    ⚠️ **If you're contributing to a plugin please read this section of the [contribution guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md#open-core-vs-open-source) 🧑‍🎓 before submitting this PR** ⚠️
    bbernays authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    b45dfb7 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/cloudquery/cli/v6 to v…

    …6.17.2 (#20462)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/cloudquery/cli/v6](https://redirect.github.com/cloudquery/cloudquery) | require | patch | `v6.17.1` -> `v6.17.2` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery (github.com/cloudquery/cloudquery/cli/v6)</summary>
    
    ### [`v6.17.2`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.17.2)
    
    [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.17.1...v6.17.2)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.8 ([#&#8203;20457](https://redirect.github.com/cloudquery/cloudquery/issues/20457)) ([b94b89c](https://redirect.github.com/cloudquery/cloudquery/commit/b94b89cb8ee36e2281b0849ca2309f9fc68fc767))
    -   **deps:** Update module golang.org/x/net to v0.38.0 ([#&#8203;20453](https://redirect.github.com/cloudquery/cloudquery/issues/20453)) ([b5a4289](https://redirect.github.com/cloudquery/cloudquery/commit/b5a4289a5bd83226df147d24edd4955bca148835))
    -   Replace internal columns if exist on Cloud syncs ([#&#8203;20456](https://redirect.github.com/cloudquery/cloudquery/issues/20456)) ([afad73e](https://redirect.github.com/cloudquery/cloudquery/commit/afad73e0fdcd2b875e1a009591a018593b472b95))
    
    </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.
    
    ---
    
     - [ ] If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    cq-bot authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    619ee9e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. chore(deps): Update dependency golangci/golangci-lint to v1.64.8 (#20464

    )
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v1.64.6` -> `v1.64.8` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.64.8`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1648)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.7...v1.64.8)
    
    -   Detects use of configuration files from golangci-lint v2
    
    ### [`v1.64.7`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1647)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.6...v1.64.7)
    
    1.  Linters bug fixes
        -   `depguard`: from 2.2.0 to 2.2.1
        -   `dupl`: from [`3e9179a`](https://redirect.github.com/golangci/golangci-lint/commit/3e9179ac440a) to [`f665c8d`](https://redirect.github.com/golangci/golangci-lint/commit/f665c8d69b32)
        -   `gosec`: from 2.22.1 to 2.22.2
        -   `staticcheck`: from 0.6.0 to 0.6.1
    2.  Documentation
        -   Add GitLab documentation
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 0-3 1 * *" (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.
    
    ---
    
     - [ ] If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    cq-bot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    01886c8 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update golang.org/x/exp digest to 054e65f (#20463)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `b2144cd` -> `054e65f` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 0-3 1 * *" (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.
    
    ---
    
     - [ ] If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    cq-bot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    837f2e5 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release cli v6.17.3 (#20461)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.17.3](cli-v6.17.2...cli-v6.17.3) (2025-04-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update golang.org/x/exp digest to 054e65f ([#20463](#20463)) ([837f2e5](837f2e5))
    * Only validate version when Cloudquery Registry is used ([#20459](#20459)) ([b45dfb7](b45dfb7))
    
    ---
    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 Apr 1, 2025
    Configuration menu
    Copy the full SHA
    f5b1bdd View commit details
    Browse the repository at this point in the history
Loading