Skip to content

Commit

Permalink
chore(master): release 1.39.4 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent 66a699f commit 590c802
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion core/lib/data/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 590c802

Please sign in to comment.