Skip to content

Commit

Permalink
Add release v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rajch committed May 5, 2024
1 parent a3d5e07 commit 525d517
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 2.8.7

This release has upgraded dependencies based on CVE recommendations.

Also, this release does not provides images for the `ppc64le` and `s390x` architectures, because a crucial upstream dependency (libpcap-0.8, from the debian buster respository) does not provide binaries for those architectures any more.

## Release 2.8.6

From this release onwards, the Docker V2 Plugin will be published for all supported architectures. It will be named using the pattern `rajchaudhuri/net-plugin:<version>-<arch>`. The latest version will also be published as `rajchaudhuri/net-plugin:latest_release-<arch>`. Supported architectures are `amd64`,`arm`,`arm64`,`ppc64le` and `s390x`. It can be installed on a Swarm-mode-enabled Docker host as follows:
Expand Down
7 changes: 7 additions & 0 deletions reweave/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All changes made to the weave net codebase during the reweave effort will be documented in this file.

## 2.8.7

### Changed

* Changed version in `reweave/Makefile` to 2.8.6
* Modified reweave and main CHANGELOG.md

## 2.8.7-beta1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion reweave/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_VERSION ?= 2.8.7-beta1
IMAGE_VERSION ?= 2.8.7
REGISTRY_USER ?= rajchaudhuri

ALPINE_BASEIMAGE ?= alpine:3.19.1
Expand Down
4 changes: 2 additions & 2 deletions reweave/scans/report.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Vulnerability Report

```
Report date: 2024-05-04
Report date: 2024-05-05
Unique vulnerability count: 18
Images version: 2.8.7-beta1
Images version: 2.8.7
```

## Scanner Details
Expand Down

0 comments on commit 525d517

Please sign in to comment.