Skip to content

Releases: oracle/weblogic-image-tool

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)

WebLogic Image Tool 1.9.12

29 Apr 23:48
Compare
Choose a tag to compare

Additional features in this release:

  • FMW Platform specific patches are now included in --recommendedPatches for all WLS-based installer types.
  • Java Required Files specific patches are now included in --recommendedPatches for all FMW-based installer types.

Bugs addressed in this release:

  • Increased the default version of HTTP retries to 10 to improve reliability with retrieving patch information from Oracle.

WebLogic Image Tool 1.9.11

26 Apr 14:15
Compare
Choose a tag to compare

Additional features in this release:

  • EXPERIMENTAL: introducing support for Podman option by using the --builder podman argument.
  • Added support for Operator Model in Image (WDT model only) to REBASE.
  • Added support for the Oracle B2B installer.
  • EXPERIMENTAL: introduced a new tool, INSPECT, to query the contents of an image created by the Image Tool.

Bugs addressed in this release:

  • Enhanced --recommendedPatches to reject Stack Bundle Patches zip.
  • Ensure that all images have find installed.
  • Using UPDATE with newer versions of WDT should cleanup all cache/compiled class and py files.

WebLogic Image Tool 1.9.10

15 Mar 13:44
Compare
Choose a tag to compare

Change to handle new security for Oracle patch access.

WebLogic Image Tool 1.9.9

04 Mar 20:46
Compare
Choose a tag to compare

Additional features in this release:

  • Added --force option to cache addInstaller and addPatch commands.
  • Changed repository for default oraclelinux base image to GitHub Container Repository.
  • Added support for new web gate on Oracle patching server.

WebLogic Image Tool 1.9.8

11 Feb 21:42
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for modelHome and domainHomeSourceType in generated WDT files.
  • Added support for Docker BuildKit (All Dockerfile FROM blocks were changed to lower-case).

Bugs addressed in this release:

  • Added handling for OPatch releases when multiple OPatch releases are recommended by Oracle.
  • Fixed bug preventing JDeveloper PSU releases from being included in --recommendedPatches.
  • Updated Mustache dependency to 0.9.7.

WebLogic Image Tool 1.9.7

16 Dec 20:57
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for Oracle Linux 8-slim (removed locale reference and added findutils and diffutils packages).
  • Included PSU overlay with security patches in --recommendedPatches.
  • Added jq package to all images for use with the next WebLogic Kubernetes Operator release.

Bugs addressed in this release:

  • Fixed bug that did not allow for base images to have pre-created /u01 folder.
  • Improved patch version resolution. Patches without version information (the trailing _12.2.1.3.xxxx), should correctly resolve to the installer version (or the PSU version, if the PSU is being applied).

WebLogic Image Tool 1.9.6

03 Dec 16:38
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for the user to add custom OS packages to AdditionalBuildCommands.
  • Added support for strict ordering to patch application, when patches need to be applied one at a time and in order (FMW).

Bugs addressed in this release:

  • Fixed issue with new OPatch release, Image Tool reports multiple versions of OPatch patch.
  • Fixed issue with COPY on older versions of Docker.
  • Fixed issue where OPatch patch was not always detected on the --patches input argument.