Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
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
WebLogic Image Tool 1.11.11
What's Changed
Additional Features
- Added ODI stand-alone installer by @chaitanyamoger in #441
Bug Fixes
- Updated microdnf command line for use with linux 9 which does not assume yes by default by @ddsharpe in #434
- Updated WebLogic Server product list to include the new Middleware Common Libraries product for patches and PSUs.
Full Changelog: release-1.11.10...release-1.11.11
WebLogic Image Tool 1.11.10
What's Changed
Bug Fixes
- update Slack URL by @rosemarymarano in #418
- Update SECURITY.md by @spavlusieva in #424
- Fix, exit code was zeroed out when cleanup operations failed by @ddsharpe in #427
Full Changelog: release-1.11.9...release-1.11.10
WebLogic Image Tool 1.11.9
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
What's Changed
Additional Features
Bug Fixes
- fix broken links by @rosemarymarano in #401
- Bump picocli from 4.6.3 to 4.7.0 by @dependabot in #398
- Bump checkstyle from 10.3.4 to 10.4 by @dependabot in #397
- Bump maven-install-plugin from 3.0.1 to 3.1.0 by @dependabot in #403
- Bump checkstyle from 10.4 to 10.5.0 by @dependabot in #404
- Bump fluent-hc from 4.5.13 to 4.5.14 by @dependabot in #405
- Bump annotations from 23.0.0 to 23.1.0 by @dependabot in #407
- Bump httpmime from 4.5.13 to 4.5.14 by @dependabot in #406
- Add libnsl OS package to images in support of ADR and FMW Control by @ddsharpe in #409
Full Changelog: release-1.11.7...release-1.11.8
WebLogic Image Tool 1.11.7
What's Changed
Additional Features
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
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:
WebLogic Image Tool 1.11.5
Bugs addressed in this release:
- Print file path that could not be copied (#388)
WebLogic Image Tool 1.11.4
Bugs addressed in this release:
- Fixed invalid output for INSPECT of Oracle Linux images. Missing comma in JSON, OS object.