appbundle-updater 0.6.15 → 0.6.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8faf2a1bce92726650424e6c8294b205d28e66c873c8a399177305386fcf490
4
- data.tar.gz: fb75f5af16485fd520c206e6dbd422395924b64dd1a17a9025dd834382b668b9
3
+ metadata.gz: 784bfa1efb1f42a4624efa2dd123d61a51b1af31079d28aa69b36f33116c344b
4
+ data.tar.gz: 9aa6650d513700ab6593bed162f07a2f86d5d197ace38aabf51837c8f8a74ebb
5
5
  SHA512:
6
- metadata.gz: 784260365156f1778f54ed785746014f1ae73ae1a121eeee797f62634033db3ef3cba092e1fc1e0ed3080825cc1b19f00ce6f1bc4a9a1cda69de2bd23399a9af
7
- data.tar.gz: 78def0be8c45323cfc098399d0b89af09f8da9708ce25c48e478db2b8d552d56aab656e4ccdce32694b4b4970c75da965875e29ee0cbab7d6f8d1c7d9a2e43f8
6
+ metadata.gz: 15c977fb227e1baeb160a72711f472e660a31c730c5166b4a130ed1daf9210d89f24532870466334019a03e963273a0c9a63831c61d217b38c48428f552f462f
7
+ data.tar.gz: c5ab9dd8b4592c208ccbfadb650e9ce70ac00a2b0b998082ad184e59853700b36fe7ca15f8be0f3c1736994534d0b65ba1355309926d42440e723c02883d58d3
@@ -1,28 +1,33 @@
1
1
  # appbundle-updater Change Log
2
2
 
3
- <!-- latest_release 0.6.15 -->
4
- ## [v0.6.15](https://github.com/chef/appbundle-updater/tree/v0.6.15) (2019-07-18)
3
+ <!-- latest_release 0.6.16 -->
4
+ ## [v0.6.16](https://github.com/chef/appbundle-updater/tree/v0.6.16) (2019-09-30)
5
5
 
6
6
  #### Merged Pull Requests
7
- - Support Fedora 30 by trying to install both lzma-devel and xz-devel [#43](https://github.com/chef/appbundle-updater/pull/43) ([tas50](https://github.com/tas50))
7
+ - Update the groups we ignore in the bundle installs [#44](https://github.com/chef/appbundle-updater/pull/44) ([tas50](https://github.com/tas50))
8
8
  <!-- latest_release -->
9
9
 
10
- <!-- release_rollup since=0.6.11 -->
10
+ <!-- release_rollup since=0.6.15 -->
11
11
  ### Changes not yet released to rubygems.org
12
12
 
13
13
  #### Merged Pull Requests
14
- - Support Fedora 30 by trying to install both lzma-devel and xz-devel [#43](https://github.com/chef/appbundle-updater/pull/43) ([tas50](https://github.com/tas50)) <!-- 0.6.15 -->
15
- - Add Windows testing in BuildKite [#42](https://github.com/chef/appbundle-updater/pull/42) ([tas50](https://github.com/tas50)) <!-- 0.6.14 -->
16
- - Remove Travis CI PR testing [#41](https://github.com/chef/appbundle-updater/pull/41) ([tas50](https://github.com/tas50)) <!-- 0.6.13 -->
17
- - Setup this repo for Buildkite testing [#40](https://github.com/chef/appbundle-updater/pull/40) ([tas50](https://github.com/tas50)) <!-- 0.6.12 -->
14
+ - Update the groups we ignore in the bundle installs [#44](https://github.com/chef/appbundle-updater/pull/44) ([tas50](https://github.com/tas50)) <!-- 0.6.16 -->
18
15
  <!-- release_rollup -->
19
16
 
20
17
  <!-- latest_stable_release -->
18
+ ## [v0.6.15](https://github.com/chef/appbundle-updater/tree/v0.6.15) (2019-07-18)
19
+
20
+ #### Merged Pull Requests
21
+ - Setup this repo for Buildkite testing [#40](https://github.com/chef/appbundle-updater/pull/40) ([tas50](https://github.com/tas50))
22
+ - Remove Travis CI PR testing [#41](https://github.com/chef/appbundle-updater/pull/41) ([tas50](https://github.com/tas50))
23
+ - Add Windows testing in BuildKite [#42](https://github.com/chef/appbundle-updater/pull/42) ([tas50](https://github.com/tas50))
24
+ - Support Fedora 30 by trying to install both lzma-devel and xz-devel [#43](https://github.com/chef/appbundle-updater/pull/43) ([tas50](https://github.com/tas50))
25
+ <!-- latest_stable_release -->
26
+
21
27
  ## [v0.6.11](https://github.com/chef/appbundle-updater/tree/v0.6.11) (2019-04-24)
22
28
 
23
29
  #### Merged Pull Requests
24
30
  - trivial fix [#39](https://github.com/chef/appbundle-updater/pull/39) ([lamont-granquist](https://github.com/lamont-granquist))
25
- <!-- latest_stable_release -->
26
31
 
27
32
  ## [v0.6.10](https://github.com/chef/appbundle-updater/tree/v0.6.10) (2019-04-24)
28
33
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.15
1
+ 0.6.16
@@ -134,39 +134,37 @@ CHEFDK_APPS = [
134
134
  App.new(
135
135
  "berkshelf",
136
136
  "berkshelf/berkshelf",
137
- "guard test",
137
+ "docs changelog",
138
138
  "#{bin_dir.join("rake")} install"
139
139
  ),
140
140
  App.new(
141
141
  "chef",
142
142
  "chef/chef",
143
- # from chef/version_policy.rb INSTALL_WITHOUT_GROUPS
144
- "changelog development docgen guard integration maintenance tools travis style",
143
+ "development docgen chefstyle",
145
144
  chef_install_command
146
145
  ),
147
146
  App.new(
148
147
  "chef-dk",
149
148
  "chef/chef-dk",
150
- # from chef-dk/version_policy.rb INSTALL_WITHOUT_GROUPS
151
- "changelog compat_testing development docgen guard integration maintenance test tools travis style",
149
+ "development test",
152
150
  "#{bin_dir.join("rake")} install"
153
151
  ),
154
152
  App.new(
155
153
  "chef-vault",
156
154
  "chef/chef-vault",
157
- "test",
155
+ "development",
158
156
  "#{bin_dir.join("rake")} install"
159
157
  ),
160
158
  App.new(
161
159
  "cookstyle",
162
160
  "chef/cookstyle",
163
- nil,
161
+ "development debug docs",
164
162
  "#{bin_dir.join("rake")} install"
165
163
  ),
166
164
  App.new(
167
165
  "foodcritic",
168
166
  "foodcritic/foodcritic",
169
- nil,
167
+ "development",
170
168
  "#{bin_dir.join("rake")} install"
171
169
  ),
172
170
  App.new(
@@ -178,13 +176,13 @@ CHEFDK_APPS = [
178
176
  App.new(
179
177
  "ohai",
180
178
  "chef/ohai",
181
- "test",
179
+ "development ci docs debug",
182
180
  "#{bin_dir.join("rake")} install"
183
181
  ),
184
182
  App.new(
185
183
  "test-kitchen",
186
184
  "test-kitchen/test-kitchen",
187
- "guard test",
185
+ "changelog integration debug chefstyle docs",
188
186
  "#{bin_dir.join("rake")} install"
189
187
  ),
190
188
  ].freeze
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.6.15".freeze
2
+ VERSION = "0.6.16".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundle-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.15
4
+ version: 0.6.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-18 00:00:00.000000000 Z
11
+ date: 2019-09-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Updates appbundled apps in Chef's omnibus packages
14
14
  email: