chore: update image-spec and dist spec to 1.1.0 (#2255)

BREAKING CHANGE: the dist spec version in the config files needs to be bumped to 1.1.0
in order for the config verification to pass without warnings.

Also fix 1 dependabot alert for helm.

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2024-02-20 13:27:21 +02:00
committed by GitHub
parent 960686b957
commit 4e5db84cb1
74 changed files with 117 additions and 117 deletions
+1 -1
View File
@@ -1495,7 +1495,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "v1.1.0-dev",
Version: "v1.1.0",
Host: "",
BasePath: "",
Schemes: []string{},