Skip to content

Commit

Permalink
v31.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 2, 2024
1 parent 86a8871 commit a7d9ec1
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 4 deletions.
66 changes: 66 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
- commits:
- subject: Add support for specifying `provisioningKeyExpiryDate` for
`/download-config`
hash: 9845a1c45dd79cbc39644f7f010b1a781e36f5cb
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
- subject: Add support for specifying `expiryDate` for `/api-key/user/full`
hash: 0420a90a5a99cb00bc1df1ed4a048547127e59cd
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
- subject: Add support for specifying `expiryDate` for
`/application/:appId/generate-api-key`
hash: 892ff5a634491343341acfc238b927c6c75c42e4
body: |
This endpoint is deprecated but adding the argument for consistency
with the fact that it will become mandatory in future versions
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
- subject: Add support for specifying `expiryDate` for
`/api-key/application/:appId/provisioning`
hash: 141b3db6e90c19a655232dee7138943ee54a1045
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: 31.4.0
title: ""
date: 2024-12-02T17:59:48.016Z
- commits:
- subject: Lock file maintenance
hash: 977cf66fbf5327803a57288db404eafb52ec6847
Expand Down Expand Up @@ -2135,6 +2176,7 @@






The internal and
Expand Down Expand Up @@ -2237,6 +2279,7 @@






Update
Expand Down Expand Up @@ -3293,6 +3336,7 @@






Update
Expand Down Expand Up @@ -3411,6 +3455,7 @@






As balena-lint
Expand Down Expand Up @@ -3504,6 +3549,7 @@






As engine and npm is
Expand Down Expand Up @@ -3612,6 +3658,7 @@






Ensure that the
Expand Down Expand Up @@ -3883,6 +3930,7 @@






This also deprecates
Expand Down Expand Up @@ -3982,6 +4030,7 @@






It can in fact be a
Expand Down Expand Up @@ -4082,6 +4131,7 @@






We know what type
Expand Down Expand Up @@ -4187,6 +4237,7 @@






Update
Expand Down Expand Up @@ -4403,6 +4454,7 @@






This also deprecates
Expand Down Expand Up @@ -4675,6 +4727,7 @@






As balena-lint
Expand Down Expand Up @@ -4767,6 +4820,7 @@






As engine and npm is
Expand Down Expand Up @@ -4874,6 +4928,7 @@






Ensure that the
Expand Down Expand Up @@ -5041,6 +5096,7 @@






As balena-lint
Expand Down Expand Up @@ -5133,6 +5189,7 @@






As engine and npm is
Expand Down Expand Up @@ -5240,6 +5297,7 @@






Ensure that the
Expand Down Expand Up @@ -7420,6 +7478,7 @@






As balena-lint
Expand Down Expand Up @@ -7512,6 +7571,7 @@






As engine and npm is
Expand Down Expand Up @@ -7619,6 +7679,7 @@






Ensure that the
Expand Down Expand Up @@ -7789,6 +7850,7 @@






This also deprecates
Expand Down Expand Up @@ -7887,6 +7949,7 @@






It can in fact be a
Expand Down Expand Up @@ -7986,6 +8049,7 @@






We know what type
Expand Down Expand Up @@ -8090,6 +8154,7 @@






Update
Expand Down Expand Up @@ -8305,6 +8370,7 @@






This also deprecates
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## 31.4.0 - 2024-12-02

* Add support for specifying `provisioningKeyExpiryDate` for `/download-config` [Pagan Gazzard]
* Add support for specifying `expiryDate` for `/api-key/user/full` [Pagan Gazzard]
* Add support for specifying `expiryDate` for `/application/:appId/generate-api-key` [Pagan Gazzard]
* Add support for specifying `expiryDate` for `/api-key/application/:appId/provisioning` [Pagan Gazzard]

## 31.3.2 - 2024-12-02

* Lock file maintenance [balena-renovate[bot]]
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": "31.3.2",
"version": "31.4.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-12-02T01:37:38.116Z"
"publishedAt": "2024-12-02T17:59:49.087Z"
}
}

0 comments on commit a7d9ec1

Please sign in to comment.