diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 239aee51..0db3cc0c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,63 @@ +- commits: + - subject: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 + hash: 205e38d76a8dc50d5434612ae1f8d972f124a3a2 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 + changelog-entry: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "kernel-balena: remove mispelled config setting" + hash: c73973972067d5c1afeb133ed7868684c054a0d9 + body: > + The kernel-balena class contains: + + CONIFG_SECURITY=n + + + which is mispelled and not being applied. The commit where this was + + introduced claims it's needed to completely disable the audit logs, and + + also that the security framework is unused. + + + I disagree in that it's unused - the hostOS is not using any security + + framework, but applications may, so luckily the security framework was + + never disabled. + + + Removing this mispelled entry should have no functional effect. Whether + + the audit subsystem is disabled will depend on the final kernel + + configuration. Definitely we have not seen a need to disable it recently, + + and we have not seen the kernel log flooded with messages. + + + I'd argue the disabling of the audit subsystem in meta-balena serves no + + need but I also have no specific reason to remove it at the moment. + + + Fixes #2947 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-3.1.4 + title: "" + date: 2023-07-30T14:26:53.310Z + version: 3.1.4 + title: "" + date: 2023-07-30T17:44:31.152Z - commits: - subject: Update layers/meta-balena to 3df341dcfa5681fc27d0713814635ddfe20d6a17 hash: f4eadcb4a59fb19a4ea99009eaefd59c8b38445c diff --git a/CHANGELOG.md b/CHANGELOG.md index af2f722a..4aa1ab33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v3.1.4 +## (2023-07-30) + + +
+ Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 [Self-hosted Renovate Bot] + +> ## meta-balena-3.1.4 +> ### (Invalid date) +> +> * kernel-balena: remove mispelled config setting [Alex Gonzalez] +> + +
+ # v3.1.3 ## (2023-07-28) diff --git a/VERSION b/VERSION index 711ee4f5..b532f3dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.3 \ No newline at end of file +3.1.4 \ No newline at end of file