Releases: oracle/weblogic-deploy-tooling
Releases · oracle/weblogic-deploy-tooling
WebLogic Deploy Tooling 1.9.18
Additional features in this release:
- User can create a folder in the archive to store custom files like application config, see #944
- Allow passwords to be passed by file or environment variables, see #961
- Global role discovery added to
discoverDomain, see #822
Bugs addressed in this release:
- Fixed bug that prevented modification of the security Adjudicator configuration, see #970.
- Allow online updates where the application configuration has a relative source path, see #931
- Converted shell scripts to Bourne style to avoid Bash issues on different platforms.
- Fixed bug where ServerFailureTrigger was not created when configuration folder was empty, see #990
WebLogic Deploy Tooling 1.9.17
Additional features in this release:
- Added support for SubDeployment configuration at the application level.
- Added discovery of online workmanager attributes.
- Changed
compareModelto keep and return original attributes for applications and libraries when only the source path differs. This ensures that undeploy and later deploy work as intended.
Bugs addressed in this release:
- Fixed issue where applyJRF was failing during domain creation on WebLogic 11g (10.3.6).
- Fixed issue preventing staging mode for an application or library from getting set during deploy or redeploy.
- Fixed bug in error messages 05026 and 05029 to present valid options to choose.
- Fixed issue preventing listen port in the server template from getting set.
- Fixed issue preventing
DatasourceForAutomaticMigrationfrom being set to null for a cluster. - Fixed derivation of Kubernetes replicas value to check both DynamicClusterSize and MaximumDynamicServerCount for dynamic clusters.
- Fixed discovery of
Machinein Servers for online discovery. - Corrected default for RotateLogOnStartup for online discovery of WebServer Log configuration.
- Fixed issue with
prepareModelwhere values in the variables file were overwritten when a corresponding@@PROP: key@@token was found in the model.
WebLogic Deploy Tooling 1.9.16
Additional features in this release:
validateModelnow supports multiple variable files.
Bugs addressed in this release:
- Fixed issue that prevented Plan files from being included in the archive zip.
- Fixed issue preventing JMS Server
PersistentStorefrom being discovered. - Avoid checking ServerTemplate and MigratableTarget MBeans for deletion in older WLS versions
- Changed default behavior for
updateDomainwhere an application in the model has the same SourcePath as what is already deployed (same physical location). When the paths are identical,updateDomainwill redeploy the application where it was previously skipped because no file hash could be determined for before versus after.
WebLogic Deploy Tooling 1.9.15
Additional features in this release:
- Updated
-target vzto use VerrazzanoWebLogicWorkload in the Verrazzano application YAML.
Bugs addressed in this release:
- Fixed
-targetfile generation, some output files were not generated in certain cases. - Avoid generating k8s secret script when not using
-target. - Fixed bug with encoding/encryption of new user passwords for WLS embedded LDAP.
- Fixed problems with model copying and output for WLS 14.1.x (Jython 2.7.x)
WebLogic Deploy Tooling 1.9.14
Additional features in this release:
- Added target configuration option to provide JSON output for
discoverDomainandprepareModel. prepareModelis now idempotent and can be re-run multiple times on the same model.- NOTE: The domain resource filename for
discoverDomainandprepareModelwhen using-target vzor-target wkohas changed tovz-application.yamlandwko-domain.yaml, respectively.
Bugs addressed in this release:
- Fixed bug with nested security groups.
- Fixed bug for groups with spaces in the name.
- Fixed bug for users without groups.
- Fixed bug that created boot.properties files for default managed servers that were deleted.
WebLogic Deploy Tooling 1.9.13
Additional features in this release:
- Enhanced
compareModeltool to compare security providers. - Altered output of
extractDomainResourceto default to the replicas count specified in the model for all clusters.
Bugs addressed in this release:
- Corrected scripts to allow for spaces in file paths.
- Fixed issue with RCU prefixes where lowercase and uppercase names were not matched correctly.
WebLogic Deploy Tooling 1.9.12
Bugs addressed in this release:
- Fixed an issue with referencing new LogFilter, XMLEntity Cache, and XML Registry top-level configurations from other topology entries. #872
- Fixed two issues with RCU Schema password update. #873 and #876
- Fixed an issue with @@env@@ model token. #874
- Bumped commons-io usage from 2.6 to 2.8. #876 and #877
WebLogic Deploy Tooling 1.9.11
Bugs addressed in this release:
- Fixed validate process to recognize float values as strings.
- Fixed JMS Server issue with jarray in store.
- Fixed issue with recognizing NodeManager properties user and password as credentials.
- Fixed discovery of SAFRemoteContext.
- Fixed discovery of ServerTemplate DataSource.
WebLogic Deploy Tooling 1.9.10
Bugs addressed in this release:
- For
-target, cleaned up cluster section if cluster list was empty. - Fixed bug when WLST attribute did not have an
isSetmethod. - Fixed issue that unnecessarily created
ServerTemplateentries for static clusters. - Improved error messages and error detection for ATP databases used with RCU.
- Fixed JSON parser when reading lower case boolean values.
WebLogic Deploy Tooling 1.9.9
Additional features in this release:
- Added domain source type to WebLogic Kubernetes Operator and Verrazzano generated models.
- Changed "rollback_changes" option to "cancel_changes" to make the option more intuitive to the reader.
- Allow discoverDomain to run without requiring an archive file to generate a model without capturing any binaries.
- Updated Verrazzano model generation to use the OAM specification.
Bugs addressed in this release:
- Compare tool should now keep the source path for apps and libraries if there are other changes.
- Fixed quoting in generated YAML for values that have newlines (like Notes fields).
- Fixed ActiveType values for identity asserters in online discover.
- Fixed bug with true/false string conversion to boolean values.
- Improved performance by avoiding second deployment pass for clusters and servers.
- Changed
chownin the Dockerfile sample to match changes in published Oracle WebLogic Server images.