uffizzi_core 2.1.28 → 2.1.29

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
  SHA256:
3
- metadata.gz: 199b70f7baa08abad3e1a4595c101a2e11cc279631a102d37b35bb58268216f5
4
- data.tar.gz: 9f5e8dd3fb26c70f121ceed61910fb9e8d42859fa37be439dbc5870d478e07cf
3
+ metadata.gz: c97fb24aa0b59fec57a431af483f81a030afa9260fc7f0db21488edc0ad88842
4
+ data.tar.gz: e96d6f8d5b97de2d35e5311ab4cacb081a09713f1c75452d3a895c3caf73c190
5
5
  SHA512:
6
- metadata.gz: 425ca8c99814856641da3bd891de18e147c2396541e267622bc22141dda7a7ab10c9722933819770b48685ecf4a5b3d262fddd2d4072569cb80428f1f328de8c
7
- data.tar.gz: 4d3161046d57835c36b508415f9c897100a94d238f1274558b45830472fce0e5158ca4ce16bf2726798bba5d847ce6cab4918c648d420e56c833cc4f4810108e
6
+ metadata.gz: 94efb8590f5b3575978921342816d7fe48355af568f2c6e693093b64b1ac8fae5533f859e5567b201d3d67254f107fc703167ad59b1b6016376b88ab3bab5398
7
+ data.tar.gz: f258d75612c7abfda4ca2aea0bafecba4274d91cf3ecbe663051f5ef6a0614177d3666931a9317d7d6fcf7c11a2c8c22fb2ce38a1ffee4760e1d29e67f93cf5b
@@ -64,6 +64,7 @@ class UffizziCore::ContainerService
64
64
  def container_status(container, pods)
65
65
  pods
66
66
  .flat_map { |pod| pod&.status&.container_statuses }
67
+ .compact
67
68
  .detect { |cs| cs.name.include?(container.controller_name) }
68
69
  end
69
70
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UffizziCore
4
- VERSION = '2.1.28'
4
+ VERSION = '2.1.29'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uffizzi_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.28
4
+ version: 2.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Thurman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-06-07 00:00:00.000000000 Z
12
+ date: 2023-06-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aasm