crowbar-client 3.9.0 → 3.9.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/crowbar/client/app/entry.rb +1 -1
- data/lib/crowbar/client/command/upgrade/repocheck.rb +2 -0
- data/lib/crowbar/client/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6829c671e8bc2dc414041575c8c8f07a83a0b18289ed2a6be0fe65909451b01f
|
|
4
|
+
data.tar.gz: 133bfc050661066a1168843e436f808f8c33c217aac902e06733d7329c298921
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 648594e28c5ae3199a2523935d8b5c6fde1ce3d08c3876853f2fce858098d7c33a496a5a47c7e9832bbc60a248357f738473f3672546b6da98ce8e8989238a0b
|
|
7
|
+
data.tar.gz: 6f27cd891acaecc4540b525c9ee3cfd2b344c0692cf98c9dbf09b714676b8cbad10566ee1754300ddf2fe2b4b276987dc7e373bed8dd0d56f841aa2b395d95e4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.9.1](https://github.com/crowbar/crowbar-client/releases/tag/v3.9.1) - 2020-07-01
|
|
4
|
+
|
|
5
|
+
* BUGFIX
|
|
6
|
+
* Fix repocheck table output (SOC-10718)
|
|
7
|
+
* Enable restricted commands for Cloud8 (bsc#1117080)
|
|
8
|
+
|
|
3
9
|
## [3.9.0](https://github.com/crowbar/crowbar-client/releases/tag/v3.9.0) - 2019-04-05
|
|
4
10
|
|
|
5
11
|
* ENHANCEMENT
|
|
@@ -178,7 +178,7 @@ module Crowbar
|
|
|
178
178
|
# hide SES command in older versions
|
|
179
179
|
remove_command :ses unless Config.defaults[:cloud_version].to_i >= 9
|
|
180
180
|
# hide Restricted command in older versions
|
|
181
|
-
remove_command :restricted unless Config.defaults[:cloud_version].to_i >=
|
|
181
|
+
remove_command :restricted unless Config.defaults[:cloud_version].to_i >= 8
|
|
182
182
|
end
|
|
183
183
|
end
|
|
184
184
|
end
|
|
@@ -50,6 +50,8 @@ module Crowbar
|
|
|
50
50
|
bad_repos.each do |bad_repo|
|
|
51
51
|
hint = "Some repopositories are not available. " \
|
|
52
52
|
"Fix the problem and call the step again."
|
|
53
|
+
repos[bad_repo] = { repo: bad_repo, status: [], type: type } \
|
|
54
|
+
unless repos.key? bad_repo
|
|
53
55
|
repos[bad_repo][:status] << "#{error} (#{arch})"
|
|
54
56
|
end
|
|
55
57
|
end
|
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.9.
|
|
4
|
+
version: 3.9.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:
|
|
13
|
+
date: 2020-01-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -114,22 +114,22 @@ dependencies:
|
|
|
114
114
|
name: activesupport
|
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
|
-
- - ">="
|
|
118
|
-
- !ruby/object:Gem::Version
|
|
119
|
-
version: 3.0.0
|
|
120
117
|
- - "<"
|
|
121
118
|
- !ruby/object:Gem::Version
|
|
122
119
|
version: 5.0.0
|
|
120
|
+
- - ">="
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
122
|
+
version: 3.0.0
|
|
123
123
|
type: :runtime
|
|
124
124
|
prerelease: false
|
|
125
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
126
|
requirements:
|
|
127
|
-
- - ">="
|
|
128
|
-
- !ruby/object:Gem::Version
|
|
129
|
-
version: 3.0.0
|
|
130
127
|
- - "<"
|
|
131
128
|
- !ruby/object:Gem::Version
|
|
132
129
|
version: 5.0.0
|
|
130
|
+
- - ">="
|
|
131
|
+
- !ruby/object:Gem::Version
|
|
132
|
+
version: 3.0.0
|
|
133
133
|
- !ruby/object:Gem::Dependency
|
|
134
134
|
name: rest-client
|
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -636,7 +636,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
636
636
|
- !ruby/object:Gem::Version
|
|
637
637
|
version: '0'
|
|
638
638
|
requirements: []
|
|
639
|
-
rubygems_version: 3.
|
|
639
|
+
rubygems_version: 3.1.2
|
|
640
640
|
signing_key:
|
|
641
641
|
specification_version: 4
|
|
642
642
|
summary: Crowbar commandline client
|