You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
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
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
The text was updated successfully, but these errors were encountered: