Skip to content

Commit

Permalink
v5.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 6, 2024
1 parent 41ea98f commit 0b592e1
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 1 deletion.
123 changes: 123 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,126 @@
- commits:
- subject: Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595
hash: 0edff434d38867d56f9908ceebd64e48520fe217
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595
changelog-entry: Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Update balena-supervisor to v16.4.1
hash: e7a2723b8a0d0707574605462c8be396a9321e13
body: |
Update balena-supervisor from 16.3.17 to 16.4.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Remove custom typings for docker-delta
hash: 28706510da4f3f09a12c4db6250dfe8f2a12eaa3
body: >
This are no longer needed since docker-delta migrated to
typescript in

v4 and the custom typings were actually masking some
bugs
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: balena-supervisor-16.4.1
title: ""
date: 2024-07-05T21:13:40.384Z
- commits:
- subject: Refactor host-config to be its own module
hash: 53f5641ef1cd2e5374f55a50a601fb80d4872511
body: >
The host-config module exposes the following interfaces:
get,

patch, and parse.


`get` gets host configuration such as redsocks proxy
configuration

and hostname and returns it in an object of type
HostConfiguration.


`patch` takes an object of type HostConfiguration or
LegacyHostConfiguration

and updates the hostname and redsocks proxy
configuration, optionally

forcing the patch through update locks.


`parse` takes a user input of unknown type and parses it
into type

HostConfiguration or LegacyHostConfiguration for
patching, erroring if

parse was unsuccessful.


LegacyHostConfiguration is a looser typing of the user
input which does

not validate values of the five known proxy fields of
type, ip, port,

username, and password. We should stop supporting it in
the next

major Supervisor API release.
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: []
- subject: Add HostConfig.parse method
hash: be986a62a5835116d58903fac9ffcf5c7d1fd0e1
body: >
Parses input from PATCH /v1/device/host-config into
either

type HostConfiguration, or if LegacyHostConfiguration if

input is of an acceptable shape (for backwards
compatibility).


Once input has been determined to be of type
HostConfiguration,

we can easily extract ProxyConfig from the object for
patching,

stringifying, and writing to redsocks.conf.
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-16.4.0
title: ""
date: 2024-07-04T20:25:36.036Z
version: meta-balena-5.3.25
title: ""
date: 2024-07-06T02:24:59.802Z
version: 5.3.25
title: ""
date: 2024-07-06T07:18:21.513Z
- commits:
- subject: Update balena-yocto-scripts to 7e492de8e573786e21bb2dc14c7d2af89f6b1d54
hash: 5092536f01ae7465fcf7c8734f89be02593ac29c
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Change log
-----------

# v5.3.25
## (2024-07-06)


<details>
<summary> Update layers/meta-balena to 6d368bce75115252c2a9253aebd3444d19771595 [Self-hosted Renovate Bot] </summary>

> ## meta-balena-5.3.25
> ### (2024-07-06)
>
>
> <details>
> <summary> Update balena-supervisor to v16.4.1 [Self-hosted Renovate Bot] </summary>
>
>> ### balena-supervisor-16.4.1
>> #### (2024-07-05)
>>
>> * Remove custom typings for docker-delta [Felipe Lalanne]
>>
>> ### balena-supervisor-16.4.0
>> #### (2024-07-04)
>>
>> * Refactor host-config to be its own module [Christina Ying Wang]
>> * Add HostConfig.parse method [Christina Ying Wang]
>>
>
> </details>
>
>
</details>

# v5.3.24+rev1
## (2024-07-05)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.24+rev1
5.3.25

0 comments on commit 0b592e1

Please sign in to comment.