kubernetes-deploy 0.12.9 → 0.12.10
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 +4 -1
- data/lib/kubernetes-deploy/kubernetes_resource/deployment.rb +3 -1
- data/lib/kubernetes-deploy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c8a390f4ff6a797031463d97a0d29216fc749a1
|
|
4
|
+
data.tar.gz: 833912839843e62d9c8a34ecb74a10c8915b4aa1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33ec779ba0300b9d0b080bd2da276e0e618eb0d4dbd398bfcaa9c27d380432eb4b947b550fa1e5bc8dde0d2785d477b934516f7e8232cd8a24b683d8ba57dd3d
|
|
7
|
+
data.tar.gz: 60b591e4120d2d0c408f41114e733f6c0cc5e0e3cd919798a52969ad4ecc3ea6d2dc4a6142862a38a117d06240611d73b75a0c12017af5f08c0454f41b17f9f9
|
data/CHANGELOG.md
CHANGED
|
@@ -54,7 +54,9 @@ module KubernetesDeploy
|
|
|
54
54
|
def timeout_message
|
|
55
55
|
progress_seconds = @definition['spec']['progressDeadlineSeconds']
|
|
56
56
|
if progress_seconds
|
|
57
|
-
"Deploy timed out due to progressDeadlineSeconds of #{progress_seconds} seconds
|
|
57
|
+
"Deploy timed out due to progressDeadlineSeconds of #{progress_seconds} seconds, "\
|
|
58
|
+
" reason: #{@progress['reason']}\n"\
|
|
59
|
+
"#{@latest_rs&.timeout_message}"
|
|
58
60
|
else
|
|
59
61
|
@latest_rs&.timeout_message
|
|
60
62
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kubernetes-deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Katrina Verey
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-10-
|
|
12
|
+
date: 2017-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|