You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## Release 2.8.4
2
+
3
+
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.
4
+
5
+
The `weave-kube` and `weave-npc` images can now log traces if the environment WEAVE_DEBUG is set in the manifest.
6
+
1
7
## Release 2.8.3
2
8
3
9
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.
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
This repository contains a fork of Weave Net, the first product developed by Weaveworks. Since Weaveworks has shut down, this repo aims to continue maintaining Weave Net, and to publish releases regularly.

8
-
[](reweave/scans/report.md)
6
+
[](https://hub.docker.com/r/rajchaudhuri/weave-kube)
7
+
[](https://github.com/rajch/weave/releases)
8
+
[](reweave/scans/report.md)
9
9
10
10
The history of the ReWeave effort can be found in [HISTORY.md](HISTORY.md).
11
11
12
-
## Using Weave on Kubernetes
12
+
## Using Weave Net on Kubernetes
13
13
14
14
On a newly created Kubernetes cluster, the Weave Net CNI pluging can be installed by running the following command:
15
15
@@ -21,10 +21,16 @@ Replace `v1.28` with the version on Kubernetes on your cluster.
21
21
22
22
That endpoint is provided by the companion project [weave-endpoint](https://github.com/rajch/weave-endpoint).
23
23
24
-
## Building Weave
24
+
## Using Weave Net in other ways
25
+
26
+
Please refer to the [documentation](https://rajch.github.io/weave).
27
+
28
+
## Building Weave Net
25
29
26
30
Details can be found [here](reweave/BUILDING.md).
27
31
28
32
## Documentation status
29
33
30
-
At this point, any information found in directories other than `reweave`, such as `docs` or `site`, should be considered obsolete. In time, those will be updated.
34
+
The public documentation that used to exist in the `site` directory has been moved to the `original/site` directory. A new `website` directory has been created, and populated with the content of the `original/site` directory, rearranged and reformatted for being built with Jekyll and published to the GitHub pages site [https://rajch.github.io/weave](https://rajch.github.io/weave).
35
+
36
+
The documentation will now be maintained and published from the `website` directory exclusively.
0 commit comments