summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2016-11-10 13:59:46 -0500
committerGitHub <noreply@github.com>2016-11-10 13:59:46 -0500
commit49f445ac20517241baaae6885448bce507b731b5 (patch)
tree3aa30d38271ec50214e317f389689ac09c2d5853
parent264ba17ebcb9210bfb309fcd6e1f6b33323506e0 (diff)
parentc91b50b4bae6ba303b42a427c85fdef3c8e362ba (diff)
downloadchef-49f445ac20517241baaae6885448bce507b731b5.tar.gz
Merge pull request #5534 from chef/td/disable-changelog-generator
Disable the automatic changelog generation
-rw-r--r--CHANGELOG.md71
-rwxr-xr-xci/version_bump.sh1
2 files changed, 1 insertions, 71 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abb0277103..e0eba70575 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,72 +1,3 @@
-This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef)
-
-## [12.17.3](https://github.com/chef/chef/tree/12.17.3) (2016-11-10)
-[Full Changelog](https://github.com/chef/chef/compare/chef-server-package...12.17.3)
-
-**Implemented enhancements:**
-
-- Yum: Purge yum cache before deleting repo config [\#5509](https://github.com/chef/chef/pull/5509) ([iancward](https://github.com/iancward))
-- Core: improve readability of property-resource namespace collision exception message [\#5500](https://github.com/chef/chef/pull/5500) ([lamont-granquist](https://github.com/lamont-granquist))
-- Omnibus: Pull in Ohai 8.21.0 and other new deps [\#5499](https://github.com/chef/chef/pull/5499) ([tas50](https://github.com/tas50))
-- Core: Add deprecations to Data Collector run completion messages [\#5496](https://github.com/chef/chef/pull/5496) ([adamleff](https://github.com/adamleff))
-- Core: add attribute\_changed hook to event handlers [\#5495](https://github.com/chef/chef/pull/5495) ([lamont-granquist](https://github.com/lamont-granquist))
-- Knife: Add the `--field-separator` flag to knife show commands [\#5489](https://github.com/chef/chef/pull/5489) ([tduffield](https://github.com/tduffield))
-- Core: Enable Signed Header Auth for Data Collector, and Configure the Data Collector Automatically [\#5487](https://github.com/chef/chef/pull/5487) ([danielsdeleo](https://github.com/danielsdeleo))
-- Core: set use\_inline\_resources in package superclass [\#5483](https://github.com/chef/chef/pull/5483) ([lamont-granquist](https://github.com/lamont-granquist))
-- Knife: Implement `--config-option` CLI opt for knife [\#5469](https://github.com/chef/chef/pull/5469) ([danielsdeleo](https://github.com/danielsdeleo))
-- Core: remove dependency on Chef.run\_context global state [\#5464](https://github.com/chef/chef/pull/5464) ([lamont-granquist](https://github.com/lamont-granquist))
-- HTTP: Rebuild HTTP headers on each retried request [\#5462](https://github.com/chef/chef/pull/5462) ([sds](https://github.com/sds))
-- Omnibus: update openssl to 1.0.2j to address vulnerabilities [\#5448](https://github.com/chef/chef/pull/5448) ([chilicheech](https://github.com/chilicheech))
-- Core: make delayed\_action argument mandatory, remove misleading ivar introduced in PR that added delayed\_action [\#5446](https://github.com/chef/chef/pull/5446) ([lamont-granquist](https://github.com/lamont-granquist))
-- Core: add delayed\_action to the Chef::Resource API [\#5443](https://github.com/chef/chef/pull/5443) ([lamont-granquist](https://github.com/lamont-granquist))
-- Core: pass new\_resource to edit\_resource through instance\_exec [\#5441](https://github.com/chef/chef/pull/5441) ([lamont-granquist](https://github.com/lamont-granquist))
-- Core: Adding support for rfc 62 exit code 213 [\#5428](https://github.com/chef/chef/pull/5428) ([jeremymv2](https://github.com/jeremymv2))
-- kinfe ssh: use the command line prompt for sudo if set [\#5427](https://github.com/chef/chef/pull/5427) ([lamont-granquist](https://github.com/lamont-granquist))
-- Mac: ensure launchd's start\_calendar\_interval gets valid settings [\#5422](https://github.com/chef/chef/pull/5422) ([thommay](https://github.com/thommay))
-
-**Fixed bugs:**
-
-- Prevent apt\_update failures on non-Linux platforms [\#5524](https://github.com/chef/chef/pull/5524) ([tas50](https://github.com/tas50))
-- Enable data collector w/o token for solo, but require explicit URL [\#5511](https://github.com/chef/chef/pull/5511) ([danielsdeleo](https://github.com/danielsdeleo))
-- Core: Ensure that the sensitive property is correctly accessed [\#5508](https://github.com/chef/chef/pull/5508) ([axos88](https://github.com/axos88))
-- Core: Include chef/chef\_class in Chef::REST for method log\_deprecation [\#5504](https://github.com/chef/chef/pull/5504) ([smalltown](https://github.com/smalltown))
-- Knife: Updating knife ssl fetch to correctly store certificate when it does not have a CN [\#5498](https://github.com/chef/chef/pull/5498) ([tyler-ball](https://github.com/tyler-ball))
-- Knife: Fixed knife download cookbooks issue which used to corrupt the certificate files each time the command was fired. [\#5494](https://github.com/chef/chef/pull/5494) ([Aliasgar16](https://github.com/Aliasgar16))
-- Solaris: Properly check lock status of users on solaris2 [\#5486](https://github.com/chef/chef/pull/5486) ([tduffield](https://github.com/tduffield))
-- Solaris: Fix IPS package must create symlinks to package commands [\#5485](https://github.com/chef/chef/pull/5485) ([jaymalasinha](https://github.com/jaymalasinha))
-- SVN Provider: convert svn\_password to property + make sensitive \(partial fix\) [\#5471](https://github.com/chef/chef/pull/5471) ([lamont-granquist](https://github.com/lamont-granquist))
-- Cron Provider: Eliminate crontab rewrite that happens with every chef-client run [\#5466](https://github.com/chef/chef/pull/5466) ([pwalz](https://github.com/pwalz))
-- Knife: Fix deprecation warning when creating data bag items [\#5463](https://github.com/chef/chef/pull/5463) ([thommay](https://github.com/thommay))
-- User Provider: Fix home folder comparison [\#5452](https://github.com/chef/chef/pull/5452) ([phene](https://github.com/phene))
-- Core: require the event\_dispatch dsl in chef\_class [\#5451](https://github.com/chef/chef/pull/5451) ([chilicheech](https://github.com/chilicheech))
-- Windows: Fixed double quotes issue in powershell\_out [\#5430](https://github.com/chef/chef/pull/5430) ([NimishaS](https://github.com/NimishaS))
-- User provider: Fix manage\_home provider inconsistency for Mac and FreeBSD providers [\#5423](https://github.com/chef/chef/pull/5423) ([lamont-granquist](https://github.com/lamont-granquist))
-- Revert "Handling double quotes in powershell\_out" [\#5420](https://github.com/chef/chef/pull/5420) ([mwrock](https://github.com/mwrock))
-- Core: Fix for "Chefspec template rendering fails when cookbook\_name != directory name" [\#5417](https://github.com/chef/chef/pull/5417) ([lamont-granquist](https://github.com/lamont-granquist))
-- User provider: Fix solaris handling for useradd -m/-M behavior [\#5408](https://github.com/chef/chef/pull/5408) ([coderanger](https://github.com/coderanger))
-
-**Closed issues:**
-
-- windows\_service should be able to install if missing [\#5530](https://github.com/chef/chef/issues/5530)
-- Unable to bootstrap a new node [\#5528](https://github.com/chef/chef/issues/5528)
-- Output from `client.rb` doesn't get logged to the log file. [\#5526](https://github.com/chef/chef/issues/5526)
-- Default config file drive on windows doesn't support non-system drive installations [\#5477](https://github.com/chef/chef/issues/5477)
-- chef-solo logs error and cancels recipe run when creating directory on remote node [\#5470](https://github.com/chef/chef/issues/5470)
-- yum\_repository: cache should be purged before repository config file is deleted [\#5459](https://github.com/chef/chef/issues/5459)
-- Solaris IPS packages are missing some symlinks found in the pre-IPS packages [\#5458](https://github.com/chef/chef/issues/5458)
-- Release chef-config 12.15.19 [\#5449](https://github.com/chef/chef/issues/5449)
-- chef 12.15 breaks mutability of the node object [\#5447](https://github.com/chef/chef/issues/5447)
-- User resource fails with "usermod: no flags given" [\#5444](https://github.com/chef/chef/issues/5444)
-- ohai mount size bug with duplicate mount points [\#5442](https://github.com/chef/chef/issues/5442)
-- Accumulator Patterns as Resources are still Somewhat Unsatisfying [\#5438](https://github.com/chef/chef/issues/5438)
-- Is chef server able to be deployed in a relative url? [\#5437](https://github.com/chef/chef/issues/5437)
-- Chef encountered an error attempting to create the client WITH \[\[Scalr\]\] [\#5435](https://github.com/chef/chef/issues/5435)
-
-**Merged pull requests:**
-
-- Windows: search for config on same drive as executable location [\#5478](https://github.com/chef/chef/pull/5478) ([jkerry](https://github.com/jkerry))
-- Mac: Ensure that launchd limit\_load\_to\_session\_type is properly handled [\#5424](https://github.com/chef/chef/pull/5424) ([erikng](https://github.com/erikng))
-
## [v12.16.42](https://github.com/chef/chef/tree/v12.16.42) (2016-11-04)
[Full Changelog](https://github.com/chef/chef/compare/v12.15.19...v12.16.42)
@@ -1335,4 +1266,4 @@ of partial templates.
* Windows package type should be a symbol (Fixes #1997)
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
diff --git a/ci/version_bump.sh b/ci/version_bump.sh
index 5526f7b725..00d5e70fce 100755
--- a/ci/version_bump.sh
+++ b/ci/version_bump.sh
@@ -7,6 +7,5 @@ export LANG=en_US.UTF-8
. ci/bundle_install.sh
bundle exec rake version:bump
-bundle exec rake changelog:update
git checkout .bundle/config