appbundle-updater 0.5.1 → 0.6.0
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 +5 -5
- data/CHANGELOG.md +63 -24
- data/bin/appbundle-updater +3 -3
- data/lib/appbundle_updater/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0033e56c1360f863151178f2906594c55a3c750e4aa3dbb8c5f22d9924044c20
|
|
4
|
+
data.tar.gz: 8e683ff3d05500361594ccd50d4cfa425a314149f58d70c7989733dcfbb61fc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b1aa258555cb0e516214315aaf48a16d441fe8253fc3cc414d8cd3222ca71081f664fa99180edd367f769bb04c5baf11b5171e5912db28ab2b5c9781abb5ada
|
|
7
|
+
data.tar.gz: 2df403deb090909e8a04826cd894f9af5f4a42317ef99db849fe1033bc67b3fe12ab925df1cee09a8f015a6463de64d8e5f502f8d981e6e32c81659432b3d02f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,128 +1,167 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
4
|
-
|
|
3
|
+
## [0.6.0](https://github.com/chef/appbundle-updater/tree/HEAD)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.5.1...0.6.0)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Add gcc-c++ to RHEL/Amazon/SUSE [#25](https://github.com/chef/appbundle-updater/pull/25) ([tas50](https://github.com/tas50))
|
|
10
|
+
|
|
11
|
+
## [v0.5.1](https://github.com/chef/appbundle-updater/tree/v0.5.1) (2017-08-29)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.5.0...v0.5.1)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- fix appbundle-updater for amazon platform family [#23](https://github.com/chef/appbundle-updater/pull/23) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
18
|
+
- Add the cookstyle app [#22](https://github.com/chef/appbundle-updater/pull/22) ([shoekstra](https://github.com/shoekstra))
|
|
19
|
+
|
|
20
|
+
## [v0.5.0](https://github.com/chef/appbundle-updater/tree/v0.5.0) (2017-04-28)
|
|
21
|
+
|
|
22
|
+
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.4.1...v0.5.0)
|
|
5
23
|
|
|
6
24
|
**Merged pull requests:**
|
|
7
25
|
|
|
8
|
-
- Add support for inspec [
|
|
26
|
+
- Add support for inspec [#21](https://github.com/chef/appbundle-updater/pull/21) ([adamleff](https://github.com/adamleff))
|
|
9
27
|
|
|
10
28
|
## [v0.4.1](https://github.com/chef/appbundle-updater/tree/v0.4.1) (2017-02-24)
|
|
29
|
+
|
|
11
30
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.4.0...v0.4.1)
|
|
12
31
|
|
|
13
32
|
**Merged pull requests:**
|
|
14
33
|
|
|
15
|
-
- ohai definition needs development installed [
|
|
34
|
+
- ohai definition needs development installed [#20](https://github.com/chef/appbundle-updater/pull/20) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
16
35
|
|
|
17
36
|
## [v0.4.0](https://github.com/chef/appbundle-updater/tree/v0.4.0) (2016-09-08)
|
|
37
|
+
|
|
18
38
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.3.0...v0.4.0)
|
|
19
39
|
|
|
40
|
+
**Implemented enhancements:**
|
|
41
|
+
|
|
42
|
+
- Update only runtime chef dependencies [#18](https://github.com/chef/appbundle-updater/pull/18) ([jkeiser](https://github.com/jkeiser))
|
|
43
|
+
|
|
20
44
|
**Merged pull requests:**
|
|
21
45
|
|
|
22
|
-
- Update
|
|
46
|
+
- Update version to 0.4.0 [#19](https://github.com/chef/appbundle-updater/pull/19) ([jkeiser](https://github.com/jkeiser))
|
|
23
47
|
|
|
24
48
|
## [v0.3.0](https://github.com/chef/appbundle-updater/tree/v0.3.0) (2016-06-28)
|
|
49
|
+
|
|
25
50
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.12...v0.3.0)
|
|
26
51
|
|
|
27
52
|
**Merged pull requests:**
|
|
28
53
|
|
|
29
|
-
- add some dnf and zlib-dev [
|
|
54
|
+
- add some dnf and zlib-dev [#17](https://github.com/chef/appbundle-updater/pull/17) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
30
55
|
|
|
31
56
|
## [v0.2.12](https://github.com/chef/appbundle-updater/tree/v0.2.12) (2016-05-17)
|
|
57
|
+
|
|
32
58
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.11...v0.2.12)
|
|
33
59
|
|
|
34
60
|
**Merged pull requests:**
|
|
35
61
|
|
|
36
|
-
- fix PATH issues [
|
|
62
|
+
- fix PATH issues [#16](https://github.com/chef/appbundle-updater/pull/16) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
37
63
|
|
|
38
64
|
## [v0.2.11](https://github.com/chef/appbundle-updater/tree/v0.2.11) (2016-02-17)
|
|
65
|
+
|
|
39
66
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.10...v0.2.11)
|
|
40
67
|
|
|
41
68
|
**Merged pull requests:**
|
|
42
69
|
|
|
43
|
-
- add support for installing git stuff on suse [
|
|
70
|
+
- add support for installing git stuff on suse [#15](https://github.com/chef/appbundle-updater/pull/15) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
44
71
|
|
|
45
72
|
## [v0.2.10](https://github.com/chef/appbundle-updater/tree/v0.2.10) (2016-01-19)
|
|
73
|
+
|
|
46
74
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.9...v0.2.10)
|
|
47
75
|
|
|
48
76
|
**Merged pull requests:**
|
|
49
77
|
|
|
50
|
-
- Need to run apt-get update before installing [
|
|
78
|
+
- Need to run apt-get update before installing [#14](https://github.com/chef/appbundle-updater/pull/14) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
51
79
|
|
|
52
80
|
## [v0.2.9](https://github.com/chef/appbundle-updater/tree/v0.2.9) (2016-01-19)
|
|
81
|
+
|
|
53
82
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.8...v0.2.9)
|
|
54
83
|
|
|
55
84
|
**Merged pull requests:**
|
|
56
85
|
|
|
57
|
-
- fix gcc/build-essential install to not prompt [
|
|
86
|
+
- fix gcc/build-essential install to not prompt [#13](https://github.com/chef/appbundle-updater/pull/13) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
58
87
|
|
|
59
88
|
## [v0.2.8](https://github.com/chef/appbundle-updater/tree/v0.2.8) (2016-01-19)
|
|
89
|
+
|
|
60
90
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.7...v0.2.8)
|
|
61
91
|
|
|
62
92
|
**Merged pull requests:**
|
|
63
93
|
|
|
64
|
-
- install compilers and git on rhel/debian [
|
|
65
|
-
- fix for chef-12.6.0 and version bump [
|
|
94
|
+
- install compilers and git on rhel/debian [#12](https://github.com/chef/appbundle-updater/pull/12) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
95
|
+
- fix for chef-12.6.0 and version bump [#11](https://github.com/chef/appbundle-updater/pull/11) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
66
96
|
|
|
67
97
|
## [v0.2.7](https://github.com/chef/appbundle-updater/tree/v0.2.7) (2015-12-30)
|
|
98
|
+
|
|
68
99
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.6...v0.2.7)
|
|
69
100
|
|
|
70
101
|
## [v0.2.6](https://github.com/chef/appbundle-updater/tree/v0.2.6) (2015-10-26)
|
|
102
|
+
|
|
71
103
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.5...v0.2.6)
|
|
72
104
|
|
|
73
105
|
## [v0.2.5](https://github.com/chef/appbundle-updater/tree/v0.2.5) (2015-09-29)
|
|
106
|
+
|
|
74
107
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.4...v0.2.5)
|
|
75
108
|
|
|
76
109
|
**Merged pull requests:**
|
|
77
110
|
|
|
78
|
-
- correct windows fix is setting binmode [
|
|
79
|
-
- remove stray Dir.chdir call on windows [
|
|
111
|
+
- correct windows fix is setting binmode [#10](https://github.com/chef/appbundle-updater/pull/10) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
112
|
+
- remove stray Dir.chdir call on windows [#9](https://github.com/chef/appbundle-updater/pull/9) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
80
113
|
|
|
81
114
|
## [v0.2.4](https://github.com/chef/appbundle-updater/tree/v0.2.4) (2015-09-29)
|
|
115
|
+
|
|
82
116
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.3...v0.2.4)
|
|
83
117
|
|
|
84
118
|
## [v0.2.3](https://github.com/chef/appbundle-updater/tree/v0.2.3) (2015-09-29)
|
|
119
|
+
|
|
85
120
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.2...v0.2.3)
|
|
86
121
|
|
|
87
122
|
**Merged pull requests:**
|
|
88
123
|
|
|
89
|
-
- fix windows via using tar.exe [
|
|
124
|
+
- fix windows via using tar.exe [#8](https://github.com/chef/appbundle-updater/pull/8) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
90
125
|
|
|
91
126
|
## [v0.2.2](https://github.com/chef/appbundle-updater/tree/v0.2.2) (2015-09-25)
|
|
127
|
+
|
|
92
128
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.1...v0.2.2)
|
|
93
129
|
|
|
94
130
|
**Merged pull requests:**
|
|
95
131
|
|
|
96
|
-
- fixing syntax error
|
|
132
|
+
- fixing syntax error (derp) [#7](https://github.com/chef/appbundle-updater/pull/7) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
97
133
|
|
|
98
134
|
## [v0.2.1](https://github.com/chef/appbundle-updater/tree/v0.2.1) (2015-09-25)
|
|
135
|
+
|
|
99
136
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.2.0...v0.2.1)
|
|
100
137
|
|
|
101
138
|
**Merged pull requests:**
|
|
102
139
|
|
|
103
|
-
- fix obvious bug in PATH on windows [
|
|
140
|
+
- fix obvious bug in PATH on windows [#6](https://github.com/chef/appbundle-updater/pull/6) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
104
141
|
|
|
105
142
|
## [v0.2.0](https://github.com/chef/appbundle-updater/tree/v0.2.0) (2015-09-25)
|
|
143
|
+
|
|
106
144
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.1.0...v0.2.0)
|
|
107
145
|
|
|
108
146
|
**Merged pull requests:**
|
|
109
147
|
|
|
110
|
-
- add changelog, move dev gems Gemfile [
|
|
111
|
-
- add --github option for pulling forks [
|
|
112
|
-
- Suppress command output for successful commands [
|
|
113
|
-
- introduce --tarball option, default back to git clone [
|
|
148
|
+
- add changelog, move dev gems Gemfile [#5](https://github.com/chef/appbundle-updater/pull/5) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
149
|
+
- add --github option for pulling forks [#4](https://github.com/chef/appbundle-updater/pull/4) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
150
|
+
- Suppress command output for successful commands [#3](https://github.com/chef/appbundle-updater/pull/3) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
151
|
+
- introduce --tarball option, default back to git clone [#2](https://github.com/chef/appbundle-updater/pull/2) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
114
152
|
|
|
115
153
|
## [v0.1.0](https://github.com/chef/appbundle-updater/tree/v0.1.0) (2015-09-25)
|
|
154
|
+
|
|
116
155
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.0.2...v0.1.0)
|
|
117
156
|
|
|
118
157
|
**Merged pull requests:**
|
|
119
158
|
|
|
120
|
-
- use pure ruby to download tarball and extract [
|
|
159
|
+
- use pure ruby to download tarball and extract [#1](https://github.com/chef/appbundle-updater/pull/1) ([lamont-granquist](https://github.com/lamont-granquist))
|
|
121
160
|
|
|
122
161
|
## [v0.0.2](https://github.com/chef/appbundle-updater/tree/v0.0.2) (2015-09-23)
|
|
162
|
+
|
|
123
163
|
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.0.1...v0.0.2)
|
|
124
164
|
|
|
125
165
|
## [v0.0.1](https://github.com/chef/appbundle-updater/tree/v0.0.1) (2015-09-23)
|
|
126
166
|
|
|
127
|
-
|
|
128
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
167
|
+
- _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|
data/bin/appbundle-updater
CHANGED
|
@@ -71,12 +71,12 @@ def install_package_dependencies
|
|
|
71
71
|
run("apt-get -q -y install build-essential git liblzma-dev zlib1g-dev")
|
|
72
72
|
when /fedora/, /rhel/, /amazon/
|
|
73
73
|
if File.exist?("/usr/bin/dnf")
|
|
74
|
-
run("dnf -y install gcc make git zlib-devel lzma-devel")
|
|
74
|
+
run("dnf -y install gcc gcc-c++ make git zlib-devel lzma-devel")
|
|
75
75
|
else
|
|
76
|
-
run("yum -y install gcc make git zlib-devel lzma-devel")
|
|
76
|
+
run("yum -y install gcc gcc-c++ make git zlib-devel lzma-devel")
|
|
77
77
|
end
|
|
78
78
|
when /suse/
|
|
79
|
-
run("zypper --non-interactive install gcc make git")
|
|
79
|
+
run("zypper --non-interactive install gcc gcc-c++ make git")
|
|
80
80
|
else
|
|
81
81
|
puts "i do not know how to install compilers and git on this platform..."
|
|
82
82
|
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.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lamont-granquist
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Updates appbundled apps in Chef's omnibus packages
|
|
14
14
|
email:
|
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
50
|
version: '0'
|
|
51
51
|
requirements: []
|
|
52
52
|
rubyforge_project:
|
|
53
|
-
rubygems_version: 2.
|
|
53
|
+
rubygems_version: 2.7.5
|
|
54
54
|
signing_key:
|
|
55
55
|
specification_version: 4
|
|
56
56
|
summary: Updates appbundled apps in Chef's omnibus packages
|