Skip to content

Commit 109c54a

Browse files
committed
Publish package v4.8.6
Update version number and CHANGELOG.md.
1 parent 0979105 commit 109c54a

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

.changesets/fix-host-metrics-timeout-zombie-processes.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# AppSignal for Ruby gem Changelog
22

3+
## 4.8.6
4+
5+
_Published on 2026-06-23._
6+
7+
### Fixed
8+
9+
- Fix host-metrics leaking zombie `[timeout]` processes in Alpine linux containers.
10+
11+
Before this release AppSignal agent relied on a proper init process that reaps child processes killed by system `timeout`. Now the agent terminates and reaps unresponsive child processes in host-metrics collection and a subreaper is no longer required.
12+
13+
(patch [d151eb7e](https://github.com/appsignal/appsignal-ruby/commit/d151eb7e1e8b05b42f5bf0426e267108294335fa))
14+
315
## 4.8.5
416

517
_Published on 2026-06-02._

lib/appsignal/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Appsignal
44
# @return [String]
5-
VERSION = "4.8.5"
5+
VERSION = "4.8.6"
66
end

sig/appsignal.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
module Appsignal
99
extend Appsignal::Helpers::Metrics
1010
extend Appsignal::Helpers::Instrumentation
11-
VERSION = T.let("4.8.5", T.untyped)
11+
VERSION = T.let("4.8.6", T.untyped)
1212

1313
class << self
1414
# The loaded AppSignal configuration.

0 commit comments

Comments
 (0)