Skip to content

Releases: oracle/weblogic-toolkit-ui

WebLogic Kubernetes Toolkit UI v1.7.2

24 Jul 20:11
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #299 - Added support for WDT online discovery features that allow the user to discover passwords, security provider
    data, and the OPSS domain encryption key wallet.

Bug Fixes

  • #298 - Fixed an issue that was causing the Prepare Model action to fail.

Known Issues

  • On Mac, the embedded version of WDT 4.1.0 does not include the jansi-2.4.1 JAR file that WDT's interactive Model Help
    tool requires due to an Apple requirement to sign the native code inside this third-party JAR file. User's can either
    install their own version of WDT or copy the jar file from another install if they really need to use it from the
    embedded location.
  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.7.1

28 Jun 18:45
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #297 - Removed the default value for the WebLogic Kubernetes Operator image tag so that the default image
    specified by the Helm chart is used.

Bug Fixes

  • #296 - Changed the API Group for traefik to be compatible with Traefik 3.0

Known Issues

  • On Mac, the embedded version of WDT 4.1.0 does not include the jansi-2.4.1 JAR file that WDT's interactive Model Help
    tool requires due to an Apple requirement to sign the native code inside this third-party JAR file. User's can either
    install their own version of WDT or copy the jar file from another install if they really need to use it from the
    embedded location.
  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.7.0

19 Apr 20:56
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #294 - Updated application to be compatible with WebLogic Deploy Tooling 4.x.

Bug Fixes

None

Known Issues

  • On Mac, the embedded version of WDT 4.1.0 does not include the jansi-2.4.1 JAR file that WDT's interactive Model Help tool requires due to an Apple requirement to sign the native code inside this third-party JAR file. User's can either install their own version of WDT or copy the jar file from another install if they really need to use it from the embedded location.
  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.6.3

19 Mar 21:55
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #293 - Updated Model Design View to use WebLogic Remote Console 2.4.8

Bug Fixes

None

Known Issues

  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.6.2

26 Feb 22:51
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #287 - Added support for WebLogic Kubernetes Operator domain specification's precreateService setting.

Bug Fixes

  • #286 - Fixed an issue related to SSL termination and pass through Ingress resource generation.

Known Issues

  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.6.1

20 Sep 22:58
Compare
Choose a tag to compare

Major New Features

None

Other Changes

None

Bug Fixes

  • #281 - Fixed issue with Ingress Controller shell script not using elif.
  • #282 - Fixed issue with busy dialog referencing "auxiliary image" while building a domain creation image.
  • #283 - Fixed a typo in the Verrazzano application page in its reference to the Manual Scaler trait.
  • #285 - Fixed issues with the Domain shell script when using JRF domains on a persistent volume.

Known Issues

  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.6.0

25 Jul 23:40
Compare
Choose a tag to compare

This release has major usability changes to clearly delineate the following use cases:

  • A project that contains a WDT model
  • A project that does not have a model but uses an "external image" that contains a model
  • A project with no model

When actions are not relevant to the use case, action buttons and Go menu items are hidden. When the project does
not contain a model, the Model page is disabled. When the project is using an external image that contains a model,
the user is allowed to specify the clusters, variable overrides, and secrets from this external model.

Major New Features

None

Other Changes

  • #250 - Changed domain spec default auxiliary image locations to align with those on the image page. This allows
    the user to switch back-and-forth between creating and using an auxiliary image without modifying location
    field values.
  • #251 - Added Inspect Image button to allow users to locate the WDT Model and Install Home locations in an external image.
  • #253 - Added support for SAML2 Data Initialization files to the Model Archive Editor.
  • #254, #255, #256, #258, #260, #265, #267 - Added support for WebLogic Kubernetes Operator 4.1.0 domain creation images.
  • #257 - Changed the action buttons and Go menu items to dynamically show/hide themselves based on the use case selected.
  • #259 - Added the ability to set domain-wide environment variables in the WebLogic Kubernetes Operator domain spec.
  • #268 - Reorganized the Secrets table to better support any extra secrets required by the model.
  • #270 - Added a warning for Verrazzano users using OKE Native Pod Networking.
  • #280 - Enhanced the Verrazzano Application page's Add Components dialog to allow multiple components to be selected at a time.

Bug Fixes

  • #261 - Fixed a bug with the Model Archive Editor that was preventing adding name-segregated entries from working correctly.
  • #262 - Fixed a bug related to getting the WebLogic Kubernetes Operator version when the logs were too large.
  • #264 - Fixed a bug that caused the Verrazzano installation to use the wrong Verrazzano Platform Operator URL in some cases.
  • #276 - Fixed a bug where the WebLogic Kubernetes Operator cluster resources were created after the domain resource, which
    resulted in a temporary error condition when the operator analyzed the domain. This fix results in the Code View
    showing the cluster resources before the domain resource.
  • #277 - Added a missing tooltip to the Verrazzano Application component's Ingress Trait Rules table Update URLs button
    to clarify that it should only be used after the application status is complete.
  • #279 - Fixed a bug that was causing the title of the Update URLs error dialog box to display the i18n key instead of the text.

Known Issues

  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.
  • Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
    applications. The Update URL button will only get information from the admin (i.e., local) cluster.

WebLogic Kubernetes Toolkit UI v1.5.3

31 May 16:22
Compare
Choose a tag to compare

Major New Features

None

Other Changes

  • #242 - Added initial (very minimal) internationalization support bundles.
  • #245 - Added an Ingress Controller Service Type field that can be used when installing an ingress controller to
    a Kubernetes cluster without a load balancer.

Bug Fixes

  • #241 - Fixed a bug with the WebLogic Image Tool's --wdtHome argument when it ended with weblogic-deploy.
  • #246 - Worked around a WebLogic Kubernetes Operator issue where the javaLoggingFileSizeLimit value was not working
    due to Helm issue 1707.
  • #247 - Fixed issue with Open Project when storing the credentials in the project and entering the wrong passphrase
    that was causing the UI to not allow re-opening the project.

Known Issues

  • In the Model Design View when creating an App Deployment or Shared Library, changing the Source field back to an empty value
    results in a bogus error message about not removing the deployment from the archive file. This error is harmless so simply
    dismiss the error dialog and continue.
  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multicluster installation.

WebLogic Kubernetes Toolkit UI v1.5.2

28 Mar 14:18
6f9f45f
Compare
Choose a tag to compare

Major New Features

None

Other Changes

None

Bug Fixes

  • #232 - Fixed an issue in the Verrazzano Application page where the component's Ingress Trait Rule destination names
    were not properly converted to legal Kubernetes names so that they would match the generated service names when the
    domain, cluster, or server names combinations had more than one disallowed characters in them.

Known Issues

  • In the Model Design View, changing the Source Path and Plan Path fields for existing App Deployments and Shared Libraries
    is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
    Model Editor and Archive Editor to make the appropriate changes.
  • In Model Design View, the Plan/Plan Path fields for App Deployments mistakenly allow you to select a directory. This is
    not valid and will result in an error. Please make sure to select a file for any deployment plan.
  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multi-cluster installation.

WebLogic Kubernetes Toolkit UI v1.5.1

27 Mar 15:43
4ff4eb2
Compare
Choose a tag to compare

Major New Features

None

Other Changes

None

Bug Fixes

  • #229 - Fixed issue in Domain resource generation on Windows inserting a path with Windows separators

Known Issues

  • In the Model Design View, changing the Source Path and Plan Path fields for existing App Deployments and Shared Libraries
    is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
    Model Editor and Archive Editor to make the appropriate changes.
  • In Model Design View, the Plan/Plan Path fields for App Deployments mistakenly allow you to select a directory. This is
    not valid and will result in an error. Please make sure to select a file for any deployment plan.
  • On Linux, the open and save dialogs open behind the main application window. This is due to
    Electron bug 32857.
  • When deploying a Verrazzano application, the Get Application Status button only checks the status of the project's
    Verrazzano component containing the WebLogic domain specification.
  • Verrazzano installation does not support a multi-cluster installation.