Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 24, 2024
1 parent bcf2082 commit c935d7e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 4 deletions.
39 changes: 39 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
- commits:
- subject: "API/resources: Add the device.shoud_be_running__release field &
example use"
hash: f91079fca2b7c84520ff76939a9ab34bb6421c58
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
- subject: "API/resources: Change the device get-target-release url id to
get-pinned-release"
hash: ae9528518831c59e759bce0d7b05b690ac54fb7e
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "API/resources: Change the fleet set-commit url id to
set-target-release-by-id"
hash: 09952a024d8cf7f257c9032f4ef818becc18e0f9
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "API/resources: Add a GET example for the fleet's target release"
hash: 36077789e2625aa29fa316b0ee994ec5577c6ea9
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
version: 6.1.0
title: ""
date: 2024-10-24T15:14:17.764Z
- commits:
- subject: "API/overview: Update the requests to use the v7 endpoint"
hash: f6ba5009daa1310c63a6ad3bed90e4cc125cb884
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](https://semver.org/).

## 6.1.0 - 2024-10-24

* API/resources: Add the device.shoud_be_running__release field & example use [Thodoris Greasidis]
* API/resources: Change the device get-target-release url id to get-pinned-release [Thodoris Greasidis]
* API/resources: Change the fleet set-commit url id to set-target-release-by-id [Thodoris Greasidis]
* API/resources: Add a GET example for the fleet's target release [Thodoris Greasidis]

## 6.0.1 - 2024-10-23

* API/overview: Update the requests to use the v7 endpoint [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-docs",
"private": true,
"version": "6.0.1",
"version": "6.1.0",
"engines": {
"node": "^18.0.0"
},
Expand Down Expand Up @@ -58,6 +58,6 @@
"wrangler": "^3.62.0"
},
"versionist": {
"publishedAt": "2024-10-23T11:17:05.272Z"
"publishedAt": "2024-10-24T15:14:18.462Z"
}
}

0 comments on commit c935d7e

Please sign in to comment.