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 +4 -4
- data/CHANGELOG.md +11 -6
- data/VERSION +1 -1
- data/bin/appbundle-updater +1 -1
- data/lib/appbundle_updater/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e60c8abc8d0443164ddf6961fa30bb1e128eb3493d6f96cdde25243bbe21090
|
|
4
|
+
data.tar.gz: 5298a2377af2a0db747586822d9096b08ac66ad6f9648dec1920b948de59b810
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fc53200f71a1843586a9d8f6d32305ce6388f8a9fa65d044b45f31b954b5c7336311aad8f501ed9ab6307103252a87bee6ced60e8fbc7c63a35ce15111a6360
|
|
7
|
+
data.tar.gz: 5f75f344206608b4ccc628c0d21010e74dee96f16792f31c13e301e89b2eb1f33825a441933542860462a8d98f8c7b139422d97d4fd7de1f79073011bbcc14e5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,30 @@
|
|
|
1
1
|
# appbundle-updater Change Log
|
|
2
2
|
|
|
3
|
-
<!-- latest_release 1.0.
|
|
4
|
-
## [v1.0.
|
|
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
|
-
-
|
|
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.
|
|
10
|
+
<!-- release_rollup since=1.0.1 -->
|
|
11
11
|
### Changes not yet released to rubygems.org
|
|
12
12
|
|
|
13
13
|
#### Merged Pull Requests
|
|
14
|
-
-
|
|
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.0.2
|
data/bin/appbundle-updater
CHANGED
|
@@ -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{
|
|
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
|
),
|