Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
  • Loading branch information
travisghansen committed Jul 7, 2023
1 parent d596b1e commit 73c8398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.1

Released 2023-02-10

- support crds in the chart

# v0.3.0

Released 2023-01-31
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ ip route add default via <frr ip> table metallb-nra
ip -d rule show table metallb-nra
ip -d route show table metallb-nra
# remove rules
while ip rule delete from 0/0 to 0/0 table metallb-nra 2>/dev/null; do true; done
```

# TODO
Expand Down

0 comments on commit 73c8398

Please sign in to comment.