Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 19, 2022
1 parent 9a53ba5 commit 4f91046
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4f91046

Please sign in to comment.