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

[BUG] Set the fixed version of containerd package. #3164

Closed
8 of 18 tasks
przemyslavic opened this issue May 26, 2022 · 1 comment
Closed
8 of 18 tasks

[BUG] Set the fixed version of containerd package. #3164

przemyslavic opened this issue May 26, 2022 · 1 comment
Assignees
Labels

Comments

@przemyslavic
Copy link
Collaborator

przemyslavic commented May 26, 2022

Describe the bug
In v1.0, we do not set a specific containerd version, neither in requirements.txt nor in particular ansible tasks.
This means that the latest available version is downloaded and installed.
In epicli v1.3 and v2.0, we use the fixed version 1.15.1.
This leads to issues during the upgrade as in v1.0 we have a newer version v1.6.4 and then we want to install v1.5.11.
There are a few places that should be checked, e.g.:

This should be also fixed in develop to avoid such issues in the future (the way it is done in docker role)
https://github.com/epiphany-platform/epiphany/blob/develop/ansible/playbooks/roles/docker/tasks/main.yml

This should be also fixed in v1.3

Expected behavior
A fixed version of containerd package should always be installed.

Additional context
Add any other context about the problem here.


DoD checklist

  • Changelog
    • updated
    • not needed
  • COMPONENTS.md
    • updated
    • not needed
  • Schema
    • updated
    • not needed
  • Backport tasks
    • created
    • not needed
  • Documentation
    • added
    • updated
    • not needed
  • Feature has automated tests
  • Automated tests passed (QA pipelines)
    • apply
    • upgrade
    • backup/restore
  • Idempotency tested
  • All conversations in PR resolved
@seriva seriva changed the title [BUG] [v1.0.4] Set the fixed version of containerd package. [BUG] [v1.3.1] Set the fixed version of containerd package. May 27, 2022
@rafzei rafzei changed the title [BUG] [v1.3.1] Set the fixed version of containerd package. [BUG] Set the fixed version of containerd package. May 27, 2022
@rafzei
Copy link
Contributor

rafzei commented May 30, 2022

@seriva. @przemyslavic do we need to hardcode containerd version in v1.0? Now, all supported upgrades handle downgrades.

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

3 participants