Skip to content

Commit

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

* Auto generate

---------

Co-authored-by: metal-stack <info@metal-stack.io>
  • Loading branch information
metal-robot[bot] and metal-stack authored Oct 23, 2023
1 parent 940ffb8 commit f0b8b63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.15.6")
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.15.7")

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
2 changes: 2 additions & 0 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "6c066df5b0d713de03a4d110004792392e9245d3"

[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/external/mini-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The mini-lab is a small, virtual setup to locally run the metal-stack. It deploy
- [docker](https://www.docker.com/) >= 18.09 (for using kind and our deployment base image)
- [docker-compose](https://docs.docker.com/compose/) >= 2.0 (for ease of use and for parallelizing control plane and partition deployment)
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.15.0 (for hosting the metal control plane on a kubernetes cluster v1.25)
- [containerlab](https://containerlab.dev/) == v0.25.1
- [containerlab](https://containerlab.srlinux.dev/install/) == v0.25.1
- the lab creates a docker network on your host machine (`172.17.0.1`), this hopefully does not overlap with other networks you have
- (recommended) haveged to have enough random entropy (only needed if the PXE process does not work)

Expand Down

0 comments on commit f0b8b63

Please sign in to comment.