wavefront-cli 5.1.1 → 5.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +5 -1
- data/lib/wavefront-cli/output/hcl/dashboard.rb +1 -1
- data/lib/wavefront-cli/version.rb +1 -1
- data/lib/wavefront-cli/write.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: aff5882ee50326f0642694b667dd8001e36846542253c6ea9506c0b6bb29158b
|
4
|
+
data.tar.gz: 1fa12f61b0f0d765bb03b0123fe5e4927e5e2b7bacb141bdfbb603d0287a25f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d405cdf2a4ffcc1e5b39241cf4b070204708b56dbb2f53e6548f0dd683ac99f2b941f073f8804d4168494e2071b4813c68e0442b791f68698f4444290c722f67
|
7
|
+
data.tar.gz: 7919e72fc0bb6ff56bc187d2a0fbdb24dbe8f54d79eab2b5cd244333fc73112def3a64f08cd83f3d39044193199519cf320045dd5ff21d27c3eb2599ca2a5f3f
|
data/HISTORY.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## 5.2
|
3
|
+
## 5.1.2 (2020-02-28)
|
4
|
+
* Fix regression in HCL dashboard export.
|
5
|
+
* Properly handle unavailable port when sending distributions to a proxy.
|
6
|
+
|
7
|
+
## 5.1.1 (2020-02-20)
|
4
8
|
* Say whether `--upsert` did and update or an import.
|
5
9
|
|
6
10
|
## 5.1.0 (2020-02-20)
|
data/lib/wavefront-cli/write.rb
CHANGED
@@ -121,7 +121,7 @@ module WavefrontCli
|
|
121
121
|
def send_point(point)
|
122
122
|
call_write(point)
|
123
123
|
rescue Wavefront::Exception::InvalidEndpoint
|
124
|
-
abort format("Could not connect to proxy '%<proxy>s:%<port>s'.",
|
124
|
+
abort format("Could not connect to proxy '%<proxy>s:%<port>s'.", wf.creds)
|
125
125
|
end
|
126
126
|
|
127
127
|
# Read the input, from a file or from STDIN, and turn each line
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wavefront-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Fisher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docopt
|