centurion 1.10.0 → 1.10.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/lib/centurion/deploy.rb +4 -2
- data/lib/centurion/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: 51af32612106564d2523f46f98c8a862d855ec94
|
|
4
|
+
data.tar.gz: b92dfa1483449ac9d90be790a11eb79ea50ebd4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 264d38524264717e972df446a5dddd570ae7a913e05dee5be7306cfde7b03be221b48c8a6a3630d3b9e18f5b1345d34d66f09dc002185114a66f3f7a470f3b9d
|
|
7
|
+
data.tar.gz: '0609e9e3ffbf3cafb689e2ba4f47bd49eaa6ab0af32423132eb53901c8979d87d2beb13b5ab3b84f9fbb8e51f4288950d2adeaf86435717cc365bbbe5686ed7d'
|
data/lib/centurion/deploy.rb
CHANGED
|
@@ -108,10 +108,12 @@ module Centurion::Deploy
|
|
|
108
108
|
|
|
109
109
|
info "Starting new container #{container['Id'][0..7]}"
|
|
110
110
|
server.start_container(container['Id'], host_config)
|
|
111
|
+
info "Started #{container['Id'][0..7]} successfully"
|
|
111
112
|
|
|
112
|
-
|
|
113
|
+
# since this likely contains secrets we don't want to be always printing configurations
|
|
114
|
+
debug "Inspecting new container #{container['Id'][0..7]}:"
|
|
113
115
|
(server.inspect_container(container['Id']) || {}).each_pair do |key,value|
|
|
114
|
-
|
|
116
|
+
debug "\t#{key} => #{value.inspect}"
|
|
115
117
|
end
|
|
116
118
|
|
|
117
119
|
container
|
data/lib/centurion/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: centurion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nic Benders
|
|
@@ -21,7 +21,7 @@ authors:
|
|
|
21
21
|
autorequire:
|
|
22
22
|
bindir: bin
|
|
23
23
|
cert_chain: []
|
|
24
|
-
date: 2018-
|
|
24
|
+
date: 2018-12-06 00:00:00.000000000 Z
|
|
25
25
|
dependencies:
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: trollop
|