appbundle-updater 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- 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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf2dee565eddae6071d8b98b2f01503ef4657abe37e905cf715fa2570591b5e8
|
4
|
+
data.tar.gz: bee1d05088c64ff5e2d7194a6177dc56fe8912129582d2fd3d5ffcbaa083b239
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '086dedd9f71c4e144fe87970f0b3ded59fe02ec4bc19893e181d44f45b4b7f56ac9aa04e924b6538491200dd567c532a5211d11a4386e78e432106fb7a43701d'
|
7
|
+
data.tar.gz: 88870fda11fd3fd4c5f4518a409670db4630c4735651a227502bc88f36ff9ec8d927ae90719d64bd8347ac0e39e5bd975a48cb001de46fb6844ad7f8b29542fe
|
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.8 -->
|
4
|
+
## [v1.0.8](https://github.com/chef/appbundle-updater/tree/v1.0.8) (2020-08-12)
|
5
5
|
|
6
6
|
#### Merged Pull Requests
|
7
|
-
-
|
7
|
+
- Add profile to ohai specifically [#57](https://github.com/chef/appbundle-updater/pull/57) ([tas50](https://github.com/tas50))
|
8
8
|
<!-- latest_release -->
|
9
9
|
|
10
|
-
<!-- release_rollup since=1.0.
|
10
|
+
<!-- release_rollup since=1.0.7 -->
|
11
11
|
### Changes not yet released to rubygems.org
|
12
12
|
|
13
13
|
#### Merged Pull Requests
|
14
|
-
-
|
14
|
+
- Add profile to ohai specifically [#57](https://github.com/chef/appbundle-updater/pull/57) ([tas50](https://github.com/tas50)) <!-- 1.0.8 -->
|
15
15
|
<!-- release_rollup -->
|
16
16
|
|
17
17
|
<!-- latest_stable_release -->
|
18
|
+
## [v1.0.7](https://github.com/chef/appbundle-updater/tree/v1.0.7) (2020-08-11)
|
19
|
+
|
20
|
+
#### Merged Pull Requests
|
21
|
+
- Make sure we don't even install profile gem groups [#56](https://github.com/chef/appbundle-updater/pull/56) ([tas50](https://github.com/tas50))
|
22
|
+
<!-- latest_stable_release -->
|
23
|
+
|
18
24
|
## [v1.0.6](https://github.com/chef/appbundle-updater/tree/v1.0.6) (2020-05-29)
|
19
25
|
|
20
26
|
#### Merged Pull Requests
|
21
27
|
- Just use `rake install` on windows [#55](https://github.com/chef/appbundle-updater/pull/55) ([lamont-granquist](https://github.com/lamont-granquist))
|
22
|
-
<!-- latest_stable_release -->
|
23
28
|
|
24
29
|
## [v1.0.5](https://github.com/chef/appbundle-updater/tree/v1.0.5) (2020-05-29)
|
25
30
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.8
|
data/bin/appbundle-updater
CHANGED
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: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lamont-granquist
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Updates appbundled apps in Chef's omnibus packages
|
14
14
|
email:
|