diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b8607b8b94..858b839201 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,40 @@ +- commits: + - subject: "minor: remove edison from gpio.md" + hash: bf102b3f8bf2d80f581267c9ff34999ccba39d12 + body: Intel Edison has been deprecated a long time ago. + footer: {} + author: Edwin Joassart + nested: [] + version: 6.5.0 + title: "" + date: 2025-01-14T15:19:24.421Z +- commits: + - subject: remove fetching of modem and wifi adapter text from meta-balena + hash: 48061c4fd36623611042a114028b37ea860dd01e + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: Ryan Cooke + nested: [] + - subject: "reference/wifi-dongles.md: Remove list of supported modems" + hash: d694c7011f6cde45310f0ead1375f03bbfc645d0 + body: > + The list of supported wifi dongles and modems is out of date and sets an + uneralistic expectation for hardware compatibility - its better to + remove this until we actually have a proper modem story + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: Ryan Cooke + nested: [] + version: 6.4.4 + title: "" + date: 2025-01-14T15:13:27.430Z - commits: - subject: "patch: Update NPM dependencies" hash: 313549334a785b8a07a6f06ef59412f0aef87459 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee943fa580..3ff3ea3f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.5.0 - 2025-01-14 + +* minor: remove edison from gpio.md [Edwin Joassart] + +## 6.4.4 - 2025-01-14 + +* remove fetching of modem and wifi adapter text from meta-balena [Ryan Cooke] +* reference/wifi-dongles.md: Remove list of supported modems [Ryan Cooke] + ## 6.4.3 - 2025-01-06 * patch: Update NPM dependencies [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 17231f5133..4875c395d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.4.3", + "version": "6.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.4.3", + "version": "6.5.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 532efaa43f..48744d6ed8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.4.3", + "version": "6.5.0", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.99.0" }, "versionist": { - "publishedAt": "2025-01-06T14:28:12.643Z" + "publishedAt": "2025-01-14T15:19:25.082Z" } } diff --git a/pages/learn/develop/hardware/gpio.md b/pages/learn/develop/hardware/gpio.md index 6c026b8cc5..169c1b52ad 100644 --- a/pages/learn/develop/hardware/gpio.md +++ b/pages/learn/develop/hardware/gpio.md @@ -8,7 +8,6 @@ Recommended ways of interacting with GPIO on {{ $names.company.lower }} devices. * [Raspberry Pi](/hardware/gpio#raspberry-pi) * [Beaglebone](/hardware/gpio#beaglebone) -* [Intel Edison](/hardware/gpio#intel-edison) ## Raspberry Pi @@ -38,13 +37,6 @@ With this module you should be able to carry out basic GPIO and analog-to-digita If you would prefer a python implementation, then look at this [github issue](https://github.com/adafruit/adafruit-beaglebone-io-python/issues/80#issuecomment-163073883) and get involved in making it happen. -## Intel Edison - -All the Intel Edison base images on our [Docker Hub][edison-base-image-link] come pre-installed with [libmraa](https://github.com/intel-iot-devkit/mraa), which allows you to easily interact with the GPIO. - -To get started with GPIO on edison have a look at our ["Edison GPIO in node.js"](https://github.com/shaunmulligan/edison-blink-node.git) example, or if you prefer python check out our ["Simple Edison GPIO with python"](https://github.com/shaunmulligan/hello-python-edison). - -[edison-base-image-link]:https://hub.docker.com/search/?q=resin%2Fedison&page=1&isAutomated=0&isOfficial=0&starCount=0&pullCount=0 [terminal]:/runtime/terminal [balena]:{{ $links.mainSiteUrl }}