Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
WebLogic Image Tool 1.14.2
What's Changed
Bug Fixes
- Added product code for patching so that all newly created middleware images would get the recommended fix for WLS cloning in the Oct CPU.
- Added JRF product code to OHS patch recommendations.
Full Changelog: release-1.14.1...release-1.14.2
WebLogic Image Tool 1.14.1
What's Changed
Bug Fixes
- Fixed bug where lack of architecture in cache entry prevented patch selection.
- For cache addPatch, corrected the format validation test for patch IDs with the architecture suffix.
Full Changelog: release-1.14.0...release-1.14.1
WebLogic Image Tool 1.14.0
What's Changed
Additional Features
- Cached patches can now be differentiated by architecture, like ARM64 and AMD64.
- Support added for ARM-based patch recommendations.
- Inspect Image now reports the operating system architecture in the container image.
Other Changes
- The container image build will use the local architecture as the default. This is the same behavior as Docker and Podman.
OHS_DB19
was removed from the image types.OHS
with DB 12 is no longer supported. TheOHS
type now includes DB19 by default.
Full Changelog: release-1.13.4...release-1.14.0
WebLogic Image Tool 1.13.4
What's Changed
Bug Fixes
- CLI
inspect ... --patches
was not showing the last patch in the lsinventory list due to a regex bug.
Other
- Product OHS_DB19 filters recommended patches that are applicable to Database version 19. This release changed the filtering to skip filtering for PSU overlays where security patch names do not always match the DB19 naming convention.
Full Changelog: release-1.13.3...release-1.13.4
WebLogic Image Tool 1.13.3
What's Changed
Bug Fixes
- When OpenShift is the target, allow group write file permission on $OH/cfgtoollogs and $OH/inventory/locks/oh.lock.
- Fixed multiple issues with building OHS images with recommended patches.
- Corrected: The Oracle name of the JRF component was changed in the Oracle patching system which was preventing Image Tool from discovering one of the recommended patches for WLS infrastructure.
Other
- Removed cache.dir from the cache/.metadata file.
- Updated third party dependencies.
Full Changelog: release-1.13.2...release-1.13.3
WebLogic Image Tool 1.13.2
What's Changed
Additional Features
- Added the ability to override the default OS packages when building a new image, see
WLSIMG_OS_PACKAGES
on the Configuration page of the User Guide.
Full Changelog: release-1.13.1...release-1.13.2
WebLogic Image Tool 1.13.1
What's Changed
Bug Fixes
- Fixed bug in Dockerfile created in release 1.13.0 when non-zip installers were used.
Full Changelog: release-1.13.0...release-1.13.1
WebLogic Image Tool 1.13.0
What's Changed
Additional Features
- New command line option to build an alternate platform target,
--platform
. For example, you can now build anamd64
platform from anarm64
host, and vice versa. - It is now possible to build OHS images with the DB19 client. To do so, you must first download and cache the DB19 installer from patch 34761383 as
--type DB19
.
Bug Fixes
- Fixed outdated Sonar build to use JDK17. Distribution build uses JDK11 with JDK8 compatibility.
Full Changelog: release-1.12.2...release-1.13.0
WebLogic Image Tool 1.12.2
What's Changed
Bug Fixes
- When using Auxilliary images with OpenShift, ensure group permissions match user permissions for all files and directories created in the Aux image.
- Corrected internal product list for OHS installs in order to get correct patches for OHS with recommendedPatches.
Full Changelog: release-1.12.1...release-1.12.2
WebLogic Image Tool 1.12.1
What's Changed
Additional Features
- Copying files into a container image using
--additionalBuildFiles
tries to maintain file attributes of the original file. - Added a new option to pass additional command line options to the container build engine (docker/podman). Options after
--
in the imagetool CLI will be passed as-is to the build engine.
Bug Fixes
- Allow spaces in WDT file names for models, variables, and archives.
Full Changelog: release-1.11.11...release-1.12.1