Skip to content

Commit

Permalink
v2.105.17
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Oct 22, 2022
1 parent d8cefe8 commit d02a502
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 1 deletion.
140 changes: 140 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,143 @@
- commits:
- subject: Update layers/meta-balena to 5c78a62b8409752294e244bd1ecc111b4b969da7
hash: 3c8a154eabffeecce4baa159808263b94034d0d7
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 5c78a62b8409752294e244bd1ecc111b4b969da7
changelog-entry: Update layers/meta-balena to 5c78a62b8409752294e244bd1ecc111b4b969da7
author: renovate[bot]
nested:
- commits:
- subject: "tests: hup: reduce num. flashes and hostapp sends"
hash: 51f558450d60776470f92341789e14eecc217a65
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: rcooke-warwick
nested: []
version: meta-balena-2.105.17
title: ""
date: 2022-10-21T15:04:03.760Z
- commits:
- subject: "common: openvpn: remove resin.conf"
hash: ce288ba9138ab385370e2375a64ef8c185feb2c9
body: >
This config file hasn't been used since commit 2db88c2, which unified

how managed and unmanaged images operate. Since that commit, openvpn

starts up if the config file at /etc/openvpn/openvpn.conf is found, and

otherwise remains inactive. This file is populated by os-config.


Remove the old config to prevent misdirection and cleanup the layer.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <joseph@balena.io>
signed-off-by: Joseph Kogut <joseph@balena.io>
author: Joseph Kogut
nested: []
version: meta-balena-2.105.16
title: ""
date: 2022-10-20T02:12:40.759Z
- commits:
- subject: "Revert \"chrony: update to version 4.1 to match kirkstone's version\""
hash: 3ea5184c30f3051d58f1a1befd19c76c17ee4334
body: >
With the updated version the systemd watchdog events are not received.


Fixes #2823


This reverts commit 5049451b32d2d2c59f2aeb4713b2e6539bffeb49.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: meta-balena-2.105.15
title: ""
date: 2022-10-19T16:58:50.881Z
- commits:
- subject: "patch: Enable RPi3-64 for Device tree tests"
hash: 55ac90b20dabbd8efe54f6e84d6c9e8c0d8166e9
body: ""
footer:
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
author: Vipul Gupta (@vipulgupta2048)
nested: []
version: meta-balena-2.105.14
title: ""
date: 2022-10-18T16:04:41.810Z
- commits:
- subject: "ntp: Remove race condition from directory creation"
hash: 5fd19e26d35d7160e2531277a9a14e194d0b95c6
body: >
Chronyd checks that the directory specified as `sourcedir` in
`chrony.conf`

(in this case `/var/chrony`) is not world accessible if it exists (chrony

will create it correctly if it does not exist), and does not start

if that's the case.


The way that the `/var/chrony` is created when it does not exist opens

the possibility of the directory existing with the wrong permissions and

hitting this problem.


This commit creates the directory with the correct permissions from the

start to avoid the race condition.


It also changes the permissiong from 750 to 770 to match what chrony

does (see

https://github.com/mlichvar/chrony/blob/7b197953e8add5515b7e58c4638dc55aa4bb91b7/conf.c#L1761)
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: meta-balena-2.105.13
title: ""
date: 2022-10-18T12:38:31.247Z
- commits:
- subject: "classes: kernel-balena: Allow aufs patching to use network"
hash: 549c6922e4d427f37727b6dffb7e5008f5afdfb6
body: |
On kirkstone, tasks need to be explicitely allowed to access the
network.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: meta-balena-2.105.12
title: ""
date: 2022-10-17T08:41:58.221Z
version: 2.105.17
title: ""
date: 2022-10-22T23:10:15.314Z
- commits:
- subject: Update contracts to f9e017074a7d7e26f5b56642fa86d2533f349f33
hash: b2e437c257bdf5db228d80bf615074efe02ad924
Expand Down
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
Change log
-----------

# v2.105.17
## (2022-10-22)


<details>
<summary> Update layers/meta-balena to 5c78a62b8409752294e244bd1ecc111b4b969da7 [renovate[bot]] </summary>

> ## meta-balena-2.105.17
> ### (2022-10-21)
>
> * tests: hup: reduce num. flashes and hostapp sends [rcooke-warwick]
>
> ## meta-balena-2.105.16
> ### (2022-10-20)
>
> * common: openvpn: remove resin.conf [Joseph Kogut]
>
> ## meta-balena-2.105.15
> ### (2022-10-19)
>
> * Revert "chrony: update to version 4.1 to match kirkstone's version" [Alex Gonzalez]
>
> ## meta-balena-2.105.14
> ### (2022-10-18)
>
> * patch: Enable RPi3-64 for Device tree tests [Vipul Gupta (@vipulgupta2048)]
>
> ## meta-balena-2.105.13
> ### (2022-10-18)
>
> * ntp: Remove race condition from directory creation [Alex Gonzalez]
>
> ## meta-balena-2.105.12
> ### (2022-10-17)
>
> * classes: kernel-balena: Allow aufs patching to use network [Alex Gonzalez]
>
</details>
# v2.105.11+rev2
## (2022-10-16)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.105.11+rev2
2.105.17

0 comments on commit d02a502

Please sign in to comment.