Thanks to visit codestin.com
Credit goes to github.com

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: openshift/openshift-restclient-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: openshift/openshift-restclient-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.12
Choose a head ref
  • 5 commits
  • 7 files changed
  • 5 contributors

Commits on Jun 22, 2021

  1. Add an option to provide "Accept" header to client request (#408)

    Signed-off-by: Nir Argaman <[email protected]>
    
    Co-authored-by: Nir Argaman <[email protected]>
    openshift-cherrypick-robot and nirarg authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b652544 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Handle header_params same as upstream (#410)

    Co-authored-by: Fabian von Feilitzsch <[email protected]>
    openshift-cherrypick-robot and fabianvf authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5dd23b8 View commit details
    Browse the repository at this point in the history
  2. bump version

    fabianvf committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    108a120 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Upgrade kubernetes >= 12.0

    With master branch we simply pin dependency with `kubernetes`, but now
    branch `release-0.12` having a hard limit with `kubernetes ~= 12.0`.
    
    BTW, https://github.com/kubernetes-client/python/releases/tag/v12.0.1
    was released on 2020-11-10, where today least release is
    https://github.com/kubernetes-client/python/releases/tag/v19.15.0.
    
    This PR remove the upper limit with `kubernetes >= 12.0`.
    
    Signed-off-by: Wong Hoi Sing Edison <[email protected]>
    hswong3i committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8cd3fd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge pull request #420 from alvistack/python-kubernetes

    Upgrade `kubernetes >= 12.0`
    openshift-merge-robot authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    d7b0020 View commit details
    Browse the repository at this point in the history
Loading