From 590c802602b41fba189c5d243322842e25d7769f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:04:39 +1100 Subject: [PATCH] chore(master): release 1.39.4 (#343) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ core/lib/data/def.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9498d858f..a9952f4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.39.4](https://github.com/jm33-m0/emp3r0r/compare/v1.39.3...v1.39.4) (2024-12-18) + + +### Bug Fixes + +* CC has no knowledge of agent root location, causing custom module to fail ([ca5f5da](https://github.com/jm33-m0/emp3r0r/commit/ca5f5da53e03d69b4cc7b584463d8af4ae94ba1d)) +* chdir error when running custom modules ([66a699f](https://github.com/jm33-m0/emp3r0r/commit/66a699f83bfb2994aa1a86635cd2bb664dfc3b90)) +* collect module output ([40fd645](https://github.com/jm33-m0/emp3r0r/commit/40fd6458173ddd815d617e06cf2e0b9ed9fd353b)) +* no need to compress module when it already exists ([54cdd18](https://github.com/jm33-m0/emp3r0r/commit/54cdd1877b86ceb57a7cc9e1ccc1d5dc3825c813)) + ## [1.39.3](https://github.com/jm33-m0/emp3r0r/compare/v1.39.2...v1.39.3) (2024-12-18) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 670fd452c..9b78c9a8e 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -65,7 +65,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.39.3" // x-release-please-version + Version = "v1.39.4" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128