Skip to content

Commit 3b71f97

Browse files
flowzone-app[bot]drskullster
authored andcommitted
Remove outdated callout in the API/Resources page
Change-type: patch
1 parent a67ee3a commit 3b71f97

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- commits:
2+
- subject: "patch: Remove unsupported GPIO file system access method"
3+
hash: 78e0a98d71fd5c09a2f4d3e5e12081f98ac521aa
4+
body: Additionally removed commented section on GPIO pins
5+
footer: {}
6+
author: Vipul Gupta
7+
nested: []
8+
version: 6.2.6
9+
title: ""
10+
date: 2024-12-02T12:09:17.979Z
111
- commits:
212
- subject: Specify env_file attribute as unsupported
313
hash: 6d60400c0ffb10e1a469214cac4ac8bb1a2b21ae

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 6.2.6 - 2024-12-02
8+
9+
* patch: Remove unsupported GPIO file system access method [Vipul Gupta]
10+
711
## 6.2.5 - 2024-11-30
812

913
* Specify env_file attribute as unsupported [Christina Ying Wang]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "6.2.5",
4+
"version": "6.2.6",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.88.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2024-11-30T00:05:01.552Z"
62+
"publishedAt": "2024-12-02T12:09:18.530Z"
6363
}
6464
}

templates/api.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
{% block "contents" %}
44
<h1 id="balenacloud-api-resources">balenaCloud API Resources</h1>
55

6-
<p><strong>Note:</strong> We recently renamed <strong>applications</strong> to <strong>fleets</strong> and are in the process of updating our API resources. Application resources continue to function correctly and can be used to work with fleets. <a href="https://www.balena.io/blog/the-road-to-multi-app-transitioning-balenacloud-applications-to-fleets/">Find out more about the changes here</a>.</p>
7-
86
<div style="display: flex;">
97
<div style="float: left; width: 40%; padding-right: 10px;">
108
<h2>Available fields</h2>

0 commit comments

Comments
 (0)