Skip to content

Commit

Permalink
Merge pull request #725 from oracle/release
Browse files Browse the repository at this point in the history
Release 0.65.0
  • Loading branch information
toxophilist authored Oct 31, 2024
2 parents 8afca30 + f0d4493 commit aeaf4cb
Show file tree
Hide file tree
Showing 249 changed files with 23,543 additions and 6,243 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"cSpell.words": [
"OKIT"
],
"svg.preview.background": "transparent"
"svg.preview.background": "transparent",
"sonarlint.connectedMode.project": {
"connectionId": "oracle",
"projectKey": "oracle_oci-designer-toolkit"
}
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Release Notes


## Version 0.65.0
**Release Date**: 30th October 2024
### Features
1. OKIT-Web: Create PCA specific OKIT Cache classes for use when accessing the pca link.
2. OKIT-Ocd: Update initial Azure resources to match released terraform providers. (#OKIT-316)
3. OKIT-Ocd: Update initial Google resources to match released terraform providers . (#OKIT-317)
### Bug Fixes
1. OKIT-Web: Resolve issue with queried node_pool where the availability dodamin was still the full name. (#723)

## Version 0.64.0
**Release Date**: 30th September 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.64.0" \
"version"="0.65.0" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
8 changes: 4 additions & 4 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.64.0](CHANGELOG.md#version-0.64.0)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.65.0](CHANGELOG.md#version-0.65.0)

Full Release Details Can Found [0.64.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.64.0).
Full Release Details Can Found [0.65.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.65.0).

**OKIT - Open Cloud Designer** Public Beta is now Available see [0.64.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.64.0) for details.
**OKIT - Open Cloud Designer** Public Beta is now Available see [0.65.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.65.0) 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.64.0) are documented here.](CHANGELOG.md#version-0.64.0)
[Changes for the current release (0.65.0) are documented here.](CHANGELOG.md#version-0.65.0)


## Releases
Expand Down
28 changes: 7 additions & 21 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
[![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)
# September 2024 Release (Version 0.64.0)
# October 2024 Release (Version 0.65.0)
____
**Update 0.64.0**: This update addresses the following issues.
1. OKIT-Web: Resolve issue where save dialog did not display existing content (#717)
2. OKIT-Web: Fix for underlying AuthLib api change.
**Update 0.65.0**: This update addresses the following issues.
1. OKIT-Web: Resolve issue with queried node_pool where the availability dodamin was still the full name. (#723)
____
Welcome to the September 2024 release of OKIT. This release is aim primarily at the desktop OKIT OCD Beta extending the current functionality and improving it's useability. We have now added some basic resources for Azure and Google to allow for the design of Multi Cloud solutions. The current resources will be expaned onces the appropriate Terraform provider is available.
Welcome to the October 2024 release of OKIT. This release updates the Azure and Google based on the released terraform providers.

## OKIT (Web) Features
No new features
1. OKIT-Web: Create PCA specific OKIT Cache classes for use when accessing the pca link.

## OKIT - Open Cloud Designer
1. Parse AzuraRM Terraform schema and generate OCD Resource Schema entries. (#OKIT-272)
3. Write AzureRM Model Generator. (#OKIT-273)
4. Write AzureRM Properties Generator. (#OKIT-274)
5. Write AzureRM Terraform Generator. (#OKIT-275)
6. Write AzureRM Markdown Generator. (#OKIT-276)
7. Write AzureRM Validator Generator. (#OKIT-277)
8. Write AzureRM Tabular Generator. (#OKIT-278)
9. Parse Google Terraform schema and generate OCD Resource Schema entries. (#OKIT-284)
10. Write Google Model Generator. (#OKIT-285)
11. Write Google Properties Generator. (#OKIT-286)
12. Write Google Terraform Generator. (#OKIT-287)
13. Write Google Markdown Generator. (#OKIT-288)
14. Write Google Validator Generator. (#OKIT-289)
15. Write Google Tabular Generator. (#OKIT-290)
16. Create Library View which will allow users to select pre-defined Reference Architectures. (#OKIT-304)
1. OKIT-Ocd: Update initial Azure resources to match released terraform providers. (#OKIT-316)
2. OKIT-Ocd: Update initial Google resources to match released terraform providers . (#OKIT-317)

### Beta Overview

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.64.0" \
"version"="0.65.0" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
Loading

0 comments on commit aeaf4cb

Please sign in to comment.