Skip to content

Releases: oracle/weblogic-deploy-tooling

WebLogic Deploy Tooling Release 1.7.0

22 Jan 22:39
Compare
Choose a tag to compare

Additional features in this release:

  • Added support for WebLogic Kubernetes Operator with a new kubernetes section in the model
  • Updated YAML parser to allow more flexibility with comments in domain model
  • Use Jython directly for validateModel (performance improvement)
  • Automatically inject credential field values with variables when variable file is specified for discoverDomain
  • Added WebLogic user and password placeholders to discovered model
  • Allow applications in exploded format inside the model archive

Bugs addressed in this release:

  • Removed deprecated curly brace notation for variables in the model
  • Allow variable substitution in model lists fields
  • Fixed issue during domain discovery for paths in tokenized location such as domain home, Java Home, or Oracle Home
  • Error out discovery when target directory for archive file is not writable
  • Fixed issue with some Oracle Home files being added to the archive during discoverDomain
  • Fixed issue with multiple custom security providers
  • Fixed bug in YAML parser with comment lines causing false group end/start blocks

WebLogic Deploy Tooling Release 1.6.2

17 Dec 00:01
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Fixed issue with resolving property tokens in name fields when using WebLogic Server 14.1.1.0.0
  • Fixed sorting of generated property names in variable file during discoverDomain
  • Use value of variable_file argument for generated property file during discoverDomain
  • Improved validation and print-usage for domainInfo model section
  • Fixed problem updating ODL configuration with the deployApps tool
  • Removed trailing L from long values in property objects
  • Resolved ConcurrentModificationException when re-deploying applications

WebLogic Deploy Tooling Release 1.6.1

03 Dec 18:34
Compare
Choose a tag to compare

Bugs addressed in this release:

  • Fixed syntax error in Windows shell script for encryptModel
  • Fixed issue with model encryption when using online domain update
  • Fixed YAML model parser to allow names starting with digits

WebLogic Deploy Tooling Release 1.6.0

13 Nov 05:06
Compare
Choose a tag to compare

This release has several bug fixes.

Additional features in this release:

  • Added support for ODL configuration during create, update, or deploy (offline only)
  • Added ability for Discover tool to inject variable tokens into the model for password attributes (in place of --Fix Me -- placeholder)

Bugs addressed in this release:

  • improved handling of custom security provider during discovery of Custom Provider MBean

WebLogic Deploy Tooling Release 1.5.1

31 Oct 18:29
Compare
Choose a tag to compare

This release has several bug fixes.

Additional features in this release:

  • None

Bugs addressed in this release:

  • Fix for 10.3.6 domain discovery getting NameError in _get_mbean_interface
  • discoverDomain now discovers Domain name and adds it to the model
  • discoverDomain adds placeholders to the model in domainInfo for the WebLogic admin user credentials

WebLogic Deploy Tooling Release 1.5.0

23 Oct 19:22
Compare
Choose a tag to compare

This release has several new features and several bug fixes.

Additional features in this release:

  • Added support for WebLogic Server 14.1.1.0.0 BETA
  • Added a new command line option for finer-grained control of online updates, see -rollback_if_require_restart
  • Added support for multiple archive files for create/update/deploy (similar to multiple models feature)
  • Added discovery of domain setUserOverrides script(s) from the domain bin directory
  • Create/Update will extract setUserOverrides scripts from the archive into the target domain bin folder

Bugs addressed in this release:

  • Fixed issue with merging multiple models with variables (tokenized attribute names)
  • Fixed merging models with delete notations
  • Added validation errors and warnings to summary reports for discover, create, update, deploy tools.
  • Corrected Server attribute MaxParameterCount definition for differences between versions

WebLogic Deploy Tooling Release 1.4.0

17 Sep 19:56
Compare
Choose a tag to compare

This release has several new features and several bug fixes.

Additional features in this release:

  • Add support for embedded LDAP server configuration
  • Allow lax validation for command line validation tool. (-method lax)
  • Added option to specify OPSS wallet location for create
  • Added additional WLS 12.2.1.4 MBeans to server and server template folders

Bugs addressed in this release:

  • Info messages are no longer logged to stderr
  • Declare an error if top-level folder in model is invalid
  • Fixed problems with deployed application version naming
  • Fix online update problems with JTA migratable targets
  • Fix online update problems with dynamic clusters

WebLogic Deploy Tooling Release 1.3.0

27 Aug 22:13
Compare
Choose a tag to compare

This release has two new features and several bug fixes.

Additional features in this release:

  • Added support for the JMS load balancing enhancement in 12.2.1.4.
  • Add the ability to remove Servers, Datasources, and other named objects.

Bugs addressed in this release:

  • warning or error exit codes in Validate Tool
  • Fixed problem reading standard input from a file
  • Added MBean path to error message for WLST set
  • Changed shell script empty string checks
  • Fixed method name in custom folder helper
  • Changed build version to 12.2.1.3 in sample

WebLogic Deploy Tooling Release 1.2.0

14 Aug 22:15
Compare
Choose a tag to compare

This release has several new features and several bug fixes.

Additional features in this release:

  • Allow discovery of custom security MBeans
  • Add WebLogic Server XACML roles using the model
  • Set the OPSS password secret
  • Create boot.properties file during create, when not in production mode
  • Added support Ubuntu clients

Bugs addressed in this release:

  • Exclude zip directory entry from ATP wallet check
  • Exclude zip directory entry from OPSS wallet check
  • Check for arbitrary file overwrite vulnerability
  • Fix problems discovering Log attributes (PlatformLoggerLevels and LoggerSeverityProperties)
  • Fix targeting of server groups when no server groups present
  • Fix problems with dynamic cluster targeting
  • Updated sample to reference Oracle Container Registry

WebLogic Deploy Tooling Release 1.1.1

06 Jun 15:24
Compare
Choose a tag to compare

This release has two new features and several bug fixes. The release numbering was converted to three-digit Semantic Versioning for this release.

Additional features in this release:

  • Added support for multiple models for create, update, deploy, validate
  • Support custom extension templates

Bugs addressed in this release:

  • Use same password for all schema users during RCU create
  • Fixed naming problems in sample README
  • Clarified naming of tool arguments in tool scripts
  • Fixed tool scripts to work with Solaris awk command
  • Discover attributes not present in LSA map
  • Added targeting attribute to type definition to apply JRF (11g only)
  • Fixed online deploy and redeploy
  • Fixed update and discovery of cluster database-less leasing basis
  • Allow setting of domain archive configuration count for older WebLogic versions