Skip to content

Commit c3cc210

Browse files
committed
Add release 2.8.5
1 parent ac180cf commit c3cc210

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 2.8.5
2+
3+
This release has upgraded dependencies based on CVE recommendations.
4+
5+
* Build with Go version 1.21.9
6+
* A dependency has been updated
7+
18
## Release 2.8.4
29

310
The alpine base image used by `weave-kube` and `weave-npc` was upgraded to version 3.19.1 in the previous release. In this version, the default iptables backend is nftables, and the legacy backend is not included. Our scripts and programs assume legacy as the default backend, and change to nft if autodetected, or if we ask for it. So, the build Dockerfile (reweave/build/Dockerfile) was changed to also install the Alpine `iptables-legacy` package , and change the `iptables-{save,restore}` symbolic links to point to the legacy backend by default.

reweave/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5-
## 2.8.5-beta1
5+
## 2.8.5
6+
7+
* Changed version in `reweave/Makefile` to 2.8.5
8+
* Modified reweave and main CHANGELOG.md
9+
10+
## 2.8.5-beta1 (ac180cfc)
611

712
### Changed
813

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.5-beta1
1+
IMAGE_VERSION ?= 2.8.5
22
REGISTRY_USER ?= rajchaudhuri
33

44
ALPINE_BASEIMAGE ?= alpine:3.19.1

reweave/build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ RUN <<EOCROSSCOMPILERS
2626
set -e
2727
echo 'Acquire::Retries "6";' > /etc/apt/apt.conf.d/80-retries
2828
for platform in ${DEB_CROSSPLATFORMS}; do dpkg --add-architecture $platform; done
29-
apt-get update --error-on=any
30-
apt-get upgrade -y
29+
apt-get update
3130
apt-get install -y build-essential
3231
for platform in ${DEB_CROSSPLATFORMS}; do apt-get install -y crossbuild-essential-${platform}; done
3332
apt-get clean

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-04-04
4+
Report date: 2024-04-06
55
Unique vulnerability count: 17
6-
Images version: 2.8.5-beta1
6+
Images version: 2.8.5
77
```
88

99
## Scanner Details

0 commit comments

Comments
 (0)