mixlib-install 1.0.13 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3f1b2f2f71b83d4fa8db7372c9c9f0fd21767c3
4
- data.tar.gz: 2a5f4ac5b1d995f2906cf6d89caed7c3e833c090
3
+ metadata.gz: e0af20fe8cef0f2c9e3b55eaff4c7c36add075d5
4
+ data.tar.gz: 81fbbba78d8ac828c86c2e41adc61db3d0f9475f
5
5
  SHA512:
6
- metadata.gz: 23aea8c3a868d8e2c0a4cf2f93461063c02bdaf9ff280a507d17a4c971c86926adef12d4aa443261bf47f4caa43faa87da50583c23fb488b778e594e45f76cd6
7
- data.tar.gz: 90f960a001300ede6e90604c19106b38a7d53d559beba6eac44e104c084614566ab2c7a78cfbc76b86553804a4e4089873a32cfae8b7d45813b63076d7090778
6
+ metadata.gz: d6ed09120e13ddd6bb012b9ba981c9e4e134ce281b4cffff2d1d665b0421775c5c9f2ee150ebe2ffc700411406d7e4cff9d1d1cea0d3f9c2fd4df0e5ef8584b1
7
+ data.tar.gz: cbb47489c619ad045f36c518003ff886d7889054896a69f1abf92792b47c2ae798aac9d87ceef09cb3c86d2bdf787fe33707924a453bfea91c2d5f3d0e4b5fd4
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.1.0]
4
+ - Remove delivery-cli from Product Matrix since we are now shipping it within ChefDK
5
+
3
6
  ## [1.0.13]
4
7
  - Fix Windows architecture detection for stable channel
5
8
  - Added support for retrying project msi installation for exit code 1618 (another installation is in progress)
@@ -10,7 +10,6 @@
10
10
  | Chef Development Kit | chefdk |
11
11
  | Chef Compliance | compliance |
12
12
  | Delivery | delivery |
13
- | Delivery CLI | delivery-cli |
14
13
  | Chef Server High Availability addon | ha |
15
14
  | Management Console | manage |
16
15
  | Chef Cloud Marketplace addon | marketplace |
@@ -209,11 +209,6 @@ PRODUCT_MATRIX = Mixlib::Install::ProductMatrix.new do
209
209
  config_file "/etc/delivery/delivery.rb"
210
210
  end
211
211
 
212
- product "delivery-cli" do
213
- product_name "Delivery CLI"
214
- package_name "delivery-cli"
215
- end
216
-
217
212
  product "ha" do
218
213
  product_name "Chef Server High Availability addon"
219
214
  package_name "chef-ha"
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "1.0.13"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-install
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-09 00:00:00.000000000 Z
12
+ date: 2016-06-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: artifactory