Skip to content

Commit

Permalink
v2.0.128
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 5, 2025
1 parent ccacd51 commit 1adfd1c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: Improve testing of contracts
hash: 072ab7219d03952ed3c42cbd78eb397afdac4e97
body: |
- Migrates contracts to typescript
- Parallelizes scanning of folders and loading contracts
- Adds validation for internal consistency of the contract universe
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
- subject: Remove unused sw.os-image contracts
hash: 2903ca430d32ba59fc662ed2a646fcb2aac6e6a0
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
version: 2.0.128
title: ""
date: 2025-02-05T10:59:52.343Z
- commits:
- subject: Mark alpine 3.21 as the default alpine version
hash: 0b465e81526a82aa749e5360ee16c973771d6d75
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
* Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen]
* Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen]

# v2.0.128
## (2025-02-05)

* Improve testing of contracts [Felipe Lalanne]
* Remove unused sw.os-image contracts [Felipe Lalanne]

# v2.0.127
## (2025-01-28)

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": "contracts",
"version": "2.0.127",
"version": "2.0.128",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,6 +31,6 @@
"typescript": "^5.7.2"
},
"versionist": {
"publishedAt": "2025-01-28T17:12:51.985Z"
"publishedAt": "2025-02-05T10:59:52.850Z"
}
}

0 comments on commit 1adfd1c

Please sign in to comment.