diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 20173e1..a7b4ce8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,63 @@ +- commits: + - subject: Update layers/meta-balena to 3ee7dc32110f9da60a088b5bd4bb39642d901bb5 + hash: 9bea7c764a835ff8d48e454f13305cdd8130d465 + 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-08-01T21:57:31.999Z - commits: - subject: Update balena-os/github-workflows to v0.0.21 hash: 994e2f3c80fa24a44cea3b2901ad7a823a537f92 diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c053e..b4977bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v3.1.4 +## (2023-08-01) + + +
+ 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+rev1 ## (2023-08-01) diff --git a/VERSION b/VERSION index 0c25b83..b532f3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.3+rev1 \ No newline at end of file +3.1.4 \ No newline at end of file