diff --git a/CHANGELOG.md b/CHANGELOG.md index ae61dfe8..9738c663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# 2024.4.0 +## (2024-04-02) + +* Declare ESR 2024.4.0 + # v5.1.49 ## (2024-03-07) diff --git a/VERSION b/VERSION index b72061af..d6d6d28d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.49 \ No newline at end of file +2024.4.0 \ No newline at end of file diff --git a/layers/meta-balena b/layers/meta-balena index 06924396..84e352b8 160000 --- a/layers/meta-balena +++ b/layers/meta-balena @@ -1 +1 @@ -Subproject commit 069243961adb123830eb4073a6245b2fa1e6f8b3 +Subproject commit 84e352b883b0b8dc3e65358cf1e057f275563e98 diff --git a/repo.yml b/repo.yml index 3aed590e..b30d7ad2 100644 --- a/repo.yml +++ b/repo.yml @@ -1,10 +1,11 @@ ---- -type: 'yocto-based OS image' +esr: + version: '2024.4' reviewers: 1 +type: yocto-based OS image upstream: - - repo: 'layers/meta-balena' - url: 'http://github.com/balena-os/meta-balena' - - repo: 'balena-yocto-scripts' - url: 'http://github.com/balena-os/balena-yocto-scripts' - - repo: 'contracts' - url: 'https://github.com/balena-io/contracts.git' +- repo: layers/meta-balena + url: http://github.com/balena-os/meta-balena +- repo: balena-yocto-scripts + url: http://github.com/balena-os/balena-yocto-scripts +- repo: contracts + url: https://github.com/balena-io/contracts.git