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: master
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 24, 2021

  1. Bump version to 0.12.0rc1

    fabianvf committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    85713b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Use newer python version for releasing to pypi (#395)

    * Pin kube dependency properly
    
    * Use python3 instead of 2 for pushing to pypi
    fabianvf authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    d7afd1d View commit details
    Browse the repository at this point in the history
  2. Bump to rc2

    fabianvf committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0255340 View commit details
    Browse the repository at this point in the history
  3. Move travis from 3.5 to 3.8 (#397)

    Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us>
    openshift-cherrypick-robot and fabianvf authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1a13c6a View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.12.0

    fabianvf committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    06ee8b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

    Signed-off-by: Nir Argaman <nargaman@redhat.com>
    
    Co-authored-by: Nir Argaman <nargaman@redhat.com>
    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 <fabian@fabianism.us>
    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 <hswong3i@pantarei-design.com>
    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