Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Version support check is ineffective in createSandbox #2311

Closed
tedyu opened this issue Dec 3, 2019 · 1 comment · Fixed by #2312
Closed

Version support check is ineffective in createSandbox #2311

tedyu opened this issue Dec 3, 2019 · 1 comment · Fixed by #2312

Comments

@tedyu
Copy link
Contributor

tedyu commented Dec 3, 2019

Description of problem

In cloudHypervisor#createSandbox, the check against major and minor supported versions cannot handle either version being 0.

Expected result

The check should cover either major or minor version being 0.

Actual result

@tedyu tedyu added bug Incorrect behaviour needs-review Needs to be assessed by the team. labels Dec 3, 2019
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 3, 2019
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 3, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu [email protected]
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 4, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu [email protected]
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 4, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu [email protected]
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 4, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu [email protected]
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 4, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu [email protected]
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 4, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu [email protected]
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 9, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu <[email protected]>
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 10, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu <[email protected]>
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 19, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu <[email protected]>
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 26, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu <[email protected]>
tedyu pushed a commit to tedyu/runtime that referenced this issue Dec 29, 2019
Fixes kata-containers#2311

If major version matches max supported major, we continue comparing the minor version.

Signed-off-by: Ted Yu <[email protected]>
@fidencio fidencio added backport and removed bug Incorrect behaviour needs-review Needs to be assessed by the team. labels Apr 21, 2020
@fidencio
Copy link
Member

I've added the "backport" label as it may be material for. at least 1.11.0 stable release.

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

Successfully merging a pull request may close this issue.

2 participants