Skip to content

Commit

Permalink
chore: Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Dec 12, 2024
1 parent 3d6b9ac commit f7d80f7
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes


## Version 0.66.1
**Release Date**: 13th December 2024
### Features
### Bug Fixes
1. Update main README to de-emphasise Docker (Issue: #733)


## Version 0.66.0
**Release Date**: 30th November 2024
### Features
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM oraclelinux:8
ARG BRANCH=master
LABEL "provider"="Oracle" \
"issues"="https://github.com/oracle/oci-designer-toolkit/issues" \
"version"="0.66.0" \
"version"="0.66.1" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=oracle_oci-designer-toolkit&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=oracle_oci-designer-toolkit)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.66.0](CHANGELOG.md#version-0.66.0)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.66.1](CHANGELOG.md#version-0.66.1)

Full Release Details Can Found [0.66.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.0).
Full Release Details Can Found [0.66.1 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.1).

**OKIT - Open Cloud Designer** Public Beta is now Available see [0.66.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.0) for details.
**OKIT - Open Cloud Designer** Public Beta is now Available see [0.66.1 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.1) for details.
_____

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),
Expand Down Expand Up @@ -38,7 +38,7 @@ OCI environments through a graphical web based interface.

## Changes

[Changes for the current release (0.66.0) are documented here.](CHANGELOG.md#version-0.66.0)
[Changes for the current release (0.66.1) are documented here.](CHANGELOG.md#version-0.66.1)


## Releases
Expand All @@ -61,15 +61,15 @@ Detailed OKIT Installation steps can be found in the [OCI Designer Toolkit Insta
3. [Oracle Linux](documentation/Installation.md#oracle-linux-ol8)
### OKIT-Ocd
OKIT-Ocd is the next iteration of OKIT and is currently available as a Beta release. The native installables can be found in the Assets section
on the [0.66.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.0).
on the [0.66.1 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.1).
1. MacOS
1. [Arm dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.0/ocd-0.2.6-arm64.dmg)
2. [x64 dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.0/ocd-0.2.6-x64.dmg)
1. [Arm dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-arm64.dmg)
2. [x64 dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-x64.dmg)
2. Windows
1. [Setup](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.0/ocd-0.2.6-Setup.exe)
1. [Setup](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-Setup.exe)
3. Linux
1. [rpm](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.0/ocd-0.2.6-1.x86_64.rpm)
2. [deb](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.0/ocd_0.2.6_amd64.deb)
1. [rpm](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-1.x86_64.rpm)
2. [deb](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd_0.2.6_amd64.deb)



Expand Down
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=oracle_oci-designer-toolkit&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=oracle_oci-designer-toolkit)
# November 2024 Release (Version 0.66.0)
# November 2024 Release (Version 0.66.1)
____
**Update 0.66.0**: This update addresses the following issues.
**Update 0.66.1**: This update addresses the following issues.
1. Update main README to de-emphasise Docker
____
Welcome to the November 2024 release of OKIT. This release switches the exiat Create React App based build format to Vite and Electron Forge.

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:8
LABEL "provider"="Oracle" \
"issues"="https://github.com/oracle/oci-designer-toolkit/issues" \
"version"="0.66.0" \
"version"="0.66.1" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
5 changes: 3 additions & 2 deletions ocd/packages/react/src/data/OcdReleaseNotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
*/

export const releaseNotes = `[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=oracle_oci-designer-toolkit&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=oracle_oci-designer-toolkit)
# November 2024 Release (Version 0.66.0)
# November 2024 Release (Version 0.66.1)
____
**Update 0.66.0**: This update addresses the following issues.
**Update 0.66.1**: This update addresses the following issues.
1. Update main README to de-emphasise Docker
____
Welcome to the November 2024 release of OKIT. This release switches the exiat Create React App based build format to Vite and Electron Forge.
Expand Down
2 changes: 1 addition & 1 deletion okitweb/static/okit/js/okit_console.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
console.debug('Loaded Console Javascript');


const okitVersion = '0.66.0';
const okitVersion = '0.66.1';
const okitReleaseDate = '30th Novermber 2024';
// const okitReleaseDate = 'Nightly';

Expand Down
6 changes: 3 additions & 3 deletions okitweb/static/okit/json/release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release": "0.66.0",
"tag": "v0.66.0",
"title": "November 2024 Release"
"release": "0.66.1",
"tag": "v0.66.1",
"title": "November 2024 Patch"
}
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.66.0'
OKIT_VERSION = 'v0.66.1'

def __init__(self, config=None, configfile=None, profile=None, region=None, signer=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 @@ -27,7 +27,7 @@
logger = getLogger()

class OCIGenerator(object):
OKIT_VERSION = "0.66.0"
OKIT_VERSION = "0.66.1"
def __init__(self, template_dir, output_dir, visualiser_json, use_vars=False, add_provider=True):
# Initialise generator output data variables
self.rendered_resources = {}
Expand Down

0 comments on commit f7d80f7

Please sign in to comment.