beetle 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8b9df71eabc29dad2d131ff952029d8beffcf82
4
- data.tar.gz: 0301abf7e282bbc202f14d8671dec32569ca6835
3
+ metadata.gz: fc653de6c1ae3114292d7a8b6007b45f6f9cf738
4
+ data.tar.gz: 6483f18188fe2440c191fd87f42238df3a735d59
5
5
  SHA512:
6
- metadata.gz: c88a91e53de54ef055ae3dc8e28d55395331a6ec9c798b39c86cb66f49156246a3bf2d8b21d6afd15f84f343b58f29e1238b35ffaab9b87621c8f769c0fadbda
7
- data.tar.gz: a6bc8a6759b4dcc65bd9b095d80df03b748f1de0f2da8b6f1731778fc0d825eca33e13377ad43287bdce50674dca4c65d199738a0756a284320711ef6e0fd5f5
6
+ metadata.gz: c9820af31098f5b6eccab38d3b5d463fb3a3a038ebd6def62a6799fa122deff721dd079bb3faec0f5d35465d0a5c3e293348c90491b99b47e17618c6f7f5b801
7
+ data.tar.gz: 0bb4d6042f238635edc3b805dc9819e2bc88d13d2c820eff9bc4f42aa71232aed829814c8d033a38981583e7e4559b81f23027a6160014546b05cefb84647668
data/README.rdoc CHANGED
@@ -159,3 +159,13 @@ In order to build go binaries and upload the docker container with the
159
159
  beetle GO binary to docker hub, run
160
160
 
161
161
  make release
162
+
163
+ This will upload the go binaries to https://github.com/xing/beetle/
164
+ and push the beetle container to
165
+ https://hub.docker.com/r/xingarchitects/gobeetle/.
166
+
167
+ Run
168
+
169
+ make tag push TAG=vX.X.X
170
+
171
+ to tag and push the container with a specific version number.
data/RELEASE_NOTES.rdoc CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  == Version 2.0.1
4
4
 
5
+ * fixed incorrect computation of responsiveness threshold in
6
+ configuration server
7
+
8
+ == Version 2.0.1
9
+
5
10
  * fix for beetle command not geting stuck when connecting to
6
11
  configuration server
7
12
  * configuration server displays last seen times in a human readable format
@@ -1,3 +1,3 @@
1
1
  module Beetle
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beetle
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Kaes