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: tomplus/kubernetes_asyncio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tomplus/kubernetes_asyncio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-30.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 759 files changed
  • 4 contributors

Commits on Jun 9, 2024

  1. release v30.1.0

    tomplus committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0983ab5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. restore rest client ability to handle "application/apply-patch+yaml" …

    …content-type. (#317)
    Meallia authored and tomplus committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a6a434e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea2f41 View commit details
    Browse the repository at this point in the history
  3. [chore] update changelog

    tomplus committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3e9ea73 View commit details
    Browse the repository at this point in the history
  4. [chore] bump version

    tomplus committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    94e0dd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. chore(deps): update sphinx requirement (#319)

    Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v1.2.1...v7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and tomplus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    958bd76 View commit details
    Browse the repository at this point in the history
  2. fix unspecified dynamic client watch timeout (#320)

    Currently, when a dynamic client watcher is used, timeout_seconds is
    always passed to watcher.stream() from DynamicClient.watch(). Its value
    is None when the timeout argument was not passed by the user.
    
    The current check done on TimeoutError in the Watch.watch() method when
    awaiting from self.resp.content.readline() prevents to reopen the
    request in this case because it behaves differently if timeout_seconds
    was set to None or if timeout_seconds was not passed to the function.
    
    Do not pass the timeout_seconds argument in DynamicClient.watch() if
    timeout was not specified by the user.
    
    Signed-off-by: Olivier Matz <[email protected]>
    olivier-matz-6wind authored and tomplus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fcdb1ae View commit details
    Browse the repository at this point in the history
  3. Fix reconnecting in watch for custom resources (#321)

    * Fix reconnecting in watch for custom resources
    
    * add test for watch crd without timeout
    
    * clean up tests
    tomplus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5650344 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update sphinx requirement (#323)

    Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v1.2.1...v8.0.0rc1)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and tomplus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    40f208c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3c04b2 View commit details
    Browse the repository at this point in the history
  6. regenerate client for release 30.3.0 (#324)

    * regenerate client for release 30.3.0
    
    * regenerate tests
    
    * update changelog
    tomplus committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6d32870 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    33dc9d9 View commit details
    Browse the repository at this point in the history
  2. [chore] update changelog

    tomplus committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    3997c33 View commit details
    Browse the repository at this point in the history
  3. [chore] bump version

    tomplus committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9192dcd View commit details
    Browse the repository at this point in the history
Loading