rancher-api 0.3.6 → 0.3.7
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 +4 -4
- data/CHANGELOG.md +14 -0
- data/Gemfile.lock +1 -1
- data/lib/rancher/api/configuration.rb +1 -1
- data/lib/rancher/api/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db47b8b18957e7f85b04666e9cd887bf976d84b0
|
4
|
+
data.tar.gz: 1cc413650202352628ba9e0cb103e3bc61dad4c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a3036e738ca07f27fcf90d639113eecf1447cb805689e0f4d6464d98ff1cf414f691d9e79ee9658cc534ebdaeaf74fadadbf93bd537455f682cc74b937a1fd0
|
7
|
+
data.tar.gz: e115ceba6ee64c4c43aca9c6cc966642020e12ee0967ddfd574b5d72b36a5a56380344b4bd8d1ceb09c7d0613f625e80ffc700aaf299831556846041b902922a
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# Change Log
|
2
|
+
All notable changes to this project will be documented in this file.
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
|
+
|
5
|
+
## [0.3.7] - 2016-03-15
|
6
|
+
|
7
|
+
- fix an issue with RANCHER_URL env variable (append `/v1/` to the RANCHER_URL env variable if it exists). This way RANCHER_URL becomes truly `rancher-compose`-compatible.
|
8
|
+
|
9
|
+
## [0.3.6] - 2016-03-15
|
10
|
+
### Added
|
11
|
+
|
12
|
+
- VMware vSphere driver support
|
13
|
+
- abillity to configure Rancher::Api using `rancher-compose`-compatible environment variables
|
14
|
+
|
data/Gemfile.lock
CHANGED
data/lib/rancher/api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rancher-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Kurkin
|
@@ -162,6 +162,7 @@ files:
|
|
162
162
|
- ".rspec"
|
163
163
|
- ".ruby-version"
|
164
164
|
- ".travis.yml"
|
165
|
+
- CHANGELOG.md
|
165
166
|
- Gemfile
|
166
167
|
- Gemfile.lock
|
167
168
|
- LICENSE
|