knife-spork 1.7.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +35 -35
  3. data/lib/chef/knife/spork-bump.rb +100 -100
  4. data/lib/chef/knife/spork-check.rb +165 -161
  5. data/lib/chef/knife/spork-databag-create.rb +54 -54
  6. data/lib/chef/knife/spork-databag-delete.rb +51 -51
  7. data/lib/chef/knife/spork-databag-edit.rb +54 -54
  8. data/lib/chef/knife/spork-databag-fromfile.rb +88 -88
  9. data/lib/chef/knife/spork-delete.rb +132 -132
  10. data/lib/chef/knife/spork-environment-check.rb +90 -90
  11. data/lib/chef/knife/spork-environment-create.rb +63 -63
  12. data/lib/chef/knife/spork-environment-delete.rb +38 -38
  13. data/lib/chef/knife/spork-environment-edit.rb +40 -40
  14. data/lib/chef/knife/spork-environment-fromfile.rb +46 -46
  15. data/lib/chef/knife/spork-info.rb +34 -34
  16. data/lib/chef/knife/spork-node-create.rb +41 -41
  17. data/lib/chef/knife/spork-node-delete.rb +41 -41
  18. data/lib/chef/knife/spork-node-edit.rb +48 -48
  19. data/lib/chef/knife/spork-node-fromfile.rb +46 -46
  20. data/lib/chef/knife/spork-node-runlistadd.rb +51 -51
  21. data/lib/chef/knife/spork-node-runlistremove.rb +44 -44
  22. data/lib/chef/knife/spork-node-runlistset.rb +44 -44
  23. data/lib/chef/knife/spork-omni.rb +112 -112
  24. data/lib/chef/knife/spork-promote.rb +197 -197
  25. data/lib/chef/knife/spork-role-create.rb +46 -46
  26. data/lib/chef/knife/spork-role-delete.rb +50 -50
  27. data/lib/chef/knife/spork-role-edit.rb +40 -40
  28. data/lib/chef/knife/spork-role-fromfile.rb +65 -65
  29. data/lib/chef/knife/spork-upload.rb +151 -151
  30. data/lib/chef/knife/spork-version.rb +12 -12
  31. data/lib/knife-spork.rb +3 -3
  32. data/lib/knife-spork/plugins.rb +27 -27
  33. data/lib/knife-spork/plugins/campfire.rb +219 -219
  34. data/lib/knife-spork/plugins/eventinator.rb +329 -329
  35. data/lib/knife-spork/plugins/foodcritic.rb +46 -46
  36. data/lib/knife-spork/plugins/git.rb +393 -399
  37. data/lib/knife-spork/plugins/graphite.rb +25 -25
  38. data/lib/knife-spork/plugins/grove.rb +167 -167
  39. data/lib/knife-spork/plugins/hipchat.rb +171 -171
  40. data/lib/knife-spork/plugins/influxdb.rb +28 -28
  41. data/lib/knife-spork/plugins/irccat.rb +332 -332
  42. data/lib/knife-spork/plugins/jabber.rb +133 -133
  43. data/lib/knife-spork/plugins/plugin.rb +117 -117
  44. data/lib/knife-spork/plugins/rubocop.rb +56 -56
  45. data/lib/knife-spork/plugins/slack.rb +125 -125
  46. data/lib/knife-spork/plugins/statusnet.rb +122 -122
  47. data/lib/knife-spork/runner.rb +342 -342
  48. data/lib/knife-spork/version.rb +5 -5
  49. metadata +4 -51
  50. data/.gitignore +0 -21
  51. data/.ruby-gemset +0 -1
  52. data/.ruby-version +0 -1
  53. data/.travis.yml +0 -3
  54. data/CHANGELOG.md +0 -445
  55. data/Gemfile +0 -3
  56. data/README.md +0 -544
  57. data/Rakefile +0 -35
  58. data/knife-spork.gemspec +0 -28
  59. data/plugins/Campfire.md +0 -43
  60. data/plugins/Eventinator.md +0 -30
  61. data/plugins/Foodcritic.md +0 -53
  62. data/plugins/Git.md +0 -53
  63. data/plugins/Graphite.md +0 -30
  64. data/plugins/Grove.md +0 -31
  65. data/plugins/HipChat.md +0 -69
  66. data/plugins/Influxdb.md +0 -25
  67. data/plugins/Irccat.md +0 -50
  68. data/plugins/Jabber.md +0 -61
  69. data/plugins/README.md +0 -70
  70. data/plugins/Rubocop.md +0 -110
  71. data/plugins/Slack.md +0 -48
  72. data/plugins/StatusNet.md +0 -41
  73. data/plugins/Template.md +0 -34
  74. data/spec/spec_helper.rb +0 -10
  75. data/spec/test_helpers.rb +0 -46
  76. data/spec/unit/fixtures/config/spork-config.yml +0 -1
  77. data/spec/unit/fixtures/cookbooks/example/metadata.rb +0 -8
  78. data/spec/unit/fixtures/environments/example.json +0 -12
  79. data/spec/unit/fixtures/knife.rb +0 -6
  80. data/spec/unit/fixtures/test_client.pem +0 -27
  81. data/spec/unit/spork_bump_spec.rb +0 -75
  82. data/spec/unit/spork_info_spec.rb +0 -40
  83. data/spec/unit/spork_promote_spec.rb +0 -77
  84. data/spec/unit/spork_upload_spec.rb +0 -46
@@ -1,5 +1,5 @@
1
- module KnifeSpork
2
- module Version
3
- VERSION = "1.7.2"
4
- end
5
- end
1
+ module KnifeSpork
2
+ module Version
3
+ VERSION = "1.7.3"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-spork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Cowie
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-08-03 00:00:00.000000000 Z
12
+ date: 2020-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -120,16 +120,7 @@ executables: []
120
120
  extensions: []
121
121
  extra_rdoc_files: []
122
122
  files:
123
- - ".gitignore"
124
- - ".ruby-gemset"
125
- - ".ruby-version"
126
- - ".travis.yml"
127
- - CHANGELOG.md
128
- - Gemfile
129
123
  - LICENSE
130
- - README.md
131
- - Rakefile
132
- - knife-spork.gemspec
133
124
  - lib/chef/knife/spork-bump.rb
134
125
  - lib/chef/knife/spork-check.rb
135
126
  - lib/chef/knife/spork-databag-create.rb
@@ -176,32 +167,6 @@ files:
176
167
  - lib/knife-spork/plugins/statusnet.rb
177
168
  - lib/knife-spork/runner.rb
178
169
  - lib/knife-spork/version.rb
179
- - plugins/Campfire.md
180
- - plugins/Eventinator.md
181
- - plugins/Foodcritic.md
182
- - plugins/Git.md
183
- - plugins/Graphite.md
184
- - plugins/Grove.md
185
- - plugins/HipChat.md
186
- - plugins/Influxdb.md
187
- - plugins/Irccat.md
188
- - plugins/Jabber.md
189
- - plugins/README.md
190
- - plugins/Rubocop.md
191
- - plugins/Slack.md
192
- - plugins/StatusNet.md
193
- - plugins/Template.md
194
- - spec/spec_helper.rb
195
- - spec/test_helpers.rb
196
- - spec/unit/fixtures/config/spork-config.yml
197
- - spec/unit/fixtures/cookbooks/example/metadata.rb
198
- - spec/unit/fixtures/environments/example.json
199
- - spec/unit/fixtures/knife.rb
200
- - spec/unit/fixtures/test_client.pem
201
- - spec/unit/spork_bump_spec.rb
202
- - spec/unit/spork_info_spec.rb
203
- - spec/unit/spork_promote_spec.rb
204
- - spec/unit/spork_upload_spec.rb
205
170
  homepage: https://github.com/jonlives/knife-spork
206
171
  licenses:
207
172
  - GPL
@@ -221,20 +186,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
186
  - !ruby/object:Gem::Version
222
187
  version: '0'
223
188
  requirements: []
224
- rubyforge_project:
225
- rubygems_version: 2.7.6
189
+ rubygems_version: 3.1.2
226
190
  signing_key:
227
191
  specification_version: 4
228
192
  summary: A workflow plugin to help many devs work with the same chef repo/server
229
- test_files:
230
- - spec/spec_helper.rb
231
- - spec/test_helpers.rb
232
- - spec/unit/fixtures/config/spork-config.yml
233
- - spec/unit/fixtures/cookbooks/example/metadata.rb
234
- - spec/unit/fixtures/environments/example.json
235
- - spec/unit/fixtures/knife.rb
236
- - spec/unit/fixtures/test_client.pem
237
- - spec/unit/spork_bump_spec.rb
238
- - spec/unit/spork_info_spec.rb
239
- - spec/unit/spork_promote_spec.rb
240
- - spec/unit/spork_upload_spec.rb
193
+ test_files: []
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- .project
7
- Gemfile.lock
8
- InstalledFiles
9
- _yardoc
10
- coverage
11
- doc/
12
- lib/bundler/man
13
- pkg
14
- rdoc
15
- spec/reports
16
- test/tmp
17
- test/version_tmp
18
- tmp
19
- .idea
20
- checksums
21
- *.swp
@@ -1 +0,0 @@
1
- knife-spork
@@ -1 +0,0 @@
1
- ruby-2.4.0
@@ -1,3 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2
@@ -1,445 +0,0 @@
1
- ## 1.7.2 (3rd August 2018)
2
-
3
- Bugfixes:
4
-
5
- - Fix issues handling an array of environment paths. (Thanks to miroswan https://github.com/jonlives/knife-spork/pull/223)
6
-
7
-
8
- ## 1.7.1 (17th November 2017)
9
-
10
- Bugfixes:
11
-
12
- - Fixes to gemspec fields
13
-
14
-
15
- ## 1.7.0 (12th October 2017)
16
-
17
- Features:
18
-
19
- - Rubocop plugin now supports cookstyle (thanks to timurb https://github.com/jonlives/knife-spork/pull/211)
20
- - Spork info will now dump config as yml (Thanks to jeunito https://github.com/jonlives/knife-spork/pull/215)
21
- - Spork promote will now prefer the environment path passed in on the command line (Thanks to shoekstra https://github.com/jonlives/knife-spork/pull/216)
22
- - Add knife spork version command (Thanks to jeunito https://github.com/jonlives/knife-spork/pull/217)
23
-
24
- Bugfixes:
25
-
26
- - Fix error with Chef server when uploading cookbook with no deps (Thanks to timurb https://github.com/jonlives/knife-spork/pull/210)
27
- - Fix unclear error when trying to promote a non-existant cookbook (Thanks to timurb https://github.com/jonlives/knife-spork/pull/213)
28
-
29
- ## 1.6.3(12th December, 2016)
30
-
31
- Features:
32
-
33
- - Added commands to delete cookbooks (Thanks to kdaniels https://github.com/jonlives/knife-spork/pull/205)
34
-
35
-
36
- ## 1.6.2(13th June, 2016)
37
-
38
- Features:
39
-
40
- - Search for spork config file in .chef directory under current working dir (Thanks to jgoulah https://github.com/jonlives/knife-spork/pull/203)
41
-
42
- Bugfixes:
43
-
44
- - Typo fix in documentation (Thanks to @gregkare https://github.com/jonlives/knife-spork/pull/199)
45
-
46
- ## 1.6.1(18th August, 2015)
47
-
48
- Bugfixes:
49
-
50
- - Fix bug in automatic bump command when cookbook name is single quoted in metadata.rb
51
-
52
- ## 1.6.0(18th August, 2015)
53
-
54
- Features:
55
-
56
- - Optionally print a link to a gist of change diffs on the command line in addition to in plugin notifications (https://github.com/jonlives/knife-spork/issues/183
57
- - Display a warning when deleting a role currently in use by nodes on the Chef server (https://github.com/jonlives/knife-spork/issues/184)
58
- - Spork bump will now bump in the current directory if no cookbook name is specified and metadata.rb is found (https://github.com/jonlives/knife-spork/issues/186)
59
- - Spork promote now prompts for confirmation if a newer version of a cookbook exists on the server than the one being promoted (Thanks to @chazzle https://github.com/jonlives/knife-spork/pull/188)
60
- - Significantly refactored git plugin, now supporting optional automatic commit & push (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/187)
61
-
62
-
63
- Bugfixes:
64
-
65
- - Correct parameter errors in Slack plugin README.md (Thanks to BarthV https://github.com/jonlives/knife-spork/pull/185)
66
- - Spork data bag from file now shows an error if data bag name is missed off (Thanks to @kdaniels https://github.com/jonlives/knife-spork/pull/190)
67
-
68
- ## 1.5.1(26th February, 2015)
69
-
70
- Bugfixes:
71
-
72
- - Fix 'undefined local variable' error in Hipchat plugin (Thanks to @danieleva https://github.com/jonlives/knife-spork/pull/177)
73
-
74
-
75
- ## 1.5.0(30th January, 2015)
76
-
77
- Features:
78
-
79
- - InfluxDB Plugin added (Thanks to @vic3lord https://github.com/jonlives/knife-spork/pull/167)
80
- - Add gist & diff behavior to the Hipchat plugin (Thanks to @danieleva https://github.com/jonlives/knife-spork/pull/153)
81
- - Optional config flag to enforce that role files share the same name as the role they contain (Thanks to @nishansubedi https://github.com/jonlives/knife-spork/pull/152)
82
- - Add optional --cookbook-path flag to Spork Promote (Thanks to @bcandrea https://github.com/jonlives/knife-spork/pull/169)
83
- - Add --cookbook-path option to spork promote command (Thanks to @bcandrea https://github.com/jonlives/knife-spork/pull/169)
84
- - Add verification check to environment create commadn when environment already exists (https://github.com/jonlives/knife-spork/issues/171)
85
- - Add save_environment_locally_on_create option to have environment create command save a local copy of the environment file (https://github.com/jonlives/knife-spork/issues/172)
86
- - Lazily load Berkshelf to improve overall knife performance (Thanks to @lamont-granquist https://github.com/jonlives/knife-spork/pull/158)
87
-
88
- Bugfixes:
89
-
90
- - Add cookbook name metadata field to test cookbook (Thanks to @jdmundrawala https://github.com/jonlives/knife-spork/pull/162)
91
- - Add missing require statements to fix specs running against Chef 12 (Thanks to @jdmunrawala https://github.com/jonlives/knife-spork/pull/163)
92
- - Fix issues with the slack plugin (Thanks to @therobot https://github.com/jonlives/knife-spork/pull/160)
93
- - Fix issue with knife spork omni and skip_berkshelf option when Berkshelf not installed (Thanks to @ctrlok https://github.com/jonlives/knife-spork/pull/168)
94
- - Fix yajl error on missing environment files (Thanks to @oker1 https://github.com/jonlives/knife-spork/pull/165)
95
- - Fix for changed constant name from Yaj to FFI_Yajl in Chef 12 (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/154)
96
- - Fix Spork DataBag Create to handle specifying a data bag item name too (https://github.com/jonlives/knife-spork/issues/156)
97
-
98
-
99
- ## 1.4.2(3rd November, 2014)
100
-
101
- Features:
102
-
103
- - Improve error messages when uploading invalid JSON (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/151)
104
- - Allow an optional comma delimited set of environments to be passed to spork promote (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/148)
105
- - Add support for rubocop >= 0.23.0 in RuboCop plugin (Thanks to @dwradcliffe https://github.com/jonlives/knife-spork/pull/147)
106
- - Relax foodcritic version requirement from ~> 3.0.0 to >= 3.0.0 (Thanks to @dwradcliffe https://github.com/jonlives/knife-spork/pull/146)
107
- - Slack plugin now supports adding images in messages (Thanks to @ctrlok https://github.com/jonlives/knife-spork/pull/144)
108
- - Git plugin can now optionally commit and push on changes (Thanks to @jeunito https://github.com/jonlives/knife-spork/pull/124)
109
-
110
- Bugfixes:
111
-
112
- - Fix custom plugin loading on Window (Thanks to @carpnick https://github.com/jonlives/knife-spork/pull/150)
113
- - Fix config loading in CookbookUploader under Chef 12 (Thanks to @jordane https://github.com/jonlives/knife-spork/pull/149)
114
- - Do not attempt to load Berksfile if not present (Thanks to @redondos https://github.com/jonlives/knife-spork/pull/142)
115
-
116
- ## 1.4.1 (21st August, 2014)
117
-
118
- Bugfixes:
119
-
120
- - Fix bug with preserving constraint operators on new cookbooks (https://github.com/jonlives/knife-spork/issues/139)
121
-
122
-
123
- ## 1.4.0 (21st August, 2014)
124
-
125
- Bugfixes:
126
-
127
- - Fix bug with preserve_constraint_operators functionality (https://github.com/jonlives/knife-spork/issues/131)
128
- - Fix incorrect data bag banner message (Thanks to @jperry https://github.com/jonlives/knife-spork/pull/119)
129
- - Fix error when calculating environment path when "cookbooks" occurs in cookbook_path outside of the last position (https://github.com/jonlives/knife-spork/issues/137)
130
- - Fix spelling error in README (Thanks to @jrwesolo https://github.com/jonlives/knife-spork/pull/136)
131
-
132
- Features:
133
-
134
- - Hipchat plugin now supports custom server URL and API version (Thanks to @hrak https://github.com/jonlives/knife-spork/pull/135)
135
- - Slack plugin (Thanks to @chrisferry https://github.com/jonlives/knife-spork/pull/134)
136
- - Rubocop plugin (Thanks to @chazzly https://github.com/jonlives/knife-spork/pull/120)
137
- - Add skip_berkshelf flag to allow Berkshelf operations to be skipped even when Berkshelf is loaded (https://github.com/jonlives/knife-spork/issues/138)
138
-
139
-
140
- ## 1.3.4 (2nd June, 2014)
141
-
142
- Bugfixes:
143
-
144
- - Fix incorrect endpoint in spork environment check (Thanks to @jperry https://github.com/jonlives/knife-spork/pull/128)
145
-
146
- ## 1.3.3 (23rd May, 2014)
147
-
148
- Features:
149
-
150
- - Added new preserve_constraint_operators config flag to make spork promote preserve existing version constraint operators (https://github.com/jonlives/knife-spork/issues/101)
151
- - Have runner check Chef::Config for environment_path (Thanks to @cstewart87 https://github.com/jonlives/knife-spork/pull/114)
152
- - Have spork check autobump when -y option given (Thanks to @slingcode https://github.com/jonlives/knife-spork/pull/108)
153
- - Add ability to pass options to JSON.pretty_generate (Thanks to @halcyonCorsair https://github.com/jonlives/knife-spork/pull/105)
154
- - Spork check environment command to validate constraints specified in environments (Thanks to @jperry https://github.com/jonlives/knife-spork/pull/115)
155
-
156
- Bugfixes:
157
-
158
- - Fix exception when trying to load non existent role or env from file (Thanks to @jperry https://github.com/jonlives/knife-spork/pull/116)
159
- - Fix incorrect error message when uploading frozen cookbook (https://github.com/jonlives/knife-spork/issues/117)
160
- - Fix invalid API endpoint in cookbook upload check when environment specified in knife.rb (https://github.com/jonlives/knife-spork/issues/106)
161
-
162
- ## 1.3.2 (5th Feb, 2014)
163
-
164
- Features:
165
-
166
- - Add spork environment commands (Thanks to @jperry https://github.com/jonlives/knife-spork/pull/102)
167
- - Berkshelf support for bump and check commands (Thanks to @poliva83 https://github.com/jonlives/knife-spork/pull/104)
168
-
169
- ## 1.3.1 (31st Dec, 2013)
170
-
171
- Features:
172
-
173
- - Add a cookbook_path option to spork bump (https://github.com/jonlives/knife-spork/issues/92)
174
- - Add config option to promote --remote by default (https://github.com/jonlives/knife-spork/issues/95)
175
-
176
- Bugfixes:
177
-
178
- - Fix issue with gist generation in the irccat plugin breaking when json diffs were incorrectly escaped ((https://github.com/jonlives/knife-spork/issues/97)
179
- - Fix issue with data bag upload when file path is specified (https://github.com/jonlives/knife-spork/issues/98)
180
-
181
- ## 1.3.0 (23rd October, 2013)
182
-
183
- Features:
184
-
185
- - Allow a custom plugin path to be specified in config to load additional plugins from (https://github.com/jonlives/knife-spork/issues/59)
186
- - Spork check will prompt for a bump if one is needed (https://github.com/jonlives/knife-spork/issues/82)
187
- - Spork omni command added to perform bump, upload and promote in a single step (https://github.com/jonlives/knife-spork/issues/49)
188
- - Spork role, data bag and node commands added (https://github.com/jonlives/knife-spork/issues/81)
189
-
190
- Bugfixes:
191
-
192
- - Remove legacy code referring to "promote all cookbooks" (https://github.com/jonlives/knife-spork/issues/76)
193
- - Fix incorrect cookbook version numbers in plugin output when -v used with promote (https://github.com/jonlives/knife-spork/issues/64)
194
- - Replaced monkeypatched Hash#diff with an hash_diff method to fix clashes with ActiveSupport deprecation warnings. (Thanks to @RSO: https://github.com/jonlives/knife-spork/pull/84)
195
- - Various fixes for Berkshelf issues (Thanks to @RSO and @sethvargo: https://github.com/jonlives/knife-spork/issues/73)
196
- - Fix load_from_berkshelf method to return a CookbookVersion object (Thanks to @hanskrueger https://github.com/jonlives/knife-spork/pull/90)
197
- - Fix foodcritic plugin to work properly with foodcritic > 3.0.0 (Thanks to @juliandunn https://github.com/jonlives/knife-spork/pull/94)
198
-
199
- ## 1.2.2 (10th Sept, 2013)
200
-
201
- Bugfixes:
202
-
203
- - Fix bug with promoting when environment groups are present (thanks to Jimmy Chao & Nik Keating - https://github.com/CaseCommonsDevOps)
204
-
205
- ## 1.2.1 (28th June, 2013)
206
-
207
- Bugfixes:
208
-
209
- - Fix potential error with environment_groups (thanks to Greg Karékinian - https://github.com/gkarekinian)
210
-
211
- ## 1.2.0 (28th June, 2013)
212
-
213
- Features:
214
-
215
- - StatusNet plugin (Thanks to Tomasz Napierala - https://github.com/zen)
216
- - GroveIO plugin (Thanks to Greg Karékinian - https://github.com/gkarekinian)
217
- - Configurable irccat message templates (Thanks to Tobias Schmidt - https://github.com/grobie)
218
- - Environment Groups - Spork Promote can update multitiple environments at once by specifying the environment group name. (Thanks to Pivotal Casebook - https://github.com/pivotal-casebook)
219
-
220
- Bugfixes:
221
-
222
- - Fix spork bump to not change quote style or whitespace (Thanks to Tobias Schmidt - https://github.com/grobie)
223
- - Correct Markdown formatting error (Thanks to Jeff Blaine - https://github.com/jblaine)
224
- - Fix pretty printing of environments (Thanks to Peter Schultz - https://github.com/pschultz)
225
-
226
- ## 1.0.17 (15th February, 2013)
227
-
228
- Bugfixes:
229
-
230
- - Fix git plugin to work nicely with Cygwin and its unpredictable exit codes
231
-
232
- ## 1.0.16 (13th February, 2013)
233
-
234
- Bugfixes:
235
-
236
- - Reverted broken foodcritic plugin to that in 1.0.14
237
-
238
- ## 1.0.15 (12th February, 2013)
239
-
240
- Bugfixes:
241
-
242
- - Fixed git plugin so that when working on a submodule, submodules will be git pulled from the parent repo instead
243
- - Fixed foodcritic plugin bug where certain tag formats weren't being passed through
244
-
245
- ## 1.0.14 (15th January, 2013)
246
-
247
- Features:
248
-
249
- - Campfire plugin changed to use campy gem (thanks to Seth Vargo)
250
- - Organization name now added to messages when present (thanks to Seth Vargo)
251
- - Berkshelf support now added (thanks to Seth Vargo)
252
-
253
- Bugfixes:
254
-
255
- - Promote won't try to create a version diff if there is no existing remote version (thanks to Seth Vargo)
256
-
257
- ## 1.0.13 (9th January, 2013)
258
-
259
- Features:
260
-
261
- - Made spork promote Use environment_path from spork config if it's set( thanks to Greg Karékinian - https://github.com/gkarekinian)
262
-
263
- ## 1.0.12 (22nd November, 2012)
264
- Bugfixes:
265
-
266
- - Fix bug where cookbook dependancy loading broke in older chef client versions as a result of a fix in 1.0.10
267
-
268
- ## 1.0.11 (22nd November, 2012)
269
-
270
- Yanked
271
-
272
- ## 1.0.10 (22nd November, 2012)
273
- Bugfixes:
274
-
275
- - Load all cookbook versions from remote server when checking dependencies (thanks to gmcmillan)
276
- - Fix case where git plugin would update a previously loaded cookbook, resulting in out of data metadata being used. (thanks to zsol)
277
-
278
- ## 1.0.9 (28th October, 2012)
279
- Features:
280
-
281
- - Jabber Plugin (thanks to Graham McMillan - https://github.com/gmcmillan)
282
-
283
- Bugfixes:
284
-
285
- - Fix exception when spork promote called with no arguments (thanks to Julian Dunn - https://github.com/juliandunn)
286
-
287
- ## 1.0.8 (25th September, 2012)
288
- Bugfixes:
289
-
290
- - Fix whitespace warnings which occur in the git plugin under Ruby 1.8
291
-
292
- ## 1.0.7 (25th September, 2012)
293
- Bugfixes:
294
-
295
- - Fix invalid syntax in Hipchat plugin
296
-
297
- ## 1.0.6 (25th September, 2012)
298
- Bugfixes:
299
-
300
- - Fix for disabling plugins when override config files are present
301
-
302
- ## 1.0.5 (24th September, 2012)
303
- Bugfixes:
304
-
305
- - Fixes for hipchat plugin
306
-
307
- ## 1.0.4 (14th September, 2012)
308
- Features:
309
-
310
- - Spork can now run command from any directory, not just the root of your chef repository.
311
-
312
- Bugfixes:
313
-
314
- - Fixed spork uploader to work more cleanly with 10.14.0 and greater
315
- - Spork bump will no longer throw errors when no cookbook name is specified
316
-
317
- ## 1.0.3 (10th September, 2012)
318
- Bugfixes:
319
-
320
- - Fix spork upload when using Chef 10.14.0
321
- - Optional config override for chef environment location (not documented in README until 1.0.4)
322
-
323
- ## 1.0.2 (28th August, 2012)
324
- Bugfixes:
325
-
326
- - Fix bug which caused plugin errors when no spork config file could be found
327
-
328
- ## 1.0.1 (27th August, 2012)
329
- Bugfixes:
330
-
331
- - Fix require error which broke spork on CentOS 5.6
332
-
333
- ## 1.0.0 (27th August, 2012)
334
- Features:
335
-
336
- - Major refactor (initial refactor: Seth Vargo)
337
- - Plugin API (Seth Vargo)
338
- - Added "spork info" command to show config hash and plugins status
339
- - Missing local / remote cookbook now handled nicely in spork check
340
- - Add "--fail" option to spork check to "exit 1" if check fails
341
- - Git plugin now uses git gem instead of shelling out
342
- - Confirmation check on promote if version jumps more than version_change_threshold
343
- - Thanks also to jperry, bethanybenzur and nickmarden for contributions submitted pre-refactor which have been included in one form or another.
344
-
345
-
346
-
347
- ## 0.1.11 (5th June, 2012)
348
- Features:
349
-
350
- - Hipchat Support (courtesy of Chris Ferry: @cdferry)
351
-
352
- Bugfixes:
353
-
354
- - Tweaks to spork bump to play nicely with x.x versions as well as x.x.x (courtesy of Russ Garrett: @russss)
355
-
356
- ## 0.1.10 (12th April, 2012)
357
- Features:
358
-
359
- - All spork plugins now support multiple cookbook paths
360
-
361
- Bugfixes:
362
-
363
- - Fixes to work with app_conf 0.4.0
364
-
365
- ## 0.1.9 (3rd April, 2012)
366
-
367
- Features:
368
-
369
- - Spork Promote will now git add updated environment files if git is enabled
370
- - Spork Promote will optionally revert local changes to environment files if multiple changes were detected.
371
- - Spork Bump will now perform a git pull and pull from submodules if git is enabled
372
- - Optional Foodcritic integration added for Spork Upload
373
- - ickymettle's Eventinator service now optionally supported
374
-
375
- Bugfixes:
376
-
377
- - Correct irccat alerts to not fire if cookbook upload fails
378
- - Code cleanup to remove unused Opscode code from Spork Upload
379
-
380
- ## 0.1.8 (21st February, 2012)
381
-
382
- Features:
383
-
384
- - Make promote --remote check if the correct version of the cookbook has been uploaded before updating the remote environment
385
-
386
- ## 0.1.7 (21st February, 2012)
387
-
388
- Bugfixes:
389
-
390
- - Make promote --remote work nicely when not run from chef repo root
391
-
392
- ## 0.1.6 (21st February, 2012)
393
- Features:
394
-
395
- - Spork Bump now defaults to "patch" if bump level not specified
396
- - Spork Promote will prompt for confirmation if you're about to promote --remote changes to any cookbooks *other* than the one you specified on the command line. This should help avoid accidentally over-writing someone elses changes.
397
- - Irccat messages now support multiple channels
398
- - During promote, if git pull fails, ie a merge conflict has arisen, the error will be shown and promote will exit.
399
- - Spork Promote will now also update git submodules before promoting. Specifically, it will run "git submodule foreach git pull"
400
- - Failures during "git add" on spork bumps have a more helpful error message
401
- - Irccat messages are now more nicely formatted and have pretty colours.
402
-
403
- Bugfixes:
404
-
405
- - Spork Promote will now work from anywhere in your chef repo, not just the repo root
406
-
407
- ## 0.1.5 (21st February, 2012)
408
-
409
- Yanked
410
-
411
- ## 0.1.4 (3rd February, 2012)
412
-
413
- Features:
414
-
415
- - Spork Check only show the last 5 remote versions, include the --all option if you want to see them all
416
- - Spork will no longer work with Ruby 1.8. If you're on that version, the plugin will bail immediately.
417
- - Spork now support updating a graphite metric when promote --remote is run
418
- - Spork now supports alerting using irccat when a cookbook upload or promote --remote happens
419
- - It will also optionally post a gist of version constraint changes in the above message when a promote --remote happens
420
- - Added support for default environments to promote to
421
- - knife-spork gemification thanks to Daniel Schauenberg
422
-
423
- Bugfixes:
424
-
425
- - Various bugfixes and tweaks to formatting and log messages
426
-
427
- ## 0.1.4 (3rd February, 2012)
428
-
429
- Yanked
430
-
431
- ## 0.1.3 (3rd February, 2012)
432
-
433
- Yanked
434
-
435
- ## 0.1.2 (3rd February, 2012)
436
-
437
- Yanked
438
-
439
- ## 0.1.1 (3rd February, 2012)
440
-
441
- Yanked
442
-
443
- ## 0.1.0 (January 28, 2012)
444
-
445
- Initial version.