Skip to content

Commit

Permalink
Merge pull request #721 from oracle/toxophilist/sprint-dev
Browse files Browse the repository at this point in the history
Release September 0.64.0
  • Loading branch information
toxophilist authored Sep 30, 2024
2 parents 424fedd + 4e86e03 commit 8afca30
Show file tree
Hide file tree
Showing 294 changed files with 779,464 additions and 765,237 deletions.
11 changes: 11 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
paths:
- ocd
paths-ignore:
- cloudinit
- containers
- custom
- documentation
- instance
- okitweb
- skeletons
- visualiser
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config-file: ./.github/codeql/codeql-config.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Release Notes


## Version 0.64.0
**Release Date**: 30th September 2024
### Features
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)
### Bug Fixes
1. OKIT-Web: Resolve issue where save dialog did not display existing content (#717)
2. OKIT-Web: Fix for underlying AuthLib api change.


## Version 0.63.0
**Release Date**: 31st August 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.63.0" \
"version"="0.64.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.63.0](CHANGELOG.md#version-0.63.0)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.64.0](CHANGELOG.md#version-0.64.0)

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

**OKIT - Open Cloud Designer** Public Beta is now Available see [0.63.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.63.0) for details.
**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.
_____

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.63.0) are documented here.](CHANGELOG.md#version-0.63.0)
[Changes for the current release (0.64.0) are documented here.](CHANGELOG.md#version-0.64.0)


## Releases
Expand Down
34 changes: 20 additions & 14 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
[![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)
# August 2024 Release (Version 0.63.0)
# September 2024 Release (Version 0.64.0)
____
**Update 0.63.0**: This update addresses the following issues.
1. OKIT-Web: Resolve Code Scanning Issues #688 - #712
2. OKIT-Web: Convert Queried Network Load Balancer Listeners set to list.
3. OKIT-Web: Revert DRG Attachment fix for PCA DRGv1+ feature
**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.
____
Welcome to the August 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 a number of Auto Layout options, including OKIT-Web Style, and allow the user to specify the default Auto Layout option.
In addition we have extended the Desktop to allow Compute Cloud@Customer and Private Cloud Appliance users to create designs and generate download cache
information from their machine.
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.

## OKIT (Web) Features
No new features

## OKIT - Open Cloud Designer
1. OKIT-Ocd: Build OKIT-Web style auto arranger. (#OKIT-299)
2. OKIT-Ocd: Generated example connection.tfvars file during OpenTofu export. (#OKIT-297)
3. OKIT-Ocd: Add Palette for Compute Cloud@Customer. (#OKIT-298)
4. OKIT-Ocd: Add Palette for PCA-X9. (#OKIT-298)
5. OKIT-Ocd: Allow quering of cache data from specified Config Profiles and then switch. (#OKIT-296)
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)

### 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.63.0" \
"version"="0.64.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 8afca30

Please sign in to comment.