Skip to content

Commit 8ce25db

Browse files
author
Memfault Inc.
committed
memfaultd 1.18.1 (Build 2952634)
1 parent 5d81a5b commit 8ce25db

File tree

9 files changed

+36
-22
lines changed

9 files changed

+36
-22
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [1.18.0] - 2024-01-16
9+
## [1.18.1] - 2025-03-14
10+
11+
This release adds `mickledore` to the list of compatible
12+
Yocto versions for `meta-memfault`.
13+
14+
### Added
15+
- `mickledore` to `LAYERSERIES_COMPAT_memfault` in `meta-memfault`'s
16+
`layer.conf`
17+
18+
## [1.18.0] - 2025-02-04
19+
20+
This release introduces the new `memfaultctl write-metrics` command
21+
as well as some important bugfixes.
1022

1123
### Added
1224

@@ -78,7 +90,7 @@ some important bugfixes.
7890
get deleted or uploaded to Memfault until there is enough space to recover
7991
them.
8092

81-
## [1.16.1] - 2024-01-06
93+
## [1.16.1] - 2025-01-06
8294

8395
This is a small release that adds coredump capture support for 32-bit ARM
8496
targets using [musl libc](https://www.musl-libc.org/).
@@ -1258,3 +1270,5 @@ package][nginx-pid-report] for a discussion on the topic.
12581270
https://github.com/memfault/memfault-linux-sdk/releases/tag/1.17.0-kirkstone
12591271
[1.18.0]:
12601272
https://github.com/memfault/memfault-linux-sdk/releases/tag/1.18.0-kirkstone
1273+
[1.18.1]:
1274+
https://github.com/memfault/memfault-linux-sdk/releases/tag/1.18.1-kirkstone

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BUILD ID: 2847622
2-
GIT COMMIT: 6d720d165b
3-
VERSION: 1.18.0
1+
BUILD ID: 2952634
2+
GIT COMMIT: 428ab875af
3+
VERSION: 1.18.1

memfault-ssf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memfault-ssf"
3-
version = "1.18.0"
3+
version = "1.18.1"
44
edition = "2021"
55
description = "Supporting crate for the Memfault memfaultd embedded Linux agent"
66
homepage = "https://github.com/memfault/memfaultd"

memfault-ssf/VERSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BUILD ID: 2847622
2-
GIT COMMIT: 6d720d165b
3-
VERSION: 1.18.0
1+
BUILD ID: 2952634
2+
GIT COMMIT: 428ab875af
3+
VERSION: 1.18.1

memfaultc-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memfaultc-sys"
3-
version = "1.18.0"
3+
version = "1.18.1"
44
edition = "2021"
55
autobins = false
66
description = "Supporting crate for the Memfault memfaultd embedded Linux agent"

memfaultc-sys/VERSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BUILD ID: 2847622
2-
GIT COMMIT: 6d720d165b
3-
VERSION: 1.18.0
1+
BUILD ID: 2952634
2+
GIT COMMIT: 428ab875af
3+
VERSION: 1.18.1

memfaultd/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memfaultd"
3-
version = "1.18.0"
3+
version = "1.18.1"
44
edition = "2021"
55
autobins = false
66
rust-version = "1.72"
@@ -28,8 +28,8 @@ name= "mfw"
2828
path= "src/bin/mfw.rs"
2929

3030
[dependencies]
31-
memfaultc-sys = { path= "../memfaultc-sys", version = "1.18.0" }
32-
ssf = { package = "memfault-ssf", path= "../memfault-ssf", version = "1.18.0" }
31+
memfaultc-sys = { path= "../memfaultc-sys", version = "1.18.1" }
32+
ssf = { package = "memfault-ssf", path= "../memfault-ssf", version = "1.18.1" }
3333
argh = "0.1.10"
3434
cfg-if = "1.0.0"
3535
chrono = { version = "0.4.23", features = ["serde"]}

memfaultd/VERSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BUILD ID: 2847622
2-
GIT COMMIT: 6d720d165b
3-
VERSION: 1.18.0
1+
BUILD ID: 2952634
2+
GIT COMMIT: 428ab875af
3+
VERSION: 1.18.1

0 commit comments

Comments
 (0)