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

Upgrade OpenShift Model to latest version of OpenShift API #5286

Closed
rohanKanojia opened this issue Jun 27, 2023 · 2 comments
Closed

Upgrade OpenShift Model to latest version of OpenShift API #5286

rohanKanojia opened this issue Jun 27, 2023 · 2 comments
Assignees
Labels
component/openshift-model Deals with Red Hat OpenShift Model platform/openshift Specific to OpenShift
Milestone

Comments

@rohanKanojia
Copy link
Member

rohanKanojia commented Jun 27, 2023

Is your task related to a problem? Please describe

We should upgrade our OpenShift Model to latest version of OpenShift.

I checked on an OpenShift 4.13.0 cluster and I see these resources missing:

  • config.openshift.io/v1 ImageDigestMirrorSet
  • config.openshift.io/v1 ImageTagMirrorSet
  • helm.openshift.io/v1beta1 ProjectHelmChartRepository
  • infrastructure.cluster.x-k8s.io/v1beta1 Metal3Remediation
  • infrastructure.cluster.x-k8s.io/v1beta1 Metal3RemediationTemplate
  • machine.openshift.io/v1 ControlPlaneMachineSet
  • operators.coreos.com/v1 OLMConfig

Describe the solution you'd like

OpenShift Model should be aligned with the latest versions of OpenShift

Describe alternatives you've considered

No response

Additional context

No response

@manusa manusa added platform/openshift Specific to OpenShift component/openshift-model Deals with Red Hat OpenShift Model labels Jul 3, 2023
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Sep 29, 2023
…t available versions (fabric8io#5286)

Update OpenShift Model deps to latest version. Add new types for
OpenShift 4.13.12

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 3, 2023
…t available versions (fabric8io#5286)

Update OpenShift Model deps to latest version. Add new types for
OpenShift 4.13.12

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 4, 2023
…t available versions (fabric8io#5286)

Update OpenShift Model deps to latest version. Add new types for
OpenShift 4.13.12

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 4, 2023
…rces to OpenShiftClient (fabric8io#5286)

Add DSL support for the following endpoints:
- openShiftClient.metal3RemediationTemplates()
- openShiftClient.metal3Remediations()
- openShiftClient.projectHelmChartRepositories()
- openShiftClient.operatorHub().olmConfigs()
- openShiftClient.config().imageTagMirrorSets()
- openShiftClient.config().imageDigestMirrorSets()
- openShiftClient.machine().controlPlaneMachineSets()

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 4, 2023
…rces to OpenShiftClient (fabric8io#5286)

Add DSL support for the following endpoints:
- openShiftClient.metal3RemediationTemplates()
- openShiftClient.metal3Remediations()
- openShiftClient.projectHelmChartRepositories()
- openShiftClient.operatorHub().olmConfigs()
- openShiftClient.config().imageTagMirrorSets()
- openShiftClient.config().imageDigestMirrorSets()
- openShiftClient.machine().controlPlaneMachineSets()

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 4, 2023
…t available versions (fabric8io#5286)

Update OpenShift Model deps to latest version. Add new types for
OpenShift 4.13.12

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa pushed a commit that referenced this issue Oct 5, 2023
…t available versions (#5286)

Update OpenShift Model deps to latest version. Add new types for
OpenShift 4.13.12

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 5, 2023
…rces to OpenShiftClient (fabric8io#5286)

Add DSL support for the following endpoints:
- openShiftClient.metal3RemediationTemplates()
- openShiftClient.metal3Remediations()
- openShiftClient.projectHelmChartRepositories()
- openShiftClient.operatorHub().olmConfigs()
- openShiftClient.config().imageTagMirrorSets()
- openShiftClient.config().imageDigestMirrorSets()
- openShiftClient.machine().controlPlaneMachineSets()

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 5, 2023
…rces to OpenShiftClient (fabric8io#5286)

Add DSL support for the following endpoints:
- openShiftClient.metal3RemediationTemplates()
- openShiftClient.metal3Remediations()
- openShiftClient.projectHelmChartRepositories()
- openShiftClient.operatorHub().olmConfigs()
- openShiftClient.config().imageTagMirrorSets()
- openShiftClient.config().imageDigestMirrorSets()
- openShiftClient.machine().controlPlaneMachineSets()

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa pushed a commit that referenced this issue Oct 5, 2023
…rces to OpenShiftClient (#5286)

Add DSL support for the following endpoints:
- openShiftClient.metal3RemediationTemplates()
- openShiftClient.metal3Remediations()
- openShiftClient.projectHelmChartRepositories()
- openShiftClient.operatorHub().olmConfigs()
- openShiftClient.config().imageTagMirrorSets()
- openShiftClient.config().imageDigestMirrorSets()
- openShiftClient.machine().controlPlaneMachineSets()

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@manusa manusa added this to the 6.9.0 milestone Oct 5, 2023
@manusa
Copy link
Member

manusa commented Oct 5, 2023

Can this one be closed now?

@rohanKanojia
Copy link
Member Author

Yes, I think so.

@manusa manusa closed this as completed Oct 5, 2023
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Oct 25, 2023
…io issue

While updating OpenShift Model in fabric8io#5286
I was facing an issue with Sundrio model generation, for which I created
this issue sundrio/sundrio#425

Now that this issue is fixed and we've updated to latest sundrio
version. let's remove this workaround.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/openshift-model Deals with Red Hat OpenShift Model platform/openshift Specific to OpenShift
Projects
None yet
Development

No branches or pull requests

2 participants