Skip to content

Releases: epic-gateway/true-ingress

v0.27.0

21 May 19:02
Compare
Choose a tag to compare
Replace magic number with a sizeof()

This should be more flexible if we ever need to add items to gueext.

v0.26.0-pre0

21 May 14:54
Compare
Choose a tag to compare
Replace magic number with a sizeof()

This should be more flexible if we ever need to add items to gueext.

v0.25.0-btf0

15 Dec 14:02
Compare
Choose a tag to compare
Switch from legacy BPF map declaration syntax to BTF-defined maps

https://github.com/libbpf/libbpf/wiki/Libbpf:-the-road-to-v1.0#drop-support-for-legacy-bpf-map-declaration-syntax

Signed-off-by: toby cabot <toby@acnodal.io>

v0.25.0

14 Dec 15:08
Compare
Choose a tag to compare
Remove some unused code

Signed-off-by: toby cabot <toby@acnodal.io>

v0.24.0-options25

13 Dec 20:48
Compare
Choose a tag to compare
Don't publish Go module when building

Signed-off-by: toby cabot <toby@acnodal.io>

v0.24.0-options24

13 Dec 19:27
Compare
Choose a tag to compare
Investigate map_verify iteration problems

Signed-off-by: toby cabot <toby@acnodal.io>

v0.24.0-options23

13 Dec 18:36
Compare
Choose a tag to compare
Remove pfc_cli_go

We're not using it anymore.

Signed-off-by: toby cabot <toby@acnodal.io>

v0.24.0-options22

13 Dec 16:10
Compare
Choose a tag to compare
Add a VERSION file to the tar bin directory

Signed-off-by: toby cabot <toby@acnodal.io>

v0.24.0-options21

13 Dec 14:26
Compare
Choose a tag to compare
Change from gid/sid to tunnelid

Actually, we did this a while back when we started using the tunnel id
in place of the gid/sid, but that meant that we sent two copies of the
same thing in each packet. Now it's just the tunnel id.

Signed-off-by: toby cabot <toby@acnodal.io>

v0.24.0-options20

12 Dec 23:11
Compare
Choose a tag to compare
Change from gid/sid to tunnelid

Actually, we did this a while back when we started using the tunnel id
in place of the gid/sid, but that meant that we sent two copies of the
same thing in each packet. Now it's just the tunnel id.

Signed-off-by: toby cabot <toby@acnodal.io>