Skip to content

Commit fe965cb

Browse files
authored
Prepare for release by pinning to v0.11.0 release and updating images. (#119)
1 parent 38454da commit fe965cb

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
[ -d "${GITHUB_WORKSPACE}" ] && sudo chown -R $USER:$USER ${GITHUB_WORKSPACE}
1616
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Docker Login
21-
uses: docker/login-action@v1
21+
uses: docker/login-action@v2
2222
with:
2323
registry: ${{ secrets.DOCKER_REGISTRY }}
2424
username: ${{ secrets.DOCKER_REGISTRY_USER }}

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
[ -d "${GITHUB_WORKSPACE}" ] && sudo chown -R $USER:$USER ${GITHUB_WORKSPACE}
1616
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Docker Login
21-
uses: docker/login-action@v1
21+
uses: docker/login-action@v2
2222
with:
2323
registry: ${{ secrets.DOCKER_REGISTRY }}
2424
username: ${{ secrets.DOCKER_REGISTRY_USER }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The mini-lab is a small, virtual setup to locally run the metal-stack. It deploy
2222
- Linux machine with hardware virtualization support
2323
- kvm as hypervisor for the VMs (you can check through the `kvm-ok` command)
2424
- [docker](https://www.docker.com/) >= 18.09 (for using kind and our deployment base image)
25-
- [docker-compose](https://docs.docker.com/compose/) >= 1.25.4 (for ease of use and for parallelizing control plane and partition deployment)
26-
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.12.0 (for hosting the metal control plane on a kubernetes cluster v1.23.4)
25+
- [docker-compose](https://docs.docker.com/compose/) >= 2.0 (for ease of use and for parallelizing control plane and partition deployment)
26+
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.15.0 (for hosting the metal control plane on a kubernetes cluster v1.25)
2727
- [containerlab](https://containerlab.srlinux.dev/install/) == v0.25.1
2828
- the lab creates a docker network on your host machine (`172.17.0.1`), this hopefully does not overlap with other networks you have
2929
- (recommended) haveged to have enough random entropy (only needed if the PXE process does not work)

inventories/group_vars/all/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
metal_stack_release_version: develop
2+
metal_stack_release_version: v0.11.0
33

44
##
55
## for development purposes, you can override releases from our image vector here

inventories/group_vars/control-plane/metal.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ metal_api_admin_key: metal-admin
1212
metal_api_nsq_tcp_address: nsqd:4150
1313

1414
metal_api_images:
15-
- id: firewall-ubuntu-2.0.20220531
16-
name: Firewall 2 Ubuntu 20220531
17-
description: Firewall 2 Ubuntu 20220531
18-
url: http://images.metal-stack.io/metal-os/firewall/2.0-ubuntu/20220531/img.tar.lz4
15+
- id: firewall-ubuntu-2.0.20220830
16+
name: Firewall 2 Ubuntu 20220830
17+
description: Firewall 2 Ubuntu 20220830
18+
url: http://images.metal-stack.io/metal-os/firewall/2.0-ubuntu/20220830/img.tar.lz4
1919
features:
2020
- firewall
21-
- id: ubuntu-20.04.20220531
22-
name: Ubuntu 20.04 20220531
23-
description: Ubuntu 20.04 20220531
24-
url: http://images.metal-stack.io/metal-os/ubuntu/20.04/20220531/img.tar.lz4
21+
- id: ubuntu-20.04.20220830
22+
name: Ubuntu 20.04 20220830
23+
description: Ubuntu 20.04 20220830
24+
url: http://images.metal-stack.io/metal-os/ubuntu/20.04/20220830/img.tar.lz4
2525
features:
2626
- machine
2727

0 commit comments

Comments
 (0)