Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
WebLogic Image Tool 1.10.0
Additional features in this release:
- The new
createAuxImagefeature - documentation - Auxiliary images are very small images providing the WDT install files with WDT models, archives, and variables for WebLogic Kubernetes Operator - Auxiliary Images. - Deprecated Docker commands from 1.9.x were removed.
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
Additional features in this release:
- Added
--targetfeature 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 OpenShiftwill override that default and use group=user for all domain directory permissions. Additionally,--target OpenShiftwill change the default for--chownto "oracle:root".
Bugs addressed in this release:
- Corrected hardcoded createDomain command when running WDT.
WebLogic Image Tool 1.9.17
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
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
beforeWdtCommandhook 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
Additional features in this release:
- Added recommendedPatches support for all supported products in
updatecommand.
Bugs addressed in this release:
- Added patches skip for
updatecommand where only WDT commands were specified. This allowsupdateto run on 12.2.1.4 quick-slim installs when no patching is required. - Fixed regression that caused
updateto fail when existing WDT installs were already present.
WebLogic Image Tool 1.9.14
Additional features in this release:
- Improved output format for
inspectimage. latestPSUandrecommendedPatchesnow 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
Additional features in this release:
- Added support for the Oracle MFT product.
- Added support for WDT tar.gz installer.
CREATEcan 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
Additional features in this release:
- FMW Platform specific patches are now included in
--recommendedPatchesfor all WLS-based installer types. - Java Required Files specific patches are now included in
--recommendedPatchesfor 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
Additional features in this release:
- EXPERIMENTAL: introducing support for Podman option by using the
--builder podmanargument. - 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
--recommendedPatchesto reject Stack Bundle Patches zip. - Ensure that all images have
findinstalled. - Using UPDATE with newer versions of WDT should cleanup all cache/compiled class and py files.
WebLogic Image Tool 1.9.10
Change to handle new security for Oracle patch access.