From ffa4b4839d8fcc8bb4525e8860604e849df089f4 Mon Sep 17 00:00:00 2001 From: punit-kulal Date: Mon, 4 Oct 2021 10:58:42 +0530 Subject: [PATCH 1/2] make swagger docs, host independent --- docs/swagger.json | 3 +-- swagger/docs.go | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/swagger.json b/docs/swagger.json index 0e4ddcc..eb9578b 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -12,9 +12,8 @@ "info": { "description": "Albatross is a helm cli wrapper and enables using helm via http calls", "title": "Albatross API.", - "version": "v1.0.1" + "version": "v1.0.3" }, - "host": "localhost:8080", "paths": { "/clusters/{cluster}/namespaces/{namespace}/releases": { "get": { diff --git a/swagger/docs.go b/swagger/docs.go index e0e9692..d2c440f 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -3,7 +3,6 @@ // Albatross is a helm cli wrapper and enables using helm via http calls // // Schemes: http -// Host: localhost:8080 // Version: v1.0.1 // // Consumes: From b4f3f160c7e35967c1c419e1f990c306b038c24c Mon Sep 17 00:00:00 2001 From: punit-kulal Date: Mon, 4 Oct 2021 10:59:02 +0530 Subject: [PATCH 2/2] bump version to 1.0.3 --- swagger/docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/docs.go b/swagger/docs.go index d2c440f..cd138ec 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -3,7 +3,7 @@ // Albatross is a helm cli wrapper and enables using helm via http calls // // Schemes: http -// Version: v1.0.1 +// Version: v1.0.3 // // Consumes: // - application/json