diff --git a/CHANGELOG.md b/CHANGELOG.md index 289aec90a..19d0cec35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,11 +50,11 @@ This file is used to list changes made in each version of the jenkins cookbook. ### Breaking Changes / Deprecations - `jenkins_jnlp_slave`: - - Renamed `runit_groups` property to `service_groups` - - New service created -- old Runit service will need manual cleanup + - Renamed `runit_groups` property to `service_groups` + - New service created -- old Runit service will need manual cleanup - `jenkins::_master_war`: - - New service created -- old Runit service will need manual cleanup + - New service created -- old Runit service will need manual cleanup ## 8.2.3 - *2021-03-25* @@ -511,23 +511,22 @@ This file is used to list changes made in each version of the jenkins cookbook. - Move testing instructions into contribution guidelines - Remove old TODO file - Refactor attributes into semantic groupings and namespaces - - - `jenkins.cli` has been removed - - `jenkins.java_home` has been changed to `jenkins.java` and accepts the full path to the java binary, not the JAVA_HOME - - `jenkins.iptables_allow` has been removed - - `jenkins.mirror` -> `jenkins.master.mirror` - - `jenkins.executor` created - - `jenkins.executor.timeout` created - - `jenkins.executor.private_key` created - - `jenkins.executor.proxy` created - - `jenkins.master` created and only refers to the Jenkins master installation - - `jenkins.master.source` created to refer to the full URL of the war download - - `jenkins.master.jvm_options` created - - `jenkins.master.jenkins_args` added - - `jenkins.master.url` -> `jenkins.master.endpoint` - - `jenkins.master.log_directory` created - - `jenkins.node` attributes have all been removed - - `jenkins.server` attributes have all been removed + - `jenkins.cli` has been removed + - `jenkins.java_home` has been changed to `jenkins.java` and accepts the full path to the java binary, not the JAVA_HOME + - `jenkins.iptables_allow` has been removed + - `jenkins.mirror` -> `jenkins.master.mirror` + - `jenkins.executor` created + - `jenkins.executor.timeout` created + - `jenkins.executor.private_key` created + - `jenkins.executor.proxy` created + - `jenkins.master` created and only refers to the Jenkins master installation + - `jenkins.master.source` created to refer to the full URL of the war download + - `jenkins.master.jvm_options` created + - `jenkins.master.jenkins_args` added + - `jenkins.master.url` -> `jenkins.master.endpoint` + - `jenkins.master.log_directory` created + - `jenkins.node` attributes have all been removed + - `jenkins.server` attributes have all been removed - Removed Chef MiniTest handler