You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-26Lines changed: 23 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [Unreleased]
7
7
8
+
### Added
9
+
10
+
### Removed
11
+
12
+
* Removed the `ListFlowApplicableParsers` API method.
13
+
* Removed the `ListParsedFlowResults` API method.
14
+
15
+
## [3.4.7.4] - 2024-05-28
16
+
8
17
### Removed
9
18
10
19
* Removed support for Chipsec based flows.
@@ -13,13 +22,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
22
by individual and combination of system name, release and version).
14
23
* Removed support for foreman rules using `uname` of an endpoint (this can be
15
24
simulated by using 3 rules for system name, release and version).
16
-
* GRR server Debian package is removed when github actions are updated. The
17
-
docker image and Docker Compose stack (see section "Added") are the
18
-
recommended wait of running GRR in the future.
19
25
* Removed the `provides` field from the `Artifact` message. This change has been
20
26
done in anticipation of the removal of the same field from the official GitHub
21
27
repository (ForensicArtifacts/artifacts#275).
22
-
28
+
***GRR server Debian package**. We stopped providing the GRR server Debian
29
+
package as the main way of distributing GRR server and client binaries.
30
+
Instead we make GRR Docker image a preferred way for running GRR in a
31
+
demo or production environment. See the documentation [here](https://grr-doc.readthedocs.io/en/latest/installing-and-running-grr/via-docker-compose.html).
0 commit comments