Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(containeranalysis): fix docs and closing of client. #5220

Merged
merged 3 commits into from Jan 10, 2022

Commits on Dec 16, 2021

  1. fix(containeranalysis): fix docs and closing of client.

    It was documented that the embeded grafeas client shared a connection
    with the main client, but it does not and never has from looking at history.
    Updated the comment but also explicitly called close on the grafeas client
    when the containeranalysis client is closed.
    
    Fixes: googleapis#5217
    codyoss committed Dec 16, 2021
    Copy the full SHA
    9370276 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Copy the full SHA
    8d70a07 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Copy the full SHA
    98d2379 View commit details
    Browse the repository at this point in the history