Skip to content

Commit d087879

Browse files
committed
Add release v2.8.3
1 parent a752f65 commit d087879

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release 2.8.3
2+
3+
The docker API client version, used by the proxy package and the weaveutil command, was bumped from 1.18 to 1.24. As of March 2024, Docker API versions below 1.24 are deprecated. This means that the minimum supported Docker version is now 1.12.0.
4+
5+
Provision was made in weaveutil program and the weave script to override the API version used, via the environment variable `DOCKER_API_VERSION`. The same variable is used by standard docker clients.
6+
17
## Release 2.8.2
28

39
This is the first release since forking from weaveworks/weave. While no new functionality has been added, there have been many changes.

reweave/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

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

5-
## latest
5+
## 2.8.3
6+
7+
### Changed
8+
9+
* Changed version in `reweave/Makefile` to 2.8.3
10+
* Modified reweave and main CHANGELOG.md
11+
* Modified the `weave` script
12+
13+
## 2.8.3-beta1 (a752f656)
614

715
### Changed
816

917
* The docker API client version, used by the proxy package and the weaveutil command, was bumped from 1.18 to 1.24. As of March 2024, Docker API versions below 1.24 are deprecated. This means that the minimum supported Docker version is now 1.12.0
18+
* The scan report now scans all images other than the V2 Docker plugin
1019

1120
### Added
1221

reweave/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGE_VERSION ?= 2.8.3-beta1
1+
IMAGE_VERSION ?= 2.8.3
22
REGISTRY_USER ?= rajchaudhuri
33

44
ALPINE_BASEIMAGE ?= alpine:3.19.1

reweave/scans/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Vulnerability Report
22

33
```
4-
Report date: 2024-03-07
4+
Report date: 2024-03-08
55
Unique vulnerability count: 14
6-
Images version: 2.8.3-beta1
6+
Images version: 2.8.3
77
```
88

99
## Scanner Details

weave

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33

44
[ -n "$WEAVE_DEBUG" ] && set -x
55

6+
# Release Version
67
SCRIPT_VERSION="unreleased"
78
IMAGE_VERSION=latest
89
[ "$SCRIPT_VERSION" = "unreleased" ] || IMAGE_VERSION=$SCRIPT_VERSION

0 commit comments

Comments
 (0)