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

CRD: ManagedOSVersion #78

Closed
Tracked by #58
mudler opened this issue Mar 29, 2022 · 2 comments
Closed
Tracked by #58

CRD: ManagedOSVersion #78

mudler opened this issue Mar 29, 2022 · 2 comments
Assignees
Labels

Comments

@mudler
Copy link
Contributor

mudler commented Mar 29, 2022

Part of #58

Create the following new CRDs and controller for the resources types described below

ManagedOSVersion

ManagedOSVersion indicates the system version we want to upgrade to and that can be used within ManagedOS

apiVersion: rancheros.cattle.io/v1
kind: ManagedOSVersion
spec:
  version: <X>
  # or, if specified by any channel, a custom upgrade containerSpec
  upgradeContainerSpec: ...
  tags: [ "", "" ]
  minVersion: ""
  metadata: 
      <map[string]interface{}>
    CVEs: [" "] 
    Changelog: |....

The ManagedOSVersion declares its compatibility versions (range from which it can be upgraded to, and optional sets of constraints) and have to accomodate extra data (CVEs, Changelogs, etc ) this information have to be used purely from UI/UX interface, so we can treat them as metadata, but to keep in mind that has to be parsed programmatically somehow.

@mudler
Copy link
Contributor Author

mudler commented Apr 1, 2022

@mudler mudler closed this as completed Apr 4, 2022
@mudler
Copy link
Contributor Author

mudler commented Apr 4, 2022

Was merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants