From e46ddd4f50de1737a946837ac4286a061b36a93a Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 18 Aug 2022 10:28:58 +0200 Subject: [PATCH] Step version of auth-token-fetch after release Issue-ID: NONRTRIC-786 Signed-off-by: elinuxhenrik Change-Id: Ie471702f3edbf3bbed102956fd9879387ed9b41c --- auth-token-fetch/container-tag.yaml | 2 +- auth-token-fetch/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth-token-fetch/container-tag.yaml b/auth-token-fetch/container-tag.yaml index 6b1c9db7..f84eeb10 100644 --- a/auth-token-fetch/container-tag.yaml +++ b/auth-token-fetch/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 1.0.0 +tag: 1.1.0 diff --git a/auth-token-fetch/main.go b/auth-token-fetch/main.go index 18003ba6..0136688a 100644 --- a/auth-token-fetch/main.go +++ b/auth-token-fetch/main.go @@ -53,7 +53,7 @@ func NewContext(config *Config) *Context { } // @title Auth token fetcher -// @version 1.0.0 +// @version 1.1.0 // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html -- 2.16.6