Releases: oracle/weblogic-image-tool
Releases · oracle/weblogic-image-tool
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.
WebLogic Image Tool 1.11.3
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
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