This file is used to list changes made in each version of the jetty cookbook.
- Deprecated the cookbook. See the readme for additional information
- Remove the cargo recipe. This was outside the scope of this cookbook
- Remove RHEL install support. This was entirely broken and we need to rethink how we do it. Expect this to be fixed in 1.0
- Fix port not being correctly templated in the jetty config
- Removed the auto password generation in the cargo recipe. Users should specify their own password vs. having Chef auto generate a password that is saved onto the node. This removes the need for the openssl cookbook.
- Removed duplicate platform specific node attributes
- Fixed the webxml template compilation
- Update another platform -> platform family
- Add RHEL derivatives to the metadata
- Use multipackage for package installs, which ups the minimum Chef release to 12.0 for this cookbook
- Use platform_family in the service setup and the package installation to better support RHEL and Debian derivatives
- Start / Enable the service after we template the configs to prevent starting up an unconfigured server and then instantly restarting it
- Fix attributes to use a proper platform family so they are correctly set based on platform family
- Add node['jetty']['install_java'] to control if java is installed via the java attribute or if the user manages java installs themselves. Defaults to true
- Test in Travis using kitchen-docker
- Fix node attribute level in the recipe to fix Chef 12 support
- Added gitignore and chefignore files
- Added Test Kitchen config
- Added Rubocop config
- Added Travis config
- Added Berksfile
- Updated Testing and Contributing docs
- Added maintainers.toml and maintainers.md files
- Added Gemfile with development dependencies
- Added Travis and cookbook version badges to the Readme
- Expanded the requirements section in the Readme
- Added a Rakefile for simplified testing
- Added issues_url and source_url to the metadata.rb
- Updated Opscode -> Chef Software
- Added basic Chefspec converge test
- Converted symbols to strings for Foodcritic
- Resolved all Rubocop warnings
- reverting OpenSSL module namespace change
- Updating to work with latest openssl cookbook
- [COOK-2964]: jetty cookbook has foodcritic failures
- [COOK-1434] - Add cargo remote deploy support