From f3a22dc88552042dc71c23db2d03c4ef9e9fef06 Mon Sep 17 00:00:00 2001 From: Andrew Hopkinson Date: Wed, 20 Oct 2021 11:41:52 +0100 Subject: [PATCH] Update Version Number --- Dockerfile | 2 +- README.md | 4 ++-- containers/docker/Dockerfile | 2 +- okitweb/package.json | 2 +- okitweb/static/okit/json/release.json | 4 ++-- visualiser/facades/ociConnection.py | 2 +- visualiser/generators/okitGenerator.py | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14b59ff85..5ee5a4768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM oraclelinux:7-slim LABEL "provider"="Oracle" \ "issues"="https://github.com/oracle/oci-designer-toolkit/issues" \ - "version"="0.27.1" \ + "version"="0.28.0" \ "description"="OKIT Web Server Container." \ "copyright"="Copyright (c) 2020, 2021, Oracle and/or its affiliates." # SHELL ["/bin/bash", "-c"] diff --git a/README.md b/README.md index e8760dfca..c29ef49f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.27.1](CHANGELOG.md#version-0.27.1) +# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.28.0](CHANGELOG.md#version-0.28.0) OCI designer and visualisation toolKIT (OKIT) is a browser based tool that allows the user to [design](https://www.ateam-oracle.com/introduction-to-okit-the-oci-designer-toolkit), [deploy](https://www.ateam-oracle.com/introduction-to-okit-the-oci-designer-toolkit) and visualise ([introspect/query](https://www.ateam-oracle.com/the-oci-designer-toolkit-query-feature)) @@ -33,7 +33,7 @@ OCI environments through a graphical web based interface. ## Changes -[Changes for the current release (0.27.1) are documented here.](CHANGELOG.md#version-0.27.1) +[Changes for the current release (0.28.0) are documented here.](CHANGELOG.md#version-0.28.0) ## Releases diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index 0c2a334a5..a80425a83 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -5,7 +5,7 @@ FROM oraclelinux:7-slim LABEL "provider"="Oracle" \ "issues"="https://github.com/oracle/oci-designer-toolkit/issues" \ - "version"="0.27.1" \ + "version"="0.28.0" \ "description"="OKIT Web Server Container." \ "copyright"="Copyright (c) 2020, 2021, Oracle and/or its affiliates." # SHELL ["/bin/bash", "-c"] diff --git a/okitweb/package.json b/okitweb/package.json index 9ebcf759e..1c1299ea0 100644 --- a/okitweb/package.json +++ b/okitweb/package.json @@ -1,6 +1,6 @@ { "name": "okitweb", - "version": "0.27.1", + "version": "0.28.0", "description": "OKIT Web application", "scripts": {}, "author": "Oracle", diff --git a/okitweb/static/okit/json/release.json b/okitweb/static/okit/json/release.json index f4de2a409..e9730d6be 100644 --- a/okitweb/static/okit/json/release.json +++ b/okitweb/static/okit/json/release.json @@ -1,4 +1,4 @@ { - "release": "0.27.1", - "tag": "v0.27.1" + "release": "0.28.0", + "tag": "v0.28.0" } \ No newline at end of file diff --git a/visualiser/facades/ociConnection.py b/visualiser/facades/ociConnection.py index 5c0e9c8d2..babf1f049 100644 --- a/visualiser/facades/ociConnection.py +++ b/visualiser/facades/ociConnection.py @@ -25,7 +25,7 @@ class OCIConnection(object): PAGINATION_LIMIT = 1000 - OKIT_VERSION = 'v0.27.1' + OKIT_VERSION = 'v0.28.0' def __init__(self, config=None, configfile=None, profile=None, region=None): self.tenancy_ocid = '' diff --git a/visualiser/generators/okitGenerator.py b/visualiser/generators/okitGenerator.py index 689551a2d..c7a8a2921 100644 --- a/visualiser/generators/okitGenerator.py +++ b/visualiser/generators/okitGenerator.py @@ -26,7 +26,7 @@ logger = getLogger() class OCIGenerator(object): - OKIT_VERSION = "0.27.1" + OKIT_VERSION = "0.28.0" def __init__(self, template_dir, output_dir, visualiser_json, use_vars=False): # Initialise generator output data variables self.create_sequence = []