Skip to content

Commit

Permalink
v14.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 30, 2023
1 parent ea8235c commit 8261937
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 4 deletions.
73 changes: 73 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
- commits:
- subject: Update @balena/pinejs dependencies
hash: f5ff89edd6eb310040d74481957f3366cc136041
body: |
Update @balena/pinejs from 15.3.0 to 15.3.4
footer:
Change-type: patch
change-type: patch
Signed-off-by: Harald Fischer <[email protected]>
signed-off-by: Harald Fischer <[email protected]>
author: Harald Fischer
nested:
- commits:
- subject: Fix skipped migrations on empty database schema
hash: b34235542b82a7d347b49f79f26be036509afd00
body: >
On empty database schemas the `migrations` model is not
executed.

Hence, every model migration that is executed before the `migrations` model

will not be tracked properly. This is an edge case for empty database schemas.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Harald Fischer <[email protected]>
signed-off-by: Harald Fischer <[email protected]>
author: Harald Fischer
nested: []
version: pinejs-15.3.4
title: ""
date: 2023-08-29T15:30:10.063Z
- commits:
- subject: Change S3Handler signing config from private to protected
hash: 6d7741dfe4117e937d0f4af9c6abb338beeffa89
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: pinejs-15.3.3
title: ""
date: 2023-08-29T13:06:53.643Z
- commits:
- subject: Fix webresource patch on not accessible/inexistent key
hash: de01723cf88ec09b422578a5ca76437fe10fdabb
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: pinejs-15.3.2
title: ""
date: 2023-08-24T20:20:55.423Z
- commits:
- subject: "bin: Use async imports in the cli commands"
hash: 2bf7de6c60589f0b33575b7ab6f4309011fc8062
body: ""
footer:
Change-type: patch
change-type: patch
See: https://github.com/balena-io/pinejs/pull/682#discussion_r1304255389
see: https://github.com/balena-io/pinejs/pull/682#discussion_r1304255389
author: Thodoris Greasidis
nested: []
version: pinejs-15.3.1
title: ""
date: 2023-08-24T17:46:19.792Z
version: 14.5.1
title: ""
date: 2023-08-30T12:33:29.266Z
- commits:
- subject: Export the augmentReqApiKeyPermissions api key helper
hash: 6af0fa210aa543994040d1d53c07c80472b4a855
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 14.5.1 - 2023-08-30


<details>
<summary> Update @balena/pinejs dependencies [Harald Fischer] </summary>

> ### pinejs-15.3.4 - 2023-08-29
>
> * Fix skipped migrations on empty database schema [Harald Fischer]
>
> ### pinejs-15.3.3 - 2023-08-29
>
> * Change S3Handler signing config from private to protected [Otávio Jacobi]
>
> ### pinejs-15.3.2 - 2023-08-24
>
> * Fix webresource patch on not accessible/inexistent key [Otávio Jacobi]
>
> ### pinejs-15.3.1 - 2023-08-24
>
> * bin: Use async imports in the cli commands [Thodoris Greasidis]
>
</details>

## 14.5.0 - 2023-08-30

* Export the augmentReqApiKeyPermissions api key helper [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "14.5.0",
"version": "14.5.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -153,6 +153,6 @@
"_": "index.js"
},
"versionist": {
"publishedAt": "2023-08-30T06:56:31.349Z"
"publishedAt": "2023-08-30T12:33:32.160Z"
}
}

0 comments on commit 8261937

Please sign in to comment.