uffizzi_core 2.4.4 → 2.4.5

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: fe4138139998d00870f71519ae7d1a04a0e6e67679f3f9bddbd7cd40bb12ac8b
4
- data.tar.gz: f9a83213e9471f2521b8a49bb387357bd51c736a8b8a84bc93773d41c779cd17
3
+ metadata.gz: de770239e2d7ad289688025adc9ef1138600a603022ce0411c52e5b6ff7db9f6
4
+ data.tar.gz: 25dc620adba8b17778713735e1555d7b334e03cf8d548ed42f9206416ef72da7
5
5
  SHA512:
6
- metadata.gz: 50ca23705bf0074517eceaf9627b79a5f7b9bc1bd36d05badb516d88a8910b3b76d7abf34427cd75a78a6443e75a03cab6f4e1a6f6243d0778162d1a7f8b6dbb
7
- data.tar.gz: a294d76a3709fb1030e3fb7acd6539d9b255b2543419fd6fc96903f95b093287a255a50929a2740d69f34db241159b50818b278b36a521f4618f1850a09ed905
6
+ metadata.gz: a61eaa2047260adf43bee8a75a62d9c8088677dcc5db29f8a073c36871ea784a777da245a21dee7b6c99aead6b75105e4f0f66d4b893f276f542fef9358c626f
7
+ data.tar.gz: 673f8da809540ace351849be908e0ee2c4d3e3c1d7cb03fd9ed56145a67738bf0175162bbe18e8724d21a34a2415e5c773d3334a07c47e5647dda84fd7ceaf0e
@@ -78,6 +78,7 @@ module UffizziCore::Concerns::Models::Cluster
78
78
  :deploying,
79
79
  :deployed,
80
80
  :scaling_down,
81
+ :scaling_up,
81
82
  :scaled_down,
82
83
  :failed,
83
84
  ], to: :disabled
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UffizziCore
4
- VERSION = '2.4.4'
4
+ VERSION = '2.4.5'
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.4.4
4
+ version: 2.4.5
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-12-29 00:00:00.000000000 Z
12
+ date: 2024-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aasm