Skip to content

Commit

Permalink
Add release v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rajch committed Mar 7, 2024
1 parent a752f65 commit d087879
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 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.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.

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.

## Release 2.8.2

This is the first release since forking from weaveworks/weave. While no new functionality has been added, there have been many changes.
Expand Down
11 changes: 10 additions & 1 deletion reweave/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

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

## latest
## 2.8.3

### Changed

* Changed version in `reweave/Makefile` to 2.8.3
* Modified reweave and main CHANGELOG.md
* Modified the `weave` script

## 2.8.3-beta1 (a752f656)

### Changed

* 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
* The scan report now scans all images other than the V2 Docker plugin

### Added

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.3-beta1
IMAGE_VERSION ?= 2.8.3
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-03-07
Report date: 2024-03-08
Unique vulnerability count: 14
Images version: 2.8.3-beta1
Images version: 2.8.3
```

## Scanner Details
Expand Down
1 change: 1 addition & 0 deletions weave
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

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

# Release Version
SCRIPT_VERSION="unreleased"
IMAGE_VERSION=latest
[ "$SCRIPT_VERSION" = "unreleased" ] || IMAGE_VERSION=$SCRIPT_VERSION
Expand Down

0 comments on commit d087879

Please sign in to comment.