Skip to content

Commit

Permalink
scratch! Try 3-space indent to satisfy mdlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored and ramereth committed Dec 25, 2022
1 parent 001bd39 commit a000687
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,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*

Expand Down Expand Up @@ -519,23 +519,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

Expand Down

0 comments on commit a000687

Please sign in to comment.