Skip to content

Commit

Permalink
chore: Update Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Nov 27, 2024
1 parent 22ca7c7 commit 872ad17
Show file tree
Hide file tree
Showing 26 changed files with 122 additions and 102 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-desktop-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
version: [22.11.0]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Upload Windows Artifact to Release
if: matrix.os == 'windows-latest'
run: |
ls ./ocd/dist/make/squirrel.windows/x64
gh release upload ${{ env.RELEASE_TAG }} ./ocd/dist/make/squirrel.windows/x64/ocd-${{ env.OCD_VERSION }}*.exe --clobber
# gh release upload ${{ env.RELEASE_TAG }} ./ocd/dist/win/ocd-${{ env.OCD_VERSION }}-x64.exe --clobber
- name: Upload Linux Artifact to Release
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Release Notes


## Version 0.66.0
**Release Date**: 30th November 2024
### Features
1. OKIT-Ocd: Convert @ocd/core to ES6 Module (#OKIT-307)
1. OKIT-Ocd: Convert @ocd/model to ES6 Module (#OKIT-308)
1. OKIT-Ocd: Convert @ocd/query to ES6 Module (#OKIT-309)
1. OKIT-Ocd: Convert @ocd/export to ES6 Module (#OKIT-310)
1. OKIT-Ocd: Convert @ocd/import to ES6 Module (#OKIT-311)
1. OKIT-Ocd: Convert @ocd/codegen to ES6 Module (#OKIT-312)
1. OKIT-Ocd: Convert @ocd/codegen-cli to ES6 Module (#OKIT-313)
1. OKIT-Ocd: Convert @ocd/cli to ES6 Module (#OKIT-314)
1. OKIT-Ocd: Convert @ocd/desktop to ES6 Module (#OKIT-315)
1. OKIT-Ocd: Switch build process from Create React App / Webpack to Vite (#OKIT-305)
1. OKIT-Ocd: Switch to Electron Forge for building.
### Bug Fixes


## Version 0.65.0
**Release Date**: 30th October 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.65.0" \
"version"="0.66.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.65.0](CHANGELOG.md#version-0.65.0)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.66.0](CHANGELOG.md#version-0.66.0)

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

**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.
**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.
_____

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


## Releases
Expand Down
21 changes: 14 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
[![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)
# October 2024 Release (Version 0.65.0)
# November 2024 Release (Version 0.66.0)
____
**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)
**Update 0.66.0**: This update addresses the following issues.
____
Welcome to the October 2024 release of OKIT. This release updates the Azure and Google based on the released terraform providers.
Welcome to the November 2024 release of OKIT. This release switches the exiat Create React App based build format to Vite and Electron Forge.

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

## OKIT - Open Cloud Designer
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)
1. OKIT-Ocd: Convert @ocd/core to ES6 Module (#OKIT-307)
1. OKIT-Ocd: Convert @ocd/model to ES6 Module (#OKIT-308)
1. OKIT-Ocd: Convert @ocd/query to ES6 Module (#OKIT-309)
1. OKIT-Ocd: Convert @ocd/export to ES6 Module (#OKIT-310)
1. OKIT-Ocd: Convert @ocd/import to ES6 Module (#OKIT-311)
1. OKIT-Ocd: Convert @ocd/codegen to ES6 Module (#OKIT-312)
1. OKIT-Ocd: Convert @ocd/codegen-cli to ES6 Module (#OKIT-313)
1. OKIT-Ocd: Convert @ocd/cli to ES6 Module (#OKIT-314)
1. OKIT-Ocd: Convert @ocd/desktop to ES6 Module (#OKIT-315)
1. OKIT-Ocd: Switch build process from Create React App / Webpack to Vite (#OKIT-305)
1. OKIT-Ocd: Switch to Electron Forge for building.

### 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.65.0" \
"version"="0.66.0" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion ocd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocd",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Desktop",
"title": "OKIT Open Cloud Designer (Beta)",
"author": {
Expand Down
14 changes: 7 additions & 7 deletions ocd/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/cli",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Command-line",
"title": "OKIT Open Cloud Designer Command-linetop",
"author": {
Expand Down Expand Up @@ -34,12 +34,12 @@
"test-query": "node lib/esm/ocd.js query oci -d ../../test/query.okit -p DEFAULT -c OKIT -c infrastructure -c network"
},
"dependencies": {
"@ocd/codegen": ">=0.2.5",
"@ocd/core": ">=0.2.5",
"@ocd/export": ">=0.2.5",
"@ocd/import": ">=0.2.5",
"@ocd/model": ">=0.2.5",
"@ocd/query": ">=0.2.5",
"@ocd/codegen": ">=0.2.6",
"@ocd/core": ">=0.2.6",
"@ocd/export": ">=0.2.6",
"@ocd/import": ">=0.2.6",
"@ocd/model": ">=0.2.6",
"@ocd/query": ">=0.2.6",
"oci-sdk": "^2.69.0"
}
}
4 changes: 2 additions & 2 deletions ocd/packages/codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/codegen-cli",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud DesignerCodegen Command-line",
"title": "OKIT Open Cloud Designer Codegen Command-linetop",
"author": {
Expand Down Expand Up @@ -83,6 +83,6 @@
"import-and-generate": "npm run import-and-generate-oci && npm run import-and-generate-azurerm && npm run import-and-generate-google"
},
"dependencies": {
"@ocd/codegen": ">=0.2.5"
"@ocd/codegen": ">=0.2.6"
}
}
4 changes: 2 additions & 2 deletions ocd/packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/codegen",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Code Generation Module",
"title": "OKIT Open Cloud Designer Code Generation Module",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"build": "npm run compile && npm run pack"
},
"dependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/core": ">=0.2.6",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
Expand Down
2 changes: 1 addition & 1 deletion ocd/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/core",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Core Utility Module",
"title": "OKIT Open Cloud Designer Core Utility Module",
"author": {
Expand Down
14 changes: 7 additions & 7 deletions ocd/packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ocd",
"productName": "ocd",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Desktop",
"title": "OKIT Open Cloud Designer Desktop",
"author": {
Expand Down Expand Up @@ -59,12 +59,12 @@
"vite": "^5.4.8"
},
"dependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/export": ">=0.2.5",
"@ocd/import": ">=0.2.5",
"@ocd/model": ">=0.2.5",
"@ocd/query": ">=0.2.5",
"@ocd/react": ">=0.2.5",
"@ocd/core": ">=0.2.6",
"@ocd/export": ">=0.2.6",
"@ocd/import": ">=0.2.6",
"@ocd/model": ">=0.2.6",
"@ocd/query": ">=0.2.6",
"@ocd/react": ">=0.2.6",
"electron-squirrel-startup": "^1.0.1",
"oci-sdk": "^2.69.0"
}
Expand Down
14 changes: 7 additions & 7 deletions ocd/packages/electron-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"productName": "ocd",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Desktop",
"title": "OKIT Open Cloud Designer Desktop",
"author": {
Expand Down Expand Up @@ -34,12 +34,12 @@
"preview": "vite preview"
},
"dependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/export": ">=0.2.5",
"@ocd/import": ">=0.2.5",
"@ocd/model": ">=0.2.5",
"@ocd/query": ">=0.2.5",
"@ocd/react": ">=0.2.5",
"@ocd/core": ">=0.2.6",
"@ocd/export": ">=0.2.6",
"@ocd/import": ">=0.2.6",
"@ocd/model": ">=0.2.6",
"@ocd/query": ">=0.2.6",
"@ocd/react": ">=0.2.6",
"oci-sdk": "^2.69.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions ocd/packages/export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/export",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Export Module",
"title": "OKIT Open Cloud Designer Export Module",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"build": "npm run compile && npm run pack"
},
"peerDependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/model": ">=0.2.5"
"@ocd/core": ">=0.2.6",
"@ocd/model": ">=0.2.6"
}
}
10 changes: 5 additions & 5 deletions ocd/packages/export/src/data/OcdBuildDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
*/

export const buildDetails: Record<string, string> = {
version: '0.2.5',
date: '10/31/2024',
time: '10:24:44 AM',
datetime: '10/31/2024, 10:24:44 AM',
utc: 'Thu, 31 Oct 2024 10:24:44 GMT'
version: '0.2.6',
date: '11/27/2024',
time: '3:59:49 PM',
datetime: '11/27/2024, 3:59:49 PM',
utc: 'Wed, 27 Nov 2024 15:59:49 GMT'
}

export default buildDetails
Expand Down
6 changes: 3 additions & 3 deletions ocd/packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/import",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Import Module",
"title": "OKIT Open Cloud Designer Import Module",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"build": "npm run compile && npm run pack"
},
"peerDependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/model": ">=0.2.5"
"@ocd/core": ">=0.2.6",
"@ocd/model": ">=0.2.6"
}
}
4 changes: 2 additions & 2 deletions ocd/packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/model",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Model Definition Module",
"title": "OKIT Open Cloud Designer Model Definition Module",
"author": {
Expand Down Expand Up @@ -42,6 +42,6 @@
"build": "npm run compile && npm run pack"
},
"peerDependencies": {
"@ocd/core": ">=0.2.5"
"@ocd/core": ">=0.2.6"
}
}
6 changes: 3 additions & 3 deletions ocd/packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocd/query",
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer Query Module",
"title": "OKIT Open Cloud Designer Query Module",
"author": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"build": "npm run compile && npm run pack"
},
"peerDependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/model": ">=0.2.5",
"@ocd/core": ">=0.2.6",
"@ocd/model": ">=0.2.6",
"oci-sdk": ">=2.69.0"
}
}
22 changes: 11 additions & 11 deletions ocd/packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ocd/react",
"private": true,
"version": "0.2.5",
"version": "0.2.6",
"description": "OKIT Open Cloud Designer React Components",
"title": "OKIT Open Cloud Designer React Components",
"author": {
Expand Down Expand Up @@ -49,11 +49,11 @@
"dependencies": {
},
"peerDependencies": {
"@ocd/core": ">=0.2.5",
"@ocd/export": ">=0.2.5",
"@ocd/import": ">=0.2.5",
"@ocd/model": ">=0.2.5",
"@ocd/query": ">=0.2.5",
"@ocd/core": ">=0.2.6",
"@ocd/export": ">=0.2.6",
"@ocd/import": ">=0.2.6",
"@ocd/model": ">=0.2.6",
"@ocd/query": ">=0.2.6",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
Expand All @@ -71,11 +71,11 @@
"eslint-plugin-react-refresh": "^0.4.12",
"glob": "^11.0.0",
"globals": "^15.9.0",
"@ocd/core": ">=0.2.5",
"@ocd/export": ">=0.2.5",
"@ocd/import": ">=0.2.5",
"@ocd/model": ">=0.2.5",
"@ocd/query": ">=0.2.5",
"@ocd/core": ">=0.2.6",
"@ocd/export": ">=0.2.6",
"@ocd/import": ">=0.2.6",
"@ocd/model": ">=0.2.6",
"@ocd/query": ">=0.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.0",
Expand Down
10 changes: 5 additions & 5 deletions ocd/packages/react/src/data/OcdBuildDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
*/

export const buildDetails: Record<string, string> = {
version: '0.2.5',
date: '10/31/2024',
time: '10:24:44 AM',
datetime: '10/31/2024, 10:24:44 AM',
utc: 'Thu, 31 Oct 2024 10:24:44 GMT'
version: '0.2.6',
date: '11/27/2024',
time: '3:59:49 PM',
datetime: '11/27/2024, 3:59:49 PM',
utc: 'Wed, 27 Nov 2024 15:59:49 GMT'
}

export default buildDetails
Expand Down
Loading

0 comments on commit 872ad17

Please sign in to comment.