From 4f91046aa143b0a90cccf2d31c4da1ef61eaada7 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Mon, 19 Dec 2022 09:15:52 +0000 Subject: [PATCH] Fix markdown Signed-off-by: Dan Webb --- CHANGELOG.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d583e41d..e8a213cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,8 +61,8 @@ 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 @@ -523,22 +523,22 @@ This file is used to list changes made in each version of the jenkins cookbook. - 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