Skip to content

Commit fed01db

Browse files
committed
README: Add v0.6.0 release announcement
1 parent c8af401 commit fed01db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Network boot and provision Container Linux clusters on virtual or physical hardware.
44

5-
**Announcement**: A new [Matchbox Terraform Provider][terraform] and [tutorial](Documentation/getting-started.md) are available.
5+
**Announcement**: Matchbox [v0.6.0](https://github.com/coreos/matchbox/releases) is released with a new [Matchbox Terraform Provider][terraform] and [tutorial](Documentation/getting-started.md).
66

77
## matchbox
88

scripts/devnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function create {
9090
--volume config,kind=host,source=$PWD/examples/etc/matchbox,readOnly=true \
9191
--mount volume=data,target=/var/lib/matchbox \
9292
$DATA_MOUNT \
93-
quay.io/coreos/matchbox:1cefbe5d9703f16c3428cd438f1639fd0e506ff9 -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS
93+
quay.io/coreos/matchbox:c8af40108fb06f345a5fdae915874b0b1b606e1a -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS
9494

9595
echo "Starting dnsmasq to provide DHCP/TFTP/DNS services"
9696
rkt rm --uuid-file=/var/run/dnsmasq-pod.uuid > /dev/null 2>&1

0 commit comments

Comments
 (0)