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: v0.11.6
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: v0.11.7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 3, 2022

  1. fix: Set default download directory to .cq (#230)

    
    
    Currently plugins are downloaded to `CWD/plugins/*`. This PR changes it so they are downloaded to `CWD/.cq/plugins/*`
    
    ---
    erezrokah authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    689f5ed View commit details
    Browse the repository at this point in the history
  2. fix: Use correct binary path on Windows (#231)

    
    
    Based on `go` source code binaries on Windows must end in `exe`, `cmd`, etc. See https://github.com/golang/go/blob/f6d844510d5f1e3b3098eba255d9b633d45eac3b/src/os/exec/lp_windows.go#L39
    ⬆️ Is the code that looks up the binary when you use the `exec` package
    
    ---
    erezrokah authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0a5dc26 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.11.7 (#232)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.11.7](v0.11.6...v0.11.7) (2022-10-03)
    
    
    ### Bug Fixes
    
    * Set default download directory to `.cq` ([#230](#230)) ([689f5ed](689f5ed))
    * Use correct binary path on Windows ([#231](#231)) ([0a5dc26](0a5dc26))
    
    ---
    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 3, 2022
    Configuration menu
    Copy the full SHA
    b6ff6aa View commit details
    Browse the repository at this point in the history
Loading