Skip to content

Commit

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

* Auto generate

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Apr 29, 2021
1 parent f7cc26c commit 0435945
Show file tree
Hide file tree
Showing 2 changed files with 16 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.6.2")
RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.6.4")

ifeq ($(CI),true)
DOCKER_TTY_ARG=
Expand Down
16 changes: 15 additions & 1 deletion docs/src/external/mini-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ e0ab02d2-27cd-5a5e-8efc-080ba80cf258   Waiting 8s
Create a machine/firewall with

```bash
make machine
make firewall
make machine
```

__Alternatively__ you may want to issue the `metalctl` commands by your own:
Expand Down Expand Up @@ -200,6 +200,20 @@ Remove a machine with
docker-compose run metalctl machine rm e0ab02d2-27cd-5a5e-8efc-080ba80cf258
```

## Flavors

There's few versions of mini-lab environment that you can run. We call them flavors. There's 2 flavors at the moment:

- `default` -- runs 2 machines.
- `cluster-api` -- runs 3 machines. Usefull for testing Control plane and worker node deployment with [Cluster API provider](https://github.com/metal-stack/cluster-api-provider-metalstack).

In order to start specific flavor, you can define the flavor as follows:

```bash
export MINI_LAB_FLAVOR=cluster-api
make
```

## Development of metal-api, metal-hammer and metal-core

To simplify developing changes for the `metal-api`, `metal-hammer` and `metal-core`, it is possible to use development artifacts from within the mini-lab.
Expand Down

0 comments on commit 0435945

Please sign in to comment.