Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
name: CI

on: [push]
Expand All @@ -13,7 +15,7 @@ permissions:

jobs:
get-br-dependencies:
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- uses: gridpoint-com/actions-nerves-system@v1
Expand All @@ -29,7 +31,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}
build-system:
needs: [get-br-dependencies]
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- uses: gridpoint-com/actions-nerves-system@v1
Expand All @@ -42,7 +44,7 @@ jobs:
deploy-system:
needs: [build-system]
if: github.ref_type == 'tag'
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write
steps:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ follows:
releases, and Linux kernel updates. They're also made to fix bugs and add
features to the build infrastructure.

## v0.17.0

This is a major Buildroot update. It should be seamless for most users.

* Updated dependencies
* [nerves_system_br 1.33.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.33.0)
* [Buildroot 2025.11](https://lore.kernel.org/buildroot/[email protected]/T/)
* [Erlang/OTP 28.3](https://erlang.org/download/OTP-28.3.README.md)
* [fwup 1.15.0](https://github.com/fwup-home/fwup/releases/tag/v1.15.0)
* [erlinit 1.15.1](https://github.com/nerves-project/erlinit/releases/tag/v1.15.1)
* [nerves_heart 2.5.0](https://github.com/nerves-project/nerves_heart/releases/tag/v2.5.0)
* [boardid 1.15.0](https://github.com/nerves-project/boardid/releases/tag/v1.15.0)

## v0.16.0

This is a major Erlang and Buildroot update. This updates from Erlang/OTP 27 to
Expand Down
5 changes: 3 additions & 2 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = 1
path = [
".formatter.exs",
".github/CODEOWNERS",
".github/workflows/ci.yml",
".gitignore",
"CHANGELOG.md",
"nerves_defconfig",
"NOTICE",
"REUSE.toml",
"mix.exs",
Expand All @@ -26,12 +26,13 @@ SPDX-FileCopyrightText = "2016 Frank Hunleth"
SPDX-License-Identifier = "CC-BY-4.0"

# Buildroot derived or related files
# NOTE: packages here proactively have copyright assigned to the Buildroot
# developers to avoid worrying about copyright assignment when upstreaming.
[[annotations]]
path = [
"Config.in",
"package/**",
"external.mk",
"nerves_defconfig",
"post-build.sh",
"post-createfs.sh"
]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0