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

[WIP] Release 12.0 #1088

Closed
wants to merge 10 commits into from
Closed

[WIP] Release 12.0 #1088

wants to merge 10 commits into from

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    b4e9065 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. minor grammar fix

    micw523 authored Jan 9, 2020
    Configuration menu
    Copy the full SHA
    07cddc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    4bb5c1f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Cleanup ThreadPool with atexit rather than __del__

    This removes the __del__ function from the generated Python client,
    and replaces it with a cleanup function. When a ThreadPool is created,
    the cleanup function is registered with the atexit module.
    
    This PR also allows the client to be used as a context manager, which
    will automatically clean up after itself rather than having to wait til
    process exit.
    
    This fixes issue #1037, where the API client could hang indefinitely at
    garbage collection.
    fabianvf committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    18d21df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13dffb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge pull request #1073 from fabianvf/fix-py3-hang

    Cleanup ThreadPool with atexit rather than __del__
    k8s-ci-robot authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0976d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0794ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1076 from roycaihw/release-hot-issues

    Document hot issues in release process
    k8s-ci-robot authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    9117d6f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge pull request #1038 from micw523/contrib-1

    Grammar fixes to contributing doc
    k8s-ci-robot authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    390f3cf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge branch 'master' of https://github.com/kubernetes-client/python

    …into release-12.0
    Scott Lee committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    62ba90f View commit details
    Browse the repository at this point in the history