Skip to content

Releases: wcm-io-devops/ansible-aem-dispatcher

1.5.0

15 Feb 08:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

11 Mar 12:53
2dd3fcc
Compare
Choose a tag to compare

Added

  • Support for Debian 10 (buster)

Updated

  • The default AEM Dispatcher version is now 4.3.3
  • aem_dispatcher_libssl_version is now declared earlier to reduce complexity in the vars/ folder

Removed

  • Support for Debian 8 (jessie)

1.3.0

07 Aug 06:23
Compare
Choose a tag to compare

Updated

  • min_ansible_version is now 2.4
  • Optimized role dependency definition

Roles

name from to
wcm_io_devops.apache 3.0.3-1 3.1.0-1

Added

  • Introduced aem_dispatcher_dependency_apache in order to allow disabling of the Apache dependency in environments where Apache installation is done by a third party. See #15
    • Introduced aem_dispatcher_apache_server_root in order to overwrite the version specific apache server root

Fixed

  • Python 3 compatibility, see #13
  • S3 Download, see #14

1.2.0

09 Apr 12:03
ac3b2a9
Compare
Choose a tag to compare

Updated

  • Default aem_dispatcher_version to 4.3.2

Fixed

  • aem_dispatcher_libssl_path for Ubuntu distributions

1.1.0

03 Dec 12:26
Compare
Choose a tag to compare

Updated

  • migrated from include to include_tasks
  • increased min_ansible_version to 2.4
  • Updated default aem_dispatcher_version to 4.2.3

Roles

name from to
wcm_io_devops.apache 3.0.0-1 3.0.3-1

Fixed

  • Galaxy lint issues

1.0.0

27 Aug 15:38
Compare
Choose a tag to compare

Added

  • introduced aem_dispatcher_port
  • introduced aem_dispatcher_port_ssl
  • introduced aem_dispatcher_maven_repository_username
  • introduced aem_dispatcher_maven_repository_password
  • introduced aem_dispatcher_libssl_version
  • Debian Strech Support

Removed

Updated

  • renamed role from aem-dispatcher to wcm_io_devops.aem_dispatcher

Variable renamings

from to
dispatcher_version aem_dispatcher_version
dispatcher_ssl_support aem_dispatcher_ssl_support
dispatcher_download_path aem_dispatcher_download_path
dispatcher_tarball_name aem_dispatcher_tarball_name
dispatcher_tarball_sha1 aem_dispatcher_tarball_sha1
dispatcher_install_source aem_dispatcher_install_source
dispatcher_url aem_dispatcher_url
dispatcher_url_username aem_dispatcher_url_username
dispatcher_url_password aem_dispatcher_url_password
dispatcher_s3_bucket aem_dispatcher_s3_bucket
dispatcher_s3_object aem_dispatcher_s3_object
dispatcher_s3_access_key aem_dispatcher_s3_access_key
dispatcher_s3_secret_key aem_dispatcher_s3_secret_key
dispatcher_mvn_coordinates aem_dispatcher_maven_repository_coordinates
dispatcher_libssl_path aem_dispatcher_libssl_path
dispatcher_module_path aem_dispatcher_module_path

Variable values

  • changed value of aem_dispatcher_install_source from nexus to maven_repository when installing dispatcher from a maven repository

Dependencies

  • changed dependency geerlingguy.apache to wcm_io_devops.apache

Pre-Release 0.9.0

14 Dec 13:31
Compare
Choose a tag to compare
Pre-Release 0.9.0 Pre-release
Pre-release

Initial (pre-)release in preparation of 1.0.0