Skip to content

Release 30.0#1

Open
devorb1t wants to merge 227 commits into
automated-release-of-25.0.0-snapshot-upstream-master-1665519144from
release-30.0
Open

Release 30.0#1
devorb1t wants to merge 227 commits into
automated-release-of-25.0.0-snapshot-upstream-master-1665519144from
release-30.0

Conversation

@devorb1t

Copy link
Copy Markdown
Owner

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


devorb1t added 30 commits September 27, 2022 19:46
handly -> handle
for issue #1911 fixing load_kube_config for decoding unsafe url token
…25.0.0-snapshot-upstream-master-1665519144

Automated release of 25.0.0 snapshot upstream master 1665519144
Add support for using oidc  CA certificate file while refreshing token
mock.call_args.kwargs was added after python 3.7, switched to the old…
decoding a not safe url in load_kube_config
This allows to recursively convert ResourceFields to dicts.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
changelog and README for 1.25 alpha release
update changelog and readme
In Python, when you write `import foo.bar.baz` this means that the modules would be imported and the name `foo` will be bound locally and becomes available in the module. https://docs.python.org/3/reference/simple_stmts.html#import

So, doing `import kubernetes.client` leads to name `kubernetes` (not `client`) being added to the `kubernetes` module leading to a weird duplicate nesting. See:
```
>>> import kubernetes
>>> kubernetes
<module 'kubernetes' from 'C:\\Users\\Ark\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\kubernetes\\__init__.py'>
>>> kubernetes.kubernetes
<module 'kubernetes' from 'C:\\Users\\Ark\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\kubernetes\\__init__.py'>
```

We can solve this issues by using the `import ... from ...` syntax: Replace `import kubernetes.client` with `from kubernetes import client`.

I see that most modules already use relative imports, so I'm using relative imports here as well: `from . import client`.
25.3 GA release changelog and README comptability matrix
Requests from outside the cluster may have stale tokens and fail with
status code `401`.

Signed-off-by: Alexis Zamanis <alexiszam@arrikto.com>
Requests from inside the cluster misuse the API to refresh tokens.

Signed-off-by: Alexis Zamanis <alexiszam@arrikto.com>
devorb1t added 30 commits February 28, 2024 21:00
replace utcnow with now, due to utcnow will be deprecated
Fix dynamic client watch of named resource
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ions/helm/kind-action-1.10.0

Bump helm/kind-action from 1.9.0 to 1.10.0
commented out rest_urllib_headers.diff as it caused AttributeError:
…shot-upstream-master-1716330451

Automated release of 30.0.0+snapshot upstream master 1716330451
…stream-release-30.0-1716337924

Automated release of 30.1.0a1 upstream release 30.0 1716337924
…stream-release-30.0-1716917625

Automated release of 30.1.0b1 upstream release 30.0 1716917625
…ream-release-30.0-1717619692

Automated release of 30.1.0 upstream release 30.0 1717619692
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant