crowbar-client 3.3.0 → 3.3.1

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: 2affc203d13b7b120d293b03b60bfa61bc25dd20
4
- data.tar.gz: 98f8dfe16d10c394e106271a51d4381e01717d63
3
+ metadata.gz: c4f61c21d5e2910d12bcd4830b825094526e1179
4
+ data.tar.gz: 663db27063201dc1e14589fc269ce83fa3184c50
5
5
  SHA512:
6
- metadata.gz: 03ba81c6ea487f26c0e2c0234144daa9af9fd74adb65d8602c1f212c87efc2ce2ff8de17823abc432db13f2394d5aa4c31f39ff047b5d47802254a0acf82d840
7
- data.tar.gz: 28f4541fed6b4e1a083f28152bc791113479a1b5ecda19aedc57742ff54c6ddb7403d013216355443d83e13f9fbed5bf71b6fab2ba0fca2bdd9eb41f7ffef04e
6
+ metadata.gz: 9b81fe452995214b671f567d6a5f1d3d4619161748fe85cf856e13ac68df7e164ae5746de992a5ae4052bdec314906a7ade471f8a6d8e7bf94e24f5724e0a705
7
+ data.tar.gz: 1edb89c44aeab996151d306025570883684b95708f7c7df48a43a45a54155e525d425051ccfa9cd325f97a3a9cd31d89a8065549e22105712c1a7f3cdd753254
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.3.1](https://github.com/crowbar/crowbar-client/releases/tag/v3.3.1) - 2017-04-07
4
+
5
+ * BUGFIX
6
+ * Fix CROWBAR_VERIFY_SSL environment variable evaluation
7
+ * Fix upgrade hint after admin repochecks step (bsc#1029682)
8
+ * Use same timeout then the crowbar API
9
+
3
10
  ## [3.3.0](https://github.com/crowbar/crowbar-client/releases/tag/v3.3.0) - 2017-03-30
4
11
 
5
12
  * ENHANCEMENT
@@ -50,7 +50,7 @@ module Crowbar
50
50
  else
51
51
  say formatter.result
52
52
  next unless provide_format == :table
53
- say "Next step: 'crowbarctl upgrade admin'" if args.component == "admin"
53
+ say "Next step: 'crowbarctl upgrade admin'" if args.component == "crowbar"
54
54
  say "Next step: 'crowbarctl upgrade services'" if args.component == "nodes"
55
55
  end
56
56
  else
@@ -136,7 +136,7 @@ module Crowbar
136
136
  #
137
137
  def default_verify_ssl
138
138
  if ENV["CROWBAR_VERIFY_SSL"].present?
139
- [
139
+ ![
140
140
  false, 0, "0", "f", "F", "false", "FALSE"
141
141
  ].include? ENV["CROWBAR_VERIFY_SSL"]
142
142
  else
@@ -153,7 +153,7 @@ module Crowbar
153
153
  if ENV["CROWBAR_TIMEOUT"].present?
154
154
  ENV["CROWBAR_TIMEOUT"].to_i
155
155
  else
156
- 300
156
+ 3600
157
157
  end
158
158
  end
159
159
 
@@ -33,7 +33,7 @@ module Crowbar
33
33
  #
34
34
  # Patch version
35
35
  #
36
- PATCH = 0
36
+ PATCH = 1
37
37
 
38
38
  #
39
39
  # Optional suffix
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crowbar-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-03-30 00:00:00.000000000 Z
13
+ date: 2017-04-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler