Skip to content

Commit 65d7763

Browse files
committed
chore: prepare v0.4.3 release
1 parent 1269b3c commit 65d7763

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Wigglenet explicitely supports and encourages allocation of public IPv6 addresse
2323
To install Wigglenet on a dual-stack cluster with the default settings:
2424

2525
```shell
26-
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.3/deploy/manifest.yaml
26+
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.4/deploy/manifest.yaml
2727
```
2828

2929
The default configuration should work out of the box for a cluster created with kubeadm using [the official dual-stack tutorial](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/). It will enable masquerading for both IPv6 and IPv4 addresses.
3030

3131
Use the following manifest if the cluster is single-stack (IPv6 only):
3232

3333
```shell
34-
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.3/deploy/ipv6_only.yaml
34+
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.4/deploy/ipv6_only.yaml
3535
```
3636

3737
## Configuration

deploy/ipv6_only.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
priorityClassName: system-node-critical
5656
containers:
5757
- name: wigglenet
58-
image: ghcr.io/tibordp/wigglenet:v0.4.3
58+
image: ghcr.io/tibordp/wigglenet:v0.4.4
5959
imagePullPolicy: Always
6060
env:
6161
# Masquerade outgoing IPv4 traffic not destined

deploy/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
priorityClassName: system-node-critical
5656
containers:
5757
- name: wigglenet
58-
image: ghcr.io/tibordp/wigglenet:v0.4.3
58+
image: ghcr.io/tibordp/wigglenet:v0.4.4
5959
imagePullPolicy: Always
6060
env:
6161
# Masquerade outgoing IPv4 traffic not destined

0 commit comments

Comments
 (0)