- #84 Prevent runtime failures after OSGi component state change (invalid response from AEM)
- CentOS/RHEL 6.x support restored
- Better Amazon Linux support
- Cleanup of SysVInit leftovers
- Chef 16.x support
- Older Chef Infra Client versions are no longer supported
- All references to
foodcritic
removed (deprecated, replaced bycookstyle
) - CentOS 6.x / SysVInit support removed
- Java cookbook pinned to 7.0.0 in
Berksfile
to enforce Oracle JDK compatibility cq_instance
definition converted into custom resource- Various code style fixes
- #75 RHEL/CentOS 8 Support
- #79 Update of Maven repository URL
- All crypto JAR regexes updated to keep things consistent
- Regex gruop removed, as full path to crypto JAR file is expected
- Crypto JAR regex fine-tuning
- Regex responsible for crypto JAR extraction updated to address AEM 6.1 regression
- Logging bugfix - incorrect reference to local variable
- #75 OSGi component validation fix
- #75 Pin version of multipart-post gem for backwards compatibility with pre 2.5 Ruby versions
- #68 New resource:
cq_start_guard
- #69
cq_start_guard
docs - #71 Documentation improvements
- #72 New resource:
cq_clientlib_cache
- #67 Amazon Linux support
- Bugfix in RHEL detection
- #66 systemd service (default on CentOS/RHEL 7)
- #66 Chef 13.x and 14.x support
- AEM 5.6.1 and 6.0.0 are no longer supported
- Git reference to CQ UNIX Toolkit cookbook was removed from
Berksfile
, as it is available on Supermarket now
First public release of CQ cookbook!
Supported AEM versions:
- AEM 5.6.1
- AEM 6.0.0
- AEM 6.1.0
- AEM 6.2.0
- AEM 6.3.0
- AEM 6.4.0
Supported operating systems:
- CentOS/RHEL 6.x
- CentOS/RHEL 7.x
Custom resources:
cq_package
cq_osgi_config
cq_osgi_bundle
cq_osgi_component
cq_user
cq_jcr
At the time of writing chef-client
12.20.3 is recommended. Official support
for 13.x and 14.x will be added in the upcoming releases.