summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-02-04 20:04:12 +0300
committerValery Piashchynski <[email protected]>2022-02-04 20:04:12 +0300
commit00292f298177c20742e8f40aab735e131d808bf4 (patch)
tree1484ed5a112954b3e433148f3c3eb0aeaa99df75
parent94eec5f9c80850abd936baf58e04e8168edf44ae (diff)
grype seems to be unmaintained
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.github/workflows/tests.yml9
-rw-r--r--.grype.yaml3
-rw-r--r--CHANGELOG.md6
3 files changed, 7 insertions, 11 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0f2296a5..e4991b91 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -137,7 +137,7 @@ jobs:
docker-image:
name: Build docker image
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
needs: [ golangci-lint, go-test ]
steps:
- name: Check out code
@@ -148,10 +148,3 @@ jobs:
- name: Try to execute
run: docker run --rm rr:local -v
-
- - name: Scan image
- uses: anchore/scan-action@v3 # action page: <https://github.com/anchore/scan-action>
- with:
- image: rr:local
- fail-build: true
- severity-cutoff: low # negligible, low, medium, high or critical
diff --git a/.grype.yaml b/.grype.yaml
deleted file mode 100644
index df59c9bb..00000000
--- a/.grype.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-ignore:
- # temporary ignore this CVE as false positive on the Go package
- - vulnerability: CVE-2015-5237
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89ce25d8..d10304ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG
+## 2.7.5 (04.02.2022)
+
+## 👀 New:
+
+- ✏️ Better workers statistic. Add `worker state`, per-worker memory usage and worker's PID stats for the `JOBS`, `GRPC`, `HTTP` plugins [FR](https://github.com/roadrunner-server/roadrunner/issues/970)
+
## 2.7.4 (27.01.2022)
## 👀 New: