Skip to content

Releases: oracle/weblogic-image-tool

WebLogic Image Tool 1.11.9

05 Jan 20:07

Choose a tag to compare

What's Changed

Bug Fixes

  • Only validate user credentials if there are patches involved by @ddsharpe in #410
  • Compare ARU product version numerically to ensure latest OPatch version is selected by @ddsharpe in #412

Full Changelog: release-1.11.8...release-1.11.9

WebLogic Image Tool 1.11.8

12 Dec 19:43

Choose a tag to compare

What's Changed

Additional Features

  • Add support for the Oracle HTTP Server installer by @ddsharpe in #402

Bug Fixes

Full Changelog: release-1.11.7...release-1.11.8

WebLogic Image Tool 1.11.7

03 Nov 15:19

Choose a tag to compare

What's Changed

Additional Features

  • Added additional build command hook, initial-build-commands by @ddsharpe in #400

Bug Fixes

  • Handle patches where versions of the patch are cancelled or incorrectly marked in ARU by @ddsharpe in #399

Full Changelog: release-1.11.6...release-1.11.7

WebLogic Image Tool 1.11.6

26 Oct 15:10

Choose a tag to compare

Additional features in this release:

  • Allow setting of the container build engine through an environment variable, WLSIMG_BUILDER. by @tbarnes-us in #393

Bugs addressed in this release:

  • Ignore Coherence feature pack patch when recommended by ARU. by @ddsharpe in #395

WebLogic Image Tool 1.11.5

16 Sep 19:56

Choose a tag to compare

Bugs addressed in this release:

  • Print file path that could not be copied (#388)

WebLogic Image Tool 1.11.4

29 Aug 19:43

Choose a tag to compare

Bugs addressed in this release:

  • Fixed invalid output for INSPECT of Oracle Linux images. Missing comma in JSON, OS object.

WebLogic Image Tool 1.11.3

26 Aug 19:07

Choose a tag to compare

Bugs addressed in this release:

  • Fixed a bug in REBASE (wdtModelOnly) that prevented the copy of the contents of $WDT_HOME.
  • Bumped several third party dependencies to pickup security fixes.
  • Removed dependency on org.json third party library.

WebLogic Image Tool 1.11.2

24 Jun 15:01

Choose a tag to compare

Bugs addressed in this release:

  • Added more HTTP retry logic to increase reliability of fetching data from Oracle servers.
  • Fixed permissions on WDT logs folder with --target=OpenShift

WebLogic Image Tool 1.11.1

02 Mar 18:50

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

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.