We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363a3da commit 1b9c87dCopy full SHA for 1b9c87d
docs/openapi.json
@@ -3,7 +3,7 @@
3
"info": {
4
"title": "Swagger OpenShift LightSpeed service - OpenAPI",
5
"description": "OpenShift LightSpeed service API specification.",
6
- "version": "1.0.5"
+ "version": "1.0.6"
7
},
8
"paths": {
9
"/v1/query": {
ols/version.py
@@ -1,4 +1,4 @@
1
"""Service version that is read by project manager tools."""
2
# this should be the only version value used in all source codes!!!
-__version__ = "1.0.5"
+__version__ = "1.0.6"
scripts/build-container.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Version
-OLS_VERSION=v1.0.5
+OLS_VERSION=v1.0.6
# To build container for local use
if [ -z "$OLS_NO_IMAGE_CACHE" ]; then
0 commit comments