From 4f156d587c50b9266ccbc591ade933bd64bae17f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 22:11:18 +0000 Subject: [PATCH] chore: prepare release 0.4.2 --- .changeset/add_basic_postgres.md | 5 ----- .changeset/cap_scan_backoff.md | 7 ------- .changeset/update_coreutils_to_v0211.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ go.mod | 2 +- 5 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/add_basic_postgres.md delete mode 100644 .changeset/cap_scan_backoff.md delete mode 100644 .changeset/update_coreutils_to_v0211.md diff --git a/.changeset/add_basic_postgres.md b/.changeset/add_basic_postgres.md deleted file mode 100644 index 4fe49390..00000000 --- a/.changeset/add_basic_postgres.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Add basic postgres diff --git a/.changeset/cap_scan_backoff.md b/.changeset/cap_scan_backoff.md deleted file mode 100644 index 41bba392..00000000 --- a/.changeset/cap_scan_backoff.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -default: patch ---- - -# Cap exponential scan backoff - -Cap the exponential backoff for failed host scans at 3 days. Previously the backoff was unbounded, which meant a host with a high failure streak could overflow `time.Duration` and be permanently excluded from scanning. diff --git a/.changeset/update_coreutils_to_v0211.md b/.changeset/update_coreutils_to_v0211.md deleted file mode 100644 index 3bc83a0e..00000000 --- a/.changeset/update_coreutils_to_v0211.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Update coreutils to v0.23.2 and core to v0.21.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d40f52b..4d89cb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.4.2 (2026-07-05) + +### Features + +- Add basic postgres + +### Fixes + +- Update coreutils to v0.23.2 and core to v0.21.4 + +#### Cap exponential scan backoff + +Cap the exponential backoff for failed host scans at 3 days. Previously the backoff was unbounded, which meant a host with a high failure streak could overflow `time.Duration` and be permanently excluded from scanning. + ## 0.2.0 (2026-05-15) ### Breaking Changes diff --git a/go.mod b/go.mod index 2c0aee88..b8d97cc3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/explored // v0.4.1 +module go.sia.tech/explored // v0.4.2 go 1.26.0