From 9e213ade06424f5383e0e890589580535feec137 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Tue, 15 Nov 2022 22:49:53 +0100 Subject: [PATCH] Update UPGRADE.md --- README.md | 2 +- UPGRADE.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b60e257..80431e3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Now you can access the admin UI at: [https://your-instance.com/_/](https://your- [https://hub.docker.com/r/karniv001/hypertuner-cloud-backend](https://hub.docker.com/r/karniv001/hypertuner-cloud-backend) ```bash -docker pull karniv001/hypertuner-cloud-backend:1.1.4 +docker pull karniv001/hypertuner-cloud-backend:1.2.0 ``` ## Upgrading diff --git a/UPGRADE.md b/UPGRADE.md index 3091130..d31234f 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,12 +1,20 @@ # Upgrade guide -## From v1.0.1 to v1.1.0 +## From v1.1.x to v1.2.x This version adds stargazers. 1. import new schema first 2. get the new binary or Dockerfile and run `cloud-backend`, make sure everything works as it was before (don't forget to backup `pb_data` data) -3. upgrade frontend to `v1.1.0` +3. upgrade frontend to `v1.2.x` + +## From v1.0.1 to v1.1.x + +This version adds stargazers. + +1. import new schema first +2. get the new binary or Dockerfile and run `cloud-backend`, make sure everything works as it was before (don't forget to backup `pb_data` data) +3. upgrade frontend to `v1.1.x` ## From v1.0.0 to v1.0.1