Skip to content

Commit

Permalink
Source containerd version and allow downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rafzei committed May 27, 2022
1 parent ee8c470 commit 3ed23f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
apt:
update_cache: true
name:
- containerd.io # provides "runc"
- containerd.io={{ containerd_defaults.containerd_version }}-* # provides "runc"
state: present
allow_downgrade: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---

- name: Install containerd.io package for RedHat family
yum:
update_cache: true
name:
- containerd.io # provides "runc"
- containerd.io-{{ containerd_defaults.containerd_version }} # provides "runc"
state: present
allow_downgrade: true
4 changes: 4 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- [#2932](https://github.com/epiphany-platform/epiphany/issues/2932) - Support `epicli upgrade` for RHEL/AlmaLinux 8

### Fixed

- [#3164](https://github.com/epiphany-platform/epiphany/issues/3164) - Specify version and allow containerd.io package downgrade in haproxy_runc role

### Updated

- [#3080](https://github.com/epiphany-platform/epiphany/issues/3080) - update Filebeat to the latest compatible version with OpenSearch
Expand Down

0 comments on commit 3ed23f3

Please sign in to comment.