Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenShift >4.8 model update and compatibility matrix update #3505

Closed
AbrahamArellano opened this issue Oct 1, 2021 · 3 comments · Fixed by #3630
Closed

OpenShift >4.8 model update and compatibility matrix update #3505

AbrahamArellano opened this issue Oct 1, 2021 · 3 comments · Fixed by #3630
Assignees
Milestone

Comments

@AbrahamArellano
Copy link

Hi team,

I would like to request the upgrade of the openshift-client to support OpenShift 4.8 and the upcoming 4.9 API model.

We tested successfully (only basic object creation) the current library with OpenShift 4.7, however, the documented supportability matrix only confirms the tests until OpenShift 4.5.

Thanks

@shawkins shawkins added this to the 5.9.0 milestone Oct 5, 2021
@manusa
Copy link
Member

manusa commented Oct 13, 2021

Hi @AbrahamArellano
Thank you for reporting the issue.
We need to check if new APIs were introduced since 4.5 and update our models (+DSL entry-points) accordingly too.

@manusa manusa modified the milestones: 5.9.0, 5.10.0 Oct 13, 2021
@manusa
Copy link
Member

manusa commented Oct 18, 2021

Relates to #2949 / #2912

@manusa manusa modified the milestones: 5.10.0, 5.11.0 Nov 10, 2021
@rohanKanojia rohanKanojia self-assigned this Dec 2, 2021
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Dec 2, 2021
Update OpenShift Model Go dependencies to the latest available versions.

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Dec 2, 2021
Update OpenShift Model Go dependencies to the latest available versions.

Signed-off-by: Rohan Kumar <[email protected]>
@rohanKanojia
Copy link
Member

I'm using OpenShift 4.9.8 and I was only able to see these two additional resources which were not mentioned in #2949:

NAME                      APIVERSION              NAMESPACED   KIND

egressrouters     network.operator.openshift.io        true         EgressRouter
apirequestcounts  apiserver.openshift.io               false        APIRequestCount

I'll submit a PR for updating existing OpenShift Model deps to latest version and add support for these new resources to OpenShiftClient DSL

rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Dec 6, 2021
Update OpenShift Model Go dependencies to the latest available versions.

Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Dec 6, 2021
+ Update OpenShift Model Go dependencies to the latest available versions.
+ Add tests for APIRequestCount and EgressRouter

Signed-off-by: Rohan Kumar <[email protected]>
manusa pushed a commit that referenced this issue Dec 16, 2021
+ Update OpenShift Model Go dependencies to the latest available versions.
+ Add tests for APIRequestCount and EgressRouter

Signed-off-by: Rohan Kumar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants