From c3b8e5876659a78aa5c667822281cafae5f989e8 Mon Sep 17 00:00:00 2001 From: Anton Sidelnikov <53078276+anton-sidelnikov@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:57:36 +0200 Subject: [PATCH] Rancher version requirement (#80) Rancher version requirement added requirement for Rancher version Reviewed-by: Artem Lifshits --- .goreleaser.yml | 3 ++- docs/usage-with-rancher.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4e73806..8706d9c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 project_name: docker-machine-driver-otc before: hooks: @@ -67,4 +68,4 @@ release: owner: opentelekomcloud name: docker-machine-opentelekomcloud changelog: - skip: true + disable: true diff --git a/docs/usage-with-rancher.md b/docs/usage-with-rancher.md index c657abb..54ec29e 100644 --- a/docs/usage-with-rancher.md +++ b/docs/usage-with-rancher.md @@ -2,6 +2,9 @@ > !Important note: The current available `docker-machine-opentelekomcloud` is not a part of the Rancher. You need to update the Driver to the latest version to get this properly running. We have an open issue to get this fixed @Rancher, but the approval is currently missing. +### Requirements +- [Rancher]([https://www.terraform.io/downloads.html](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade)) v2.7.x+ + ### Remove old node driver: * Open Rancher UI page and go to `Tools` → `Drivers` → `Node Drivers`.