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-pb-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e5b368
Choose a base ref
...
head repository: cloudquery/plugin-pb-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf8b2e7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 17, 2023

  1. fix: Create docker container with Tty true (#87)

    
    Fixes #86
    
    See logs https://pkg.go.dev/github.com/docker/docker@v20.10.25+incompatible/client#Client.ContainerLogs
    
    This means we'll only read `stdout` from the container (I think that's OK). If we want `stderr` we'll need to demultiplex the steam, see 
    ![image](https://github.com/cloudquery/plugin-pb-go/assets/26760571/1d74a864-bcba-4fd6-ade2-dacf4508a7ea)
    
    
    ---
    erezrokah authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4c70f9a View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.9.3 (#88)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.9.3](v1.9.2...v1.9.3) (2023-08-17)
    
    
    ### Bug Fixes
    
    * Create docker container with Tty true ([#87](#87)) ([4c70f9a](4c70f9a))
    
    ---
    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 Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cf8b2e7 View commit details
    Browse the repository at this point in the history
Loading