centurion 1.10.0 → 1.10.1

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
  SHA1:
3
- metadata.gz: b0e77b37bcb7efd62a50dd92c69364667c196592
4
- data.tar.gz: e95dbfec1e39272cc02616dca556d809ead0ed43
3
+ metadata.gz: 51af32612106564d2523f46f98c8a862d855ec94
4
+ data.tar.gz: b92dfa1483449ac9d90be790a11eb79ea50ebd4f
5
5
  SHA512:
6
- metadata.gz: 952974644249e8f679725f253469168a1ae54843a110e7916bfcb75e06d0b694996c7a203da91914c3e6fd8e4848acbf0021917f9621b7cae7ad7cdb6039afc1
7
- data.tar.gz: 48a37f571045722257bc4a026be4baa2788a274bf84c0470693b283100dcc4c182108fbcff85457270c59dafca1a6d1a6e986293ff6c6a447ec00a3317feb039
6
+ metadata.gz: 264d38524264717e972df446a5dddd570ae7a913e05dee5be7306cfde7b03be221b48c8a6a3630d3b9e18f5b1345d34d66f09dc002185114a66f3f7a470f3b9d
7
+ data.tar.gz: '0609e9e3ffbf3cafb689e2ba4f47bd49eaa6ab0af32423132eb53901c8979d87d2beb13b5ab3b84f9fbb8e51f4288950d2adeaf86435717cc365bbbe5686ed7d'
@@ -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
- info "Inspecting new container #{container['Id'][0..7]}:"
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
- info "\t#{key} => #{value.inspect}"
116
+ debug "\t#{key} => #{value.inspect}"
115
117
  end
116
118
 
117
119
  container
@@ -1,3 +1,3 @@
1
1
  module Centurion
2
- VERSION = '1.10.0'
2
+ VERSION = '1.10.1'
3
3
  end
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.0
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-10-12 00:00:00.000000000 Z
24
+ date: 2018-12-06 00:00:00.000000000 Z
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: trollop