Skip to content

Commit

Permalink
Remove outdated callout in the API/Resources page
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
flowzone-app[bot] authored and drskullster committed Dec 11, 2024
1 parent a67ee3a commit 3b71f97
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- commits:
- subject: "patch: Remove unsupported GPIO file system access method"
hash: 78e0a98d71fd5c09a2f4d3e5e12081f98ac521aa
body: Additionally removed commented section on GPIO pins
footer: {}
author: Vipul Gupta
nested: []
version: 6.2.6
title: ""
date: 2024-12-02T12:09:17.979Z
- commits:
- subject: Specify env_file attribute as unsupported
hash: 6d60400c0ffb10e1a469214cac4ac8bb1a2b21ae
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2.6 - 2024-12-02

* patch: Remove unsupported GPIO file system access method [Vipul Gupta]

## 6.2.5 - 2024-11-30

* Specify env_file attribute as unsupported [Christina Ying Wang]
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.2.5",
"version": "6.2.6",
"engines": {
"node": "^18.0.0"
},
Expand Down Expand Up @@ -59,6 +59,6 @@
"wrangler": "^3.88.0"
},
"versionist": {
"publishedAt": "2024-11-30T00:05:01.552Z"
"publishedAt": "2024-12-02T12:09:18.530Z"
}
}
2 changes: 0 additions & 2 deletions templates/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{% block "contents" %}
<h1 id="balenacloud-api-resources">balenaCloud API Resources</h1>

<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>

<div style="display: flex;">
<div style="float: left; width: 40%; padding-right: 10px;">
<h2>Available fields</h2>
Expand Down

0 comments on commit 3b71f97

Please sign in to comment.