This file is used to list changes made in each version of the karaf cookbook.
- Add option to
karaf_bundle
to start the bundle after installation.
- Support for newer Karaf versions
- The automation using
bin/client
necessitated removing the user parameter. I think username karaf is used by default and is able to authenticate when its a local connection.
- The automation using
- The
client_user
parameter was removed from the following resources. It may be added back at some point. The previous bullet is the reason).karaf_bundle
karaf_feature
karaf_feature_repository
- Copy
karaf.service
to/etc/systemd/system
to prevent possible issues with using symlink.
- Add support for
systemd
service. - Tested many patch version increments for Karaf with varying results. Documented in README.md.
- Automatically add the
group
role to new groups.
- Add bundle install feature.
- Add retry logic around core installation steps
- Stabilizing race conditions with initial start and installing service-wrapper.
- Major update to use custom resource vs attribute-driven recipe
- Default install version to latest, 4.0.4
- Add support for customizing users and groups in
users.properties
- Fixed issue where the initial start of karaf would not start as the defined service_user, which could cause problems for subsequent starts as service_user.
- Add support for specifying user with which to run service
- Initial release of karaf