Skip to content

Commit

Permalink
Add release notes for the new v3.4.6.0 release. (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tati1701 committed May 30, 2022
1 parent 9c2bebf commit 9cd2910
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class ProcessLink(transforms.Transform):
default_priority = 1000

text_replacements = {
"__GRR_VERSION__": "3.4.5.1",
"__GRR_DEB_VERSION__": "3.4.5-1",
"__GRR_VERSION__": "3.4.6.0",
"__GRR_DEB_VERSION__": "3.4.6-0",
"__FLEETSPEAK_PIP_VERSION__": "0.1.11"
}

Expand Down
18 changes: 18 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ new version.

## Server

### 3.4.6.0 (May 30 2022)

Regular release for Q2 2022.

- UIv2 “files and flows” Launch
- Search and collect files, browse collected files (former VFS)
- List directory processes and network connections
- Scan and dump memory
- Launch binary, execute python hacks
- Collect timeline, browser history and artifacts
- UIv2 Canary feature: create hunts from existing flows!
- New Feature: `Read low level` flow and client action. Use it to read raw data from disk.
- Small bug fixes and refactors.

*Note: This will be the last release where GRR supports the Legacy Communication protocol. From the next release onwards, expect GRR to communicate only via [Fleetspeak](https://grr-doc.readthedocs.io/en/latest/fleetspeak/index.html) (more details to follow before the next release).*

*Note: This will be the last release based on Python 3.6.*

### 3.4.5.1 (August 19 2021)

Mid-quarter release for Q3 2021.
Expand Down

0 comments on commit 9cd2910

Please sign in to comment.