From f14a1ae2de83c03b8b883f060cff00beeaa83331 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Tue, 26 Feb 2019 09:14:30 -0700 Subject: [PATCH] Bump to v0.1.0 --- docker-compose.yml | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ae01674aa8..3d4b70aa7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: server: - image: rancher/k3s:v0.1.0-rc8 + image: rancher/k3s:v0.1.0 command: server --disable-agent environment: - K3S_CLUSTER_SECRET=somethingtotallyrandom @@ -15,7 +15,7 @@ services: - 6443:6443 node: - image: rancher/k3s:v0.1.0-rc8 + image: rancher/k3s:v0.1.0 tmpfs: - /run - /var/run diff --git a/install.sh b/install.sh index fd20088ace..fce5a332f5 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION=v0.1.0-rc8 +VERSION=v0.1.0 info() {