From e45dce6ed465c36bb3b8953ed18082f5c49a78b2 Mon Sep 17 00:00:00 2001
From: Balena CI <accounts+flowzone-github@balena.io>
Date: Fri, 7 Apr 2023 04:36:50 +0000
Subject: [PATCH] v2.114.0

---
 .versionbot/CHANGELOG.yml | 76 +++++++++++++++++++++++++++++++++++++++
 CHANGELOG.md              | 31 ++++++++++++++++
 VERSION                   |  2 +-
 3 files changed, 108 insertions(+), 1 deletion(-)

diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml
index 58cc17d..11f2d3e 100644
--- a/.versionbot/CHANGELOG.yml
+++ b/.versionbot/CHANGELOG.yml
@@ -1,3 +1,79 @@
+- commits:
+    - subject: Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12
+      hash: 7b62848c1b28360d920e8692ab1322ea5b446c5a
+      body: Update layers/meta-balena
+      footer:
+        Changelog-entry: Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12
+        changelog-entry: Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12
+      author: Renovate Bot
+      nested:
+        - commits:
+            - subject: Update balena-supervisor to v14.10.1
+              hash: 0bb69e86e973bf449539a942dec3ac82660ed37a
+              body: |
+                Update balena-supervisor from 14.9.8 to 14.10.1
+              footer:
+                Change-type: minor
+                change-type: minor
+              author: Renovate Bot
+              nested:
+                - commits:
+                    - subject: Use dbus-send to get current boot block device instead of fdisk
+                      hash: 4ab8250c971e2f05d9dbf5870f9feb8dd298bdda
+                      body: ""
+                      footer:
+                        Closes: "#2150"
+                        closes: "#2150"
+                        Change-type: patch
+                        change-type: patch
+                        Signed-off-by: Christina Ying Wang <christina@balena.io>
+                        signed-off-by: Christina Ying Wang <christina@balena.io>
+                      author: Christina Ying Wang
+                      nested: []
+                  version: balena-supervisor-14.10.1
+                  title: ""
+                  date: 2023-04-07T00:15:59.534Z
+                - commits:
+                    - subject: Mount boot partition into container on Supervisor start
+                      hash: 49ee1042a87ce0b101054e32b84afaa324a371de
+                      body: >
+                        As the Supervisor is a privileged container, it has access to host /dev,
+                        and therefore has access
+
+                        to boot, data, and state balenaOS partitions. This commit sets up the framework for the following:
+
+
+                        - Finds the /dev partition that corresponds to each partition based on partition label
+
+                        - Mounts the partitions into set mountpoints in the device
+
+                        - Removes reliance on env vars and mountpoints provided by host's start-balena-supervisor script
+
+                        - Simplifies host path querying by centralizing these queries through methods in lib/host-utils.ts
+
+
+                        This particular changes env vars for and mounts the boot partition.
+
+
+                        Since the Supervisor would no longer rely on container `run` arguments provided by a host script,
+
+                        this change moves Supervisor closer to being able to start itself (Supervisor-as-an-app).
+                      footer:
+                        Change-type: minor
+                        change-type: minor
+                        Signed-off-by: Christina Ying Wang <christina@balena.io>
+                        signed-off-by: Christina Ying Wang <christina@balena.io>
+                      author: Christina Ying Wang
+                      nested: []
+                  version: balena-supervisor-14.10.0
+                  title: ""
+                  date: 2023-03-28T19:13:49.886Z
+          version: meta-balena-2.114.0
+          title: ""
+          date: 2023-04-07T02:24:02.321Z
+  version: 2.114.0
+  title: ""
+  date: 2023-04-07T04:36:46.043Z
 - commits:
     - subject: Update layers/meta-balena to e2c8c03322c0321c77d28f9691438876c097eacf
       hash: 8be5fb7e4366d8742a68f8f859a1e8a3b13aae8f
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c21d9a4..6525348 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,37 @@
 Change log
 -----------
 
+# v2.114.0
+## (2023-04-07)
+
+
+<details>
+<summary> Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12 [Renovate Bot] </summary>
+
+> ## meta-balena-2.114.0
+> ### (2023-04-07)
+> 
+> 
+> <details>
+> <summary> Update balena-supervisor to v14.10.1 [Renovate Bot] </summary>
+> 
+>> ### balena-supervisor-14.10.1
+>> #### (2023-04-07)
+>> 
+>> * Use dbus-send to get current boot block device instead of fdisk [Christina Ying Wang]
+>> 
+>> ### balena-supervisor-14.10.0
+>> #### (2023-03-28)
+>> 
+>> * Mount boot partition into container on Supervisor start [Christina Ying Wang]
+>> 
+> 
+> </details>
+> 
+> 
+
+</details>
+
 # v2.113.35
 ## (2023-04-05)
 
diff --git a/VERSION b/VERSION
index 038f2ca..13131b4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.113.35
\ No newline at end of file
+2.114.0
\ No newline at end of file