Skip to content

Commit 2c04ea4

Browse files
committed
CHANGES.md: Prepare for a v0.6.1 docs point release
1 parent 317307f commit 2c04ea4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Notable changes between releases.
44

55
## Latest
66

7+
* Remove pixiecore support (deprecated in v0.5.0)
8+
9+
## v0.6.1 (2017-05-25)
10+
11+
* Improve the installation documentation
12+
* Move examples/etc/matchbox/cert-gen to scripts/tls
13+
* Build Matchbox with Go 1.8.3 for images and binaries
14+
715
### Examples
816

917
* Upgrade self-hosted Kubernetes cluster examples to v1.6.4

Documentation/deployment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ $ cd matchbox-v0.6.0-linux-amd64
4343

4444
### RPM-based distro
4545

46-
On an RPM-based provisioner, install the `matchbox` RPM from the Copr [repository](https://copr.fedorainfracloud.org/coprs/g/CoreOS/matchbox/) using `dnf` or `yum`.
46+
On an RPM-based provisioner (Fedora 24+), install the `matchbox` RPM from the Copr [repository](https://copr.fedorainfracloud.org/coprs/g/CoreOS/matchbox/) using `dnf`.
4747

4848
```sh
4949
dnf copr enable @CoreOS/matchbox
5050
dnf install matchbox
5151
```
5252

53+
RPMs are not currently available for CentOS and RHEL (due to Go version). CentOS and RHEL users should follow the Generic Linux section below.
54+
5355
### CoreOS
5456

5557
On a CoreOS provisioner, rkt run `matchbox` image with the provided systemd unit.

Documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Install [Terraform][terraform-dl] v0.9+ on your system.
3434

3535
```sh
3636
$ terraform version
37-
Terraform v0.9.2
37+
Terraform v0.9.4
3838
```
3939

4040
Add the `terraform-provider-matchbox` plugin binary on your system.

scripts/devnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function create {
9191
--volume config,kind=host,source=$CONFIG_DIR,readOnly=true \
9292
--mount volume=data,target=/var/lib/matchbox \
9393
$DATA_MOUNT \
94-
quay.io/coreos/matchbox:ed6dde528a0146fe55551a317cc55849cec6ec80 -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS
94+
quay.io/coreos/matchbox:23f23c1dcb78b123754ffb4e64f21cd8269093ce -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS
9595

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

0 commit comments

Comments
 (0)