Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-kubernetes
From: Adam Ciarcinski
Date: 2025-02-19 07:19:17
Message id: 20250219061917.3BA79FBE0@cvs.NetBSD.org
Log Message:
py-kubernetes: updated to 32.0.1
v32.0.1
Kubernetes API Version: v1.32.2
Uncategorized
- Adds support for providing cluster information to the exec credential provider \
if requested.
- Remove py from test dependencies
Bug or Regression
- Fix dynamic client watch of named resource
- Fixed PortForward proxy to close local Python sockets when the WebSocket closes.
- Fixes bug that would fail authentication when using the exec-provider with a \
specific cluster selected
Feature
- Add utility functions kubernetes.utils.duration.parse_duration and \
kubernetes.utils.duration.format_duration to manage Gateway API Duration strings \
as specified by GEP-2257.
- Added the ability to use the optional `apply` parameter for functions within \
the `utils.create_from_yaml` submodule. This allows these functions to \
optionally use the `DynamicClient.server_side_apply` function to apply yaml \
manifests.
- Adding `utils.format_quantity` to convert decimal numbers into a canonical \
Kubernetes quantity.
Files: