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 +4 -4
- data/CHANGELOG.md +14 -9
- data/VERSION +1 -1
- data/bin/appbundle-updater +8 -10
- 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: 784bfa1efb1f42a4624efa2dd123d61a51b1af31079d28aa69b36f33116c344b
|
4
|
+
data.tar.gz: 9aa6650d513700ab6593bed162f07a2f86d5d197ace38aabf51837c8f8a74ebb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15c977fb227e1baeb160a72711f472e660a31c730c5166b4a130ed1daf9210d89f24532870466334019a03e963273a0c9a63831c61d217b38c48428f552f462f
|
7
|
+
data.tar.gz: c5ab9dd8b4592c208ccbfadb650e9ce70ac00a2b0b998082ad184e59853700b36fe7ca15f8be0f3c1736994534d0b65ba1355309926d42440e723c02883d58d3
|
data/CHANGELOG.md
CHANGED
@@ -1,28 +1,33 @@
|
|
1
1
|
# appbundle-updater Change Log
|
2
2
|
|
3
|
-
<!-- latest_release 0.6.
|
4
|
-
## [v0.6.
|
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
|
-
-
|
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.
|
10
|
+
<!-- release_rollup since=0.6.15 -->
|
11
11
|
### Changes not yet released to rubygems.org
|
12
12
|
|
13
13
|
#### Merged Pull Requests
|
14
|
-
-
|
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.
|
1
|
+
0.6.16
|
data/bin/appbundle-updater
CHANGED
@@ -134,39 +134,37 @@ CHEFDK_APPS = [
|
|
134
134
|
App.new(
|
135
135
|
"berkshelf",
|
136
136
|
"berkshelf/berkshelf",
|
137
|
-
"
|
137
|
+
"docs changelog",
|
138
138
|
"#{bin_dir.join("rake")} install"
|
139
139
|
),
|
140
140
|
App.new(
|
141
141
|
"chef",
|
142
142
|
"chef/chef",
|
143
|
-
|
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
|
-
|
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
|
-
"
|
155
|
+
"development",
|
158
156
|
"#{bin_dir.join("rake")} install"
|
159
157
|
),
|
160
158
|
App.new(
|
161
159
|
"cookstyle",
|
162
160
|
"chef/cookstyle",
|
163
|
-
|
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
|
-
|
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
|
-
"
|
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
|
-
"
|
185
|
+
"changelog integration debug chefstyle docs",
|
188
186
|
"#{bin_dir.join("rake")} install"
|
189
187
|
),
|
190
188
|
].freeze
|
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.
|
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-
|
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:
|