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

✨ Implement version picker for Ironic #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dtantsur
Copy link
Member

@dtantsur dtantsur commented Dec 5, 2024

The Ironic object now has a Version field that allows a user to request
a specific version (latest or X.Y). Version 27.0 is added as supported.

The Status is updated to support both installed and requested version
(removing redundant nested structure).

Signed-off-by: Dmitry Tantsur [email protected]

@metal3-io-bot metal3-io-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 5, 2024
The Ironic object now has a Version field that allows a user to request
a specific version (latest or X.Y). Version 27.0 is added as supported.

The Status is updated to support both installed and requested version
(removing redundant nested structure).

Signed-off-by: Dmitry Tantsur <[email protected]>
Copy link
Member

@elfosardo elfosardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@@ -324,6 +337,32 @@ var _ = Describe("Ironic object tests", func() {
VerifyIronic(ironic)
})

It("creates Ironic of an oder version", Label("older-version"), func() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: "older"

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 5, 2024
@dtantsur
Copy link
Member Author

dtantsur commented Dec 5, 2024

/cc @tuminoid

@dtantsur dtantsur added this to the IrSO MVP milestone Dec 6, 2024
Copy link
Member

@tuminoid tuminoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the typo nit already mentioned, looks clean to me.
/hold
Holding in case you want to fix typo now or unhold for later.

/approve

@metal3-io-bot metal3-io-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 9, 2024
@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lentzi90, tuminoid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@metal3-io-bot metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants