Skip to content

Releases: oracle/weblogic-image-tool

WebLogic Image Tool 1.11.1

02 Mar 18:50
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Workaround for Docker build bug where previous layer cannot be found.
    • Omit WDT binary copy statement in Aux image build when WDT source directory is empty.
  • Replaced warning message IMG-0099 with a simpler info message to avoid user confusion with patch versioning.
  • Added additional retry logic for retrieving Oracle patches.

WebLogic Image Tool 1.11.0

31 Jan 16:07
Compare
Choose a tag to compare

Additional features in this release:

  • Added the ability to create Auxiliary images with or without the WDT installer. --wdtVersion=none will skip the WDT install.
  • Added automatic patching for OPSS within FMW and upper stack products when using --recommendedPatches.
  • Added automatic patching for OWSM within FMW and upper stack products when using --recommendedPatches.
  • Added automatic patching for JDBC within all WLS and upper stack products when using --recommendedPatches.
  • Added automatic patching for Oracle included third party patches within all FMW and upper stack products when using --recommendedPatches.
  • Added automatic patching for Oracle RDA within all WLS and upper stack products when using --recommendedPatches.

WebLogic Image Tool 1.10.1

23 Dec 15:55
Compare
Choose a tag to compare

ALERT: Oracle OPatch intends to remove the usage of the recommended flag such that only the latest version is "recommended". After the removal of that flag occurs, previous versions of the Image Tool will no longer be able to find the "recommended" OPatch version to download. This release, 1.10.1, selects the latest version of OPatch when applying patches and does not depend on the recommended flag.

Additional features in this release:

  • Added support for Alpine images in createAuxImage.
  • Added support for both uppercase and lowercase proxy environment variables.

Bugs addressed in this release:

  • Added check to creation of Auxiliary image for existence of users and groups in BusyBox type images.
  • Fixed bug preventing the environment variable no_proxy from being passed to the container build step.
  • The oracle group will always be added to the OS groups during a create to allow images to be extended with domains using the defaults when the original image was created with different OS group using --chown.
  • Selection of the OPatch version to use based on the ARU recommended flag was removed at the request of the Oracle OPatch team.

WebLogic Image Tool 1.10.0

22 Nov 16:49
Compare
Choose a tag to compare

Additional features in this release:

Bugs addressed in this release:

  • Command line interface was updated to PicoCLI 4.6.1 to address several CLI bugs.
  • Improved OPatch patch selection to be more resilient when downloading and selecting OPatch updates from Oracle.

WebLogic Image Tool 1.9.18

07 Oct 19:54
Compare
Choose a tag to compare

Additional features in this release:

  • Added --target feature to allow the user to choose the expected environment. Currently, the options are the default (Kubernetes/Docker), and OpenShift, but allows room for additional environments. This change reverts domain directory permissions back to their original security permissions. Any domain created with this tool using the default settings will use the default umask 027 defined in WLS. Using the --target OpenShift will override that default and use group=user for all domain directory permissions. Additionally, --target OpenShift will change the default for --chown to "oracle:root".

Bugs addressed in this release:

  • Corrected hardcoded createDomain command when running WDT.

WebLogic Image Tool 1.9.17

02 Sep 16:40
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Trim strings wrapped in quotes provided on the command line, in case the shell used did not trim.
  • Improved error message when first command line argument was invalid.

WebLogic Image Tool 1.9.16

13 Aug 23:38
Compare
Choose a tag to compare

Additional features in this release:

  • INSPECT image now contains the Operating System ID, Name, and Version.
  • Added support for the OID installer.

Bugs addressed in this release:

  • Conceal the HTTP/S proxy values from any logging when a credential is found in the URL.
  • Fixed an issue that caused the Stack Patch Bundle to be treated as a normal patch.
  • Fixed an issue with UPDATE that prevented patching when unknown products were installed in the Oracle Home.
  • Corrected the location of the beforeWdtCommand hook to after the WDT installer is extracted.
  • Corrected INSPECT to use JAVA_HOME instead of PATH for reporting on the installed Java version.

WebLogic Image Tool 1.9.15

12 Jul 18:48
Compare
Choose a tag to compare

Additional features in this release:

  • Added recommendedPatches support for all supported products in update command.

Bugs addressed in this release:

  • Added patches skip for update command where only WDT commands were specified. This allows update to run on 12.2.1.4 quick-slim installs when no patching is required.
  • Fixed regression that caused update to fail when existing WDT installs were already present.

WebLogic Image Tool 1.9.14

06 Jul 18:19
Compare
Choose a tag to compare

Additional features in this release:

  • Improved output format for inspect image.
  • latestPSU and recommendedPatches now applies to all products installed in the Oracle Home (not just WLS/FMW).

Bugs addressed in this release:

  • Fixed bug that prevented patching WLS 14.1.1 installs with the latest recommended patches.
  • All "255" return codes were corrected to return "1" and not "255" or -1.

WebLogic Image Tool 1.9.13

15 Jun 20:57
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for the Oracle MFT product.
  • Added support for WDT tar.gz installer.
  • CREATE can now use existing WLS Docker images as the base (--fromImage).

Bugs addressed in this release:

  • Fixed bug with patching B2B product.
  • Fixed issue blocking proxies with authentication providers.
  • Corrected directory permissions of the domain parent directory when using model-only. (user and group writable)