Skip to content

Commit

Permalink
Bump releases to version v0.7.2 (#69)
Browse files Browse the repository at this point in the history
* Bump releases to version v0.7.2

* Auto generate

Co-authored-by: metal-stack <[email protected]>
Co-authored-by: Gerrit91 <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2021
1 parent 0a24bfd commit d22ea6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DEFAULT_GOAL := build
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.7.1")
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.7.2")

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
5 changes: 2 additions & 3 deletions docs/src/external/mini-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ consolepassword: ...
If you want to access the firewall with SSH or have internet connectivity from the firewall and machine, you'll need to have a static route configured that points to the vagrant boxes of the leaf switches:

```bash
make route # shows you the route needed to access the network internet-vagrant-lab
add this route to communicate with the virtual internet network 100.255.254.0/24 over leaf01 and leaf02
sudo ip r a 100.255.254.0/24 nexthop via 192.168.121.120 dev virbr0 nexthop via 192.168.121.132 dev virbr0
# Add the route to the network internet-vagrant-lab 100.255.254.0/24 via leaf01 and leaf02, whose IPs are dynamically allocated. Make sure there's no old route before execution.
make route

# Connect to the firewall
ssh [email protected]
Expand Down

0 comments on commit d22ea6a

Please sign in to comment.