Skip to content

Commit

Permalink
Update Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Oct 20, 2021
1 parent 176ac77 commit f3a22dc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion okitweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okitweb",
"version": "0.27.1",
"version": "0.28.0",
"description": "OKIT Web application",
"scripts": {},
"author": "Oracle",
Expand Down
4 changes: 2 additions & 2 deletions okitweb/static/okit/json/release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"release": "0.27.1",
"tag": "v0.27.1"
"release": "0.28.0",
"tag": "v0.28.0"
}
2 changes: 1 addition & 1 deletion visualiser/facades/ociConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion visualiser/generators/okitGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit f3a22dc

Please sign in to comment.