mixlib-install 3.7.0 → 3.8.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: 373dc90718fbd78d00902fe30c1415c4a59ae76b
4
- data.tar.gz: 56f37d0469c613a23f56ae5e1db61164e96cd40d
3
+ metadata.gz: d3128969bf6312ef2f512c1e57aff582305a302a
4
+ data.tar.gz: c0316fa47b9dd931c40dc02a1514a2d1e991f9b1
5
5
  SHA512:
6
- metadata.gz: 8842abbba3208fb5899501b39007d6d18b436733426dd95b69047eabb971cec167a47ec03aeddeae45d8655a7e0ec8ed5c96edae6b9a5dffcac0dd38cd038394
7
- data.tar.gz: 56edf364a53a8fc6f89eb716a971d94860e5bd0f06df6741a85b40ee57847e28511faf3617f8cf9d640a063bc17328406e8d8d50f5d20a3d7ad86fc73093ceef
6
+ metadata.gz: 723b47838452d03e703cfe2679be32a8e1e62ec7fb3c1c6b2058bed3b1266632e6e2591df53d396b55b3ab1a6f49bce17b4c1fb41f2a75744cc8fa6f12006898
7
+ data.tar.gz: e65dd4a6b9c987672b6a0898bda5121561cb2749088b10890facd508afbf45c05e1f23b7da081fb6eb8a16d0a659e246b999ab147f8d028ca4a4baad14dabf9c
data/CHANGELOG.md CHANGED
@@ -1,11 +1,16 @@
1
1
  # Mixlib::Install Changes
2
2
 
3
- <!-- latest_release 3.7.0 -->
3
+ <!-- latest_release 3.8.0 -->
4
+ ## [v3.8.0](https://github.com/chef/mixlib-install/tree/v3.8.0) (2017-10-31)
5
+
6
+ #### Merged Pull Requests
7
+ - Add support for aarch64 [#244](https://github.com/chef/mixlib-install/pull/244) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
8
+ <!-- latest_release -->
9
+
4
10
  ## [v3.7.0](https://github.com/chef/mixlib-install/tree/v3.7.0) (2017-10-11)
5
11
 
6
12
  #### Merged Pull Requests
7
13
  - add #download_artifact method to Mixlib::Install API [#243](https://github.com/chef/mixlib-install/pull/243) ([wrightp](https://github.com/wrightp))
8
- <!-- latest_release -->
9
14
 
10
15
  ## [v3.6.0](https://github.com/chef/mixlib-install/tree/v3.6.0) (2017-09-15)
11
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.7.0
1
+ 3.8.0
@@ -28,6 +28,7 @@ module Mixlib
28
28
  attr_reader :options, :errors, :original_platform_version
29
29
 
30
30
  SUPPORTED_ARCHITECTURES = %w{
31
+ aarch64
31
32
  i386
32
33
  powerpc
33
34
  ppc64
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "3.7.0"
3
+ VERSION = "3.8.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: 3.7.0
4
+ version: 3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May