Skip to content

chore: Pin kubernetes below v36 to avoid breaking API changes - #259

Merged
morgan-wowk merged 2 commits into
masterfrom
kubernetes-pin-v35
May 28, 2026
Merged

chore: Pin kubernetes below v36 to avoid breaking API changes#259
morgan-wowk merged 2 commits into
masterfrom
kubernetes-pin-v35

Conversation

@morgan-wowk

@morgan-wowkmorgan-wowk commented May 23, 2026

Copy link
Copy Markdown
Collaborator

Context

kubernetes v36 introduced two regressions that break local and staging operation:

  1. ApiClient.__deserialize_model() now accesses self.configuration which is unset when constructed via ApiClient.__new__() (bypassing __init__).
  2. _set_config() stores exec credentials under api_key['authorization'] but auth_settings() was changed to check api_key['BearerToken'], leaving all requests unauthenticated (system:anonymous).

Solution

Pin to <v36

References

kubernetes v36 introduced two regressions that break local and staging operation:
1. ApiClient.__deserialize_model() now accesses self.configuration which is unset
when constructed via ApiClient.__new__() (bypassing __init__).
2. _set_config() stores exec credentials under api_key['authorization'] but
auth_settings() was changed to check api_key['BearerToken'], leaving all
requests unauthenticated (system:anonymous).
@morgan-wowkGraphite App

morgan-wowk commented May 23, 2026

Copy link
Copy Markdown
CollaboratorAuthor

@morgan-wowk
morgan-wowk marked this pull request as ready for review May 23, 2026 02:25
@morgan-wowk
morgan-wowk requested a review from Ark-kun as a code ownerMay 23, 2026 02:25
@morgan-wowkmorgan-wowk changed the title Pin kubernetes below v36 to avoid breaking API changeschore: Pin kubernetes below v36 to avoid breaking API changesMay 23, 2026
@morgan-wowk
morgan-wowk merged commit 1d4c28f into masterMay 28, 2026
7 checks passed
Sign up for freeto 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.

2 participants

@morgan-wowk@Ark-kun