Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 30, 2024
1 parent 703b3a6 commit 7faf3ef
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
40 changes: 31 additions & 9 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Update Node.js to v20
hash: d25e8fc0d8c320c662a2f55b1de23e8f4dc4aca8
body: |
Update node from 18.20.1 to 20.12.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: 0.9.3
title: ""
date: 2024-04-30T20:57:37.856Z
- commits:
- subject: Various optimizations
hash: 59d52335ca8d783cd7f9730df086c4d504b2d2cb
Expand Down Expand Up @@ -427,9 +440,11 @@
- commits:
- author: Juan Cruz Viotti
body: >-
This is very similar to the cache class they use by default, with the
This is very similar to the cache class they use by default,
with the
difference that it has a limit and won't grow indefinitely, causing
difference that it has a limit and won't grow indefinitely,
causing
memory leaks on long running applications like Jellyfish.
footers:
Expand Down Expand Up @@ -472,7 +487,8 @@
- commits:
- author: Lucian Buzzo
body: >-
Only match elements with .filter() if the base schema (the schema with no
Only match elements with .filter() if the base schema (the
schema with no
anyOf branches) matches the element.
footers:
Expand Down Expand Up @@ -615,11 +631,14 @@
- commits:
- author: Juan Cruz Viotti
body: >-
This is a hack, and should be reverted once we get to the bottom of it.
This is a hack, and should be reverted once we get to the bottom
of it.
It will impact performance, but right now there are things that should
It will impact performance, but right now there are things that
should
be filtered and are not, so lets get this merged for security purposes.
be filtered and are not, so lets get this merged for security
purposes.
Hopefully this library will be re-written soon.
footers:
Expand Down Expand Up @@ -689,11 +708,14 @@
Handlebars supports very basic if condition checking, but it only checks
for
existence of a field. There are times when we want to combine conditions in order
existence of a field. There are times when we want to combine conditions
in order
to generate something as part of a blueprint, without defining a completely separate
to generate something as part of a blueprint, without defining a
completely separate
blueprint for it (like generating network config schema if a dt has a wifi chip or
blueprint for it (like generating network config schema if a dt has a
wifi chip or
a usb port to which we can connect a dongle).
footers:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## v0.0.6 - 2018-08-17

## 0.9.3 - 2024-04-30

* Update Node.js to v20 [Self-hosted Renovate Bot]

## 0.9.2 - 2023-04-05

* Various optimizations [Pagan Gazzard]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/contrato",
"version": "0.9.2",
"version": "0.9.3",
"description": "The official contract implementation",
"homepage": "https://github.com/product-os/contrato",
"main": "build/index.js",
Expand Down Expand Up @@ -71,6 +71,6 @@
"npm": "^9.4.1"
},
"versionist": {
"publishedAt": "2023-04-05T14:10:08.356Z"
"publishedAt": "2024-04-30T20:57:37.954Z"
}
}

0 comments on commit 7faf3ef

Please sign in to comment.