appbundle-updater 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 564359a1965489389eb212b845717d8480be3a2ff50e2d2cd8afe1735ac862cc
4
- data.tar.gz: 2f656821e47524973a202db4df04fb09b0237263bc4ab775d24700045575349c
3
+ metadata.gz: 0e60c8abc8d0443164ddf6961fa30bb1e128eb3493d6f96cdde25243bbe21090
4
+ data.tar.gz: 5298a2377af2a0db747586822d9096b08ac66ad6f9648dec1920b948de59b810
5
5
  SHA512:
6
- metadata.gz: 0506654561257d24974015a4caa82aaff2efbd5b3ec29c8892914de8cc9edcc0dd7ff71cdbc81457249f851bfc80c19f742397ab059ca0d98a79d1b2ea3e4b2d
7
- data.tar.gz: bcbe64103bbb307cb722b2b128b2653aa836b0048e9eb0e82a690dad1c437155ddf889b6cda95b94537e382815d0e89175655232e67b1f15790c172832d4cd53
6
+ metadata.gz: 9fc53200f71a1843586a9d8f6d32305ce6388f8a9fa65d044b45f31b954b5c7336311aad8f501ed9ab6307103252a87bee6ced60e8fbc7c63a35ce15111a6360
7
+ data.tar.gz: 5f75f344206608b4ccc628c0d21010e74dee96f16792f31c13e301e89b2eb1f33825a441933542860462a8d98f8c7b139422d97d4fd7de1f79073011bbcc14e5
@@ -1,25 +1,30 @@
1
1
  # appbundle-updater Change Log
2
2
 
3
- <!-- latest_release 1.0.1 -->
4
- ## [v1.0.1](https://github.com/chef/appbundle-updater/tree/v1.0.1) (2020-03-12)
3
+ <!-- latest_release 1.0.2 -->
4
+ ## [v1.0.2](https://github.com/chef/appbundle-updater/tree/v1.0.2) (2020-03-12)
5
5
 
6
6
  #### Merged Pull Requests
7
- - more chef-15 updates [#49](https://github.com/chef/appbundle-updater/pull/49) ([lamont-granquist](https://github.com/lamont-granquist))
7
+ - omit the right groups for ohai [#50](https://github.com/chef/appbundle-updater/pull/50) ([lamont-granquist](https://github.com/lamont-granquist))
8
8
  <!-- latest_release -->
9
9
 
10
- <!-- release_rollup since=1.0.0 -->
10
+ <!-- release_rollup since=1.0.1 -->
11
11
  ### Changes not yet released to rubygems.org
12
12
 
13
13
  #### Merged Pull Requests
14
- - more chef-15 updates [#49](https://github.com/chef/appbundle-updater/pull/49) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.0.1 -->
14
+ - omit the right groups for ohai [#50](https://github.com/chef/appbundle-updater/pull/50) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 1.0.2 -->
15
15
  <!-- release_rollup -->
16
16
 
17
17
  <!-- latest_stable_release -->
18
+ ## [v1.0.1](https://github.com/chef/appbundle-updater/tree/v1.0.1) (2020-03-12)
19
+
20
+ #### Merged Pull Requests
21
+ - more chef-15 updates [#49](https://github.com/chef/appbundle-updater/pull/49) ([lamont-granquist](https://github.com/lamont-granquist))
22
+ <!-- latest_stable_release -->
23
+
18
24
  ## [v1.0.0](https://github.com/chef/appbundle-updater/tree/v1.0.0) (2020-03-11)
19
25
 
20
26
  #### Merged Pull Requests
21
27
  - Time to add chef-15 support [#48](https://github.com/chef/appbundle-updater/pull/48) ([lamont-granquist](https://github.com/lamont-granquist))
22
- <!-- latest_stable_release -->
23
28
 
24
29
  ## [v0.6.18](https://github.com/chef/appbundle-updater/tree/v0.6.18) (2020-03-11)
25
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -152,7 +152,7 @@ CHEFDK_APPS = [
152
152
  {
153
153
  "chef" => %w{server docgen maintenance pry travis integration ci chefstyle},
154
154
  "chef-bin" => %w{server docgen maintenance pry travis integration ci chefstyle},
155
- "ohai" => %w{server docgen maintenance pry travis integration ci chefstyle},
155
+ "ohai" => %w{development docs ci debug},
156
156
  "inspec-core-bin" => %w{server docgen maintenance pry travis integration ci chefstyle},
157
157
  },
158
158
  ),
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "1.0.1".freeze
2
+ VERSION = "1.0.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundle-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist