vidar 1.5.1 → 1.5.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
  SHA256:
3
- metadata.gz: 240f3c0df388e9422b6d760a2e1928cd171c0d30975d412adfed4552d7a0d0f7
4
- data.tar.gz: 326488628ef5fbfd0a05e0ae5404dd9259208ec2a5657a5d00add05a433a2a85
3
+ metadata.gz: 6b22402fd513f993a6ab560ebcf0c60e5cfc90e52be81dbeffd72895f378e121
4
+ data.tar.gz: 41f9b0210dc35ac34c0acb014547fb3bb8b8e5e08181a7dbe39fc6c01700c322
5
5
  SHA512:
6
- metadata.gz: f34ff012aa568b177d01ed3c4a9c2ad1d6c676742ed753c27bc2080b6cab0394fb36a74e5b02a3976a772806e00cabb4d8547ad2bd97422dd1e072f614036078
7
- data.tar.gz: ae7ae56cad2aa1afe8d4e22ec2bce11c4dd5868cbd7acc41571094e16226e37f4b8539a32558c5ec8ab4aa7008920e2ed03d6959e5bd2c2bb803233003b36e04
6
+ metadata.gz: 2cf92a927367e9b93bb87c871abb6740607db681b5aad992a47fda7d00d0858a10d055448711e21cb330b34b04a3a432414528c4973c6c469f1c9a13fc31f646
7
+ data.tar.gz: bbde9d7b95f25addb413181238c2f61c5d6f02caf4bab75551ce69bf765bdbbdf5689650994c2117d1978687981bad47c4288215e11ca09128fbe1594dc4267e
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.3.11
1
+ 2.3.22
@@ -14,12 +14,9 @@ jobs:
14
14
  ruby-version: ['3.0', 3.1]
15
15
 
16
16
  steps:
17
- - uses: actions/checkout@v2
17
+ - uses: actions/checkout@v3
18
18
  - name: Set up Ruby
19
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
20
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
21
- # uses: ruby/setup-ruby@v1
22
- uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
19
+ uses: ruby/setup-ruby@v1
23
20
  with:
24
21
  ruby-version: ${{ matrix.ruby-version }}
25
22
  bundler-cache: true # runs 'bundle install' and caches installed gems automatically
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.5.2 - 2022-09-20
4
+
5
+ - excluse job containter from pod set status check
6
+
3
7
  ## 1.5.0 - 2022-04-20
4
8
 
5
9
  - Drop ruby 2.7 support and test against ruby 3.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vidar (1.5.1)
4
+ vidar (1.5.2)
5
5
  colorize
6
6
  faraday
7
7
  thor (~> 1.0)
@@ -9,8 +9,8 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.8.0)
13
- public_suffix (>= 2.0.2, < 5.0)
12
+ addressable (2.8.1)
13
+ public_suffix (>= 2.0.2, < 6.0)
14
14
  ast (2.4.2)
15
15
  awesome_print (1.9.2)
16
16
  coderay (1.1.3)
@@ -18,22 +18,23 @@ GEM
18
18
  crack (0.4.5)
19
19
  rexml
20
20
  diff-lcs (1.5.0)
21
- faraday (2.2.0)
22
- faraday-net_http (~> 2.0)
21
+ faraday (2.5.2)
22
+ faraday-net_http (>= 2.0, < 3.1)
23
23
  ruby2_keywords (>= 0.0.4)
24
- faraday-net_http (2.0.2)
24
+ faraday-net_http (3.0.0)
25
25
  hashdiff (1.0.1)
26
+ json (2.6.2)
26
27
  method_source (1.0.0)
27
28
  parallel (1.22.1)
28
- parser (3.1.2.0)
29
+ parser (3.1.2.1)
29
30
  ast (~> 2.4.1)
30
31
  pry (0.14.1)
31
32
  coderay (~> 1.1)
32
33
  method_source (~> 1.0)
33
- public_suffix (4.0.7)
34
+ public_suffix (5.0.0)
34
35
  rainbow (3.1.1)
35
36
  rake (13.0.6)
36
- regexp_parser (2.3.0)
37
+ regexp_parser (2.5.0)
37
38
  rexml (3.2.5)
38
39
  rspec (3.11.0)
39
40
  rspec-core (~> 3.11.0)
@@ -41,44 +42,40 @@ GEM
41
42
  rspec-mocks (~> 3.11.0)
42
43
  rspec-core (3.11.0)
43
44
  rspec-support (~> 3.11.0)
44
- rspec-expectations (3.11.0)
45
+ rspec-expectations (3.11.1)
45
46
  diff-lcs (>= 1.2.0, < 2.0)
46
47
  rspec-support (~> 3.11.0)
47
48
  rspec-mocks (3.11.1)
48
49
  diff-lcs (>= 1.2.0, < 2.0)
49
50
  rspec-support (~> 3.11.0)
50
- rspec-support (3.11.0)
51
- rubocop (1.27.0)
51
+ rspec-support (3.11.1)
52
+ rubocop (1.36.0)
53
+ json (~> 2.3)
52
54
  parallel (~> 1.10)
53
- parser (>= 3.1.0.0)
55
+ parser (>= 3.1.2.1)
54
56
  rainbow (>= 2.2.2, < 4.0)
55
57
  regexp_parser (>= 1.8, < 3.0)
56
- rexml
57
- rubocop-ast (>= 1.16.0, < 2.0)
58
+ rexml (>= 3.2.5, < 4.0)
59
+ rubocop-ast (>= 1.20.1, < 2.0)
58
60
  ruby-progressbar (~> 1.7)
59
61
  unicode-display_width (>= 1.4.0, < 3.0)
60
- rubocop-ast (1.17.0)
62
+ rubocop-ast (1.21.0)
61
63
  parser (>= 3.1.1.0)
62
64
  rubocop-rake (0.6.0)
63
65
  rubocop (~> 1.0)
64
- rubocop-rspec (2.10.0)
65
- rubocop (~> 1.19)
66
+ rubocop-rspec (2.13.1)
67
+ rubocop (~> 1.33)
66
68
  ruby-progressbar (1.11.0)
67
69
  ruby2_keywords (0.0.5)
68
70
  thor (1.2.1)
69
- unicode-display_width (2.1.0)
70
- webmock (3.14.0)
71
+ unicode-display_width (2.3.0)
72
+ webmock (3.18.1)
71
73
  addressable (>= 2.8.0)
72
74
  crack (>= 0.3.2)
73
75
  hashdiff (>= 0.4.0, < 2.0.0)
74
76
 
75
77
  PLATFORMS
76
- aarch64-linux-musl
77
- x86_64-darwin-18
78
- x86_64-darwin-19
79
- x86_64-darwin-20
80
- x86_64-darwin-21
81
- x86_64-linux
78
+ ruby
82
79
 
83
80
  DEPENDENCIES
84
81
  awesome_print
@@ -93,4 +90,4 @@ DEPENDENCIES
93
90
  webmock
94
91
 
95
92
  BUNDLED WITH
96
- 2.3.11
93
+ 2.3.22
data/Rakefile CHANGED
@@ -6,4 +6,4 @@ RSpec::Core::RakeTask.new(:spec)
6
6
  RuboCop::RakeTask.new
7
7
 
8
8
  task ci: %i[spec rubocop]
9
- task default: %i[spec rubocop:auto_correct]
9
+ task default: %i[spec rubocop:autocorrect]
@@ -61,7 +61,7 @@ module Vidar
61
61
  end
62
62
 
63
63
  def all_containers
64
- @all_containers ||= containers_data.map { |status| Container.new(status) }
64
+ @all_containers ||= containers_data.map { |status| Container.new(status) }.reject(&:job?)
65
65
  end
66
66
 
67
67
  def containers_data
data/lib/vidar/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vidar
2
- VERSION = '1.5.1'.freeze
2
+ VERSION = '1.5.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vidar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-04-20 00:00:00.000000000 Z
12
+ date: 2022-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  - !ruby/object:Gem::Version
244
244
  version: '0'
245
245
  requirements: []
246
- rubygems_version: 3.3.11
246
+ rubygems_version: 3.3.7
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: K8s deployment tools based on thor