Skip to content

Releases: oracle/oci-designer-toolkit

Resolve missing Instance shapes

09 Jul 14:34
e31431d
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue with missing Instance shapes due to fail compatibility query.

Compartment Drag&Drop patch

08 Jul 09:35
95617a9
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue stopping Compartments being dragged from the palette and dropped on the canvas

Profile dependent dropdown cache

07 Jul 15:51
0260477
Compare
Choose a tag to compare

Features

  1. User Template menu dynamically updated when design saved as a template.
  2. Enable Read/Write menu item added to allow the user to switch a queried design to a writeable / deployable design.
  3. Update favicon.
  4. Add Double Click to resource Icon to Open/Close Properties.
  5. Add Config Select to main toolbar to allow selection of the connection where the dropdown data will be selected from. In addition accessible Regions for the Connection profile will be selected.
  6. Add Region select to main toolbar.
  7. Cache Dropdown data & Region data per connection profile within the browsers local storage to improve performance.
  8. Add clear Dropdown Data cache to force refresh of cached data.
  9. Add Target selector to restrict palette based on chosen deployment target. This is early work preparing for the PCA release / Terraform cli.
  10. Add cd3=true URL parameter to enable import of CD3 spreadsheet.

Bug Fixes

  1. Correctly generate DHCP Options for VCN Default generated resource.
  2. Resolve issue with Private Endpoint Label not being specified for ADB.
  3. Fix FLASK_APP definition for Vagrant flask.service.

Patch for Loadbalancers

01 Jul 12:16
c761ecb
Compare
Choose a tag to compare

Bug Fixes

  1. Fix issue with Terraform generation of Loadbalancers where the subnet ids were not being added to the resource.

Analytics Instance Resource & Read Only for queried designs

16 Jun 11:10
f5eaf2a
Compare
Choose a tag to compare

Features

  1. Json View to allow user to see model.
  2. Updated Explorer View Side Panel.
  3. Analytics Instance Resource.
  4. Queried components are marked as Read Only and will generate Terraform Data commands rather than Resource statements.
  5. Sort Tabular View Tabs alphabetically.
  6. View select list added to the header.
  7. Mark top level Compartment on New Diagram as "Deployment Compartment" for new designs to indicate that it will not be created but just represents the root compartment where the resources will be created.

Bug Fixes

  1. GitHub Issue #316 : OKIT attempts to add defined_tags to oci_core_network_security_group_security_rule
  2. Remove spurious variables.
  3. Fix invalid local dchp variable name when not using default.
  4. Resolve space in output variable name.

Updated OCI Icons and Relationship View

26 May 08:52
9c5e12c
Compare
Choose a tag to compare

Features

  1. Add DHCP Options Resource.
  2. Update OCI Instance installation to include additional IDCS Steps
  3. Add Relationship View to show a force layout of connections between OCI resources.
  4. Move Resource Documentation to Notes tab on the property sheet rather than inline property allowing larger editor.
  5. Switch VCN to use multiple CIDR Blocks rather than just the single CIDR Block.
  6. Allow users to specify which Route Table / Security List / Dhcp Option is the default for a VCN.
  7. Update Icons to latest versions.
  8. Upgrade JQuery to 3.6.0

Bug Fixes

  1. Resolve issue where region was not being passed to Instance Principal queries.
  2. GitHub Issue #315: Query for sub-compartments adds "/" to name
  3. Resolve issue where fast discovery was not returning DbHome & DbNode for ExaCC.
  4. Fix issue with display when Subnet has a Security list that is no longer in the model.

ExaCC Query / Display

05 May 09:26
ad37537
Compare
Choose a tag to compare

Features

  1. Ability to query / Display ExaCC configuration, this is a query only feature allowing for display and generation of documentation.

Bug Fixes

  1. GitHub Issue #304 : documentation/Installation.md contains reference to dev branches.
  2. GitHub Issue #269 : Internal Server Error.
  3. Instance primary vnic hostname_label access key error.
  4. Update Fast Discovery to retrieve detailed MySqlDatabase information.

OKIT Cli for generating svg

14 Apr 15:28
bce0b6a
Compare
Choose a tag to compare

Features

  1. Add Command line svg generation based on the ".okit" file format. The okit-cli will allow the user to convert an OKIT ".json" file to the upcomming ".okit" file and subsequently generated an .svg file.
  2. Change default Query to normal query rather than fast discovery and allow user to select "Fast Discovery" from the Query dialog when in developer mode.

Bug Fixes

  1. Add code to check that the required elements are returned from a Fast Discovery query before attempting to use them.

Resolve Run Failure

24 Mar 15:49
4e0775d
Compare
Choose a tag to compare

Resolve the issue with the gunicorn config directory not being linked correctly when using docker build from github

OCI Instance Authentication

24 Mar 12:00
a73e1df
Compare
Choose a tag to compare

Release that provides the ability to add OCI base authentication to OKIT running within an OCI Instance thus protecting Web Based access. The Instances access to OCI Query etc is still controlled via Instance Principal functionality.

Features

  1. Add OCI console Authentication when running OKIT server within an OCI instance. This still requires Instance Principal but secures the OKIT designer pages.
  2. Enhancement request: Show block volume attachments to instances in the tabular view (Issue #265)
  3. Add Freeform Tag "OKITStack" to OKIT Generated Resource Manager Stacks

Bug Fixes

  1. Description of SecList rules in OKIT is not transferred to the actual deployment in the Resource Mgr (Issue #272).
  2. Cost estimation shows "Updated" and "OKIT version" as first 2 lines (Issue #270).
  3. Validation issue: should not be able to choose Logical Volume Management when provisioning a RAC db in DBCS (Issue #271).
  4. Add validation for IPSec DRG / CPE & Remote Peering DRG