Skip to content

Commit

Permalink
package/balena-engine: bump to version 20.10.40
Browse files Browse the repository at this point in the history
This version adds support for cgroups v2 which are
enforced by systemd.

Changelog:
https://github.com/balena-os/balena-engine/releases/tag/v20.10.40
  • Loading branch information
geertlens-cpi committed Dec 12, 2023
1 parent fa98a08 commit 5978bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/balena-engine/balena-engine.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed
sha256 1482b64e35d5406be719e362647ed7d0599cf4eead7770247ebd972c4c85ede5 balena-engine-20.10.26.tar.gz
sha256 6aa4e8653801ce1496296653dff173b5a9a3b0355709b5ce484c4e1e6e331aba balena-engine-20.10.40.tar.gz
sha256 7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8 LICENSE
4 changes: 2 additions & 2 deletions package/balena-engine/balena-engine.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

BALENA_ENGINE_VERSION = 20.10.26
BALENA_ENGINE_VERSION = 20.10.40
BALENA_ENGINE_SITE = $(call github,balena-os,balena-engine,v$(BALENA_ENGINE_VERSION))

BALENA_ENGINE_LICENSE = Apache-2.0
Expand Down Expand Up @@ -83,10 +83,10 @@ endef
define BALENA_ENGINE_INSTALL_SYMLINK
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-engine-daemon
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-engine-containerd
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-engine-containerd-shim
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-engine-containerd-ctr
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-engine-runc
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-engine-proxy
ln -f -s balena-engine $(TARGET_DIR)/usr/bin/balena-containerd-shim-runc-v2
$(if $(BR2_PACKAGE_TINI),ln -f -s tini $(TARGET_DIR)/usr/bin/balena-engine-init)
endef
BALENA_ENGINE_POST_INSTALL_TARGET_HOOKS += BALENA_ENGINE_INSTALL_SYMLINK
Expand Down

0 comments on commit 5978bd3

Please sign in to comment.