Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed May 1, 2019
1 parent 1c3e33a commit 387edd0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

This file is used to list changes made in each version of the jenkins cookbook.

## 7.0.0 (2019-04-30)

- Require Chef 13 or later - [@Stromweld](https://github.com/Stromweld)
- Do not quote boolean parameters in the job resource - [@mbaitelman](https://github.com/mbaitelman)
- Resolve ProviderNotFound error in jenkins_view resource - [@eitoball](https://github.com/eitoball)
- Support installation on Debian 9 - [@mattray](https://github.com/mattray)
- Wire up JENKINS_ENABLE_ACCESS_LOG to attributes in the config - [@mattray](https://github.com/mattray)
- Fix the executor to -auth instead of --username, --password on the Jenkins CLI - Jakob Pfeiffer
- JNLP slave is configured to not use all the groups of the jenkins user - [@jonathanan](https://github.com/jonathanan)
- Update plugin resource to work with newer versions of Jenkins which handles dependencies and removes need for additional plugin method. This deprecated the install_deps property previously required - [@Stromweld](https://github.com/Stromweld)

## 6.2.1 (2018-11-14)

- @josh-barker entirely rewrote our test suites. Suites have been consolidated, everything now passes, and all validation is performed with all new InSpec tests. Thanks Josh for this massive improvement.
- Fix bug when remote plugin is not found in plugin universe
- Fix bug when remote plugin is not found in plugin universe
- Fix broken delete action for jnlp slave
- Fix cloning resources attributes for/var/lib/jenkins
- Set httpKeepAliveTimeout to 5 minutes so that connections are not closed too early
Expand Down Expand Up @@ -67,7 +78,7 @@ This file is used to list changes made in each version of the jenkins cookbook.

## 5.0.2 (2017-06-14)

- Fix regex for falling back to anonymous for failed authentication
- Fix regex for falling back to anonymous for failed authentication

## 5.0.1 (2017-05-01)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs and configures Jenkins CI master & slaves'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '6.2.1'
version '7.0.0'

recipe 'jenkins::master', 'Installs a Jenkins master'

Expand Down

0 comments on commit 387edd0

Please sign in to comment.