pcf_blue_green 0.43.47 → 0.43.50

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: d77046f589662480e2ecb5ab1f3e4e9d25764f93fe4962ba229800177c94359b
4
- data.tar.gz: 52655da501d8998d6905490837dfa0bdbcfea8f27f83026dc851639a815945ca
3
+ metadata.gz: ebb2290f5bc9d8dab6508b108de347c4d9364bb096e4ce80cb5f6d5fbde9da9b
4
+ data.tar.gz: 5c953009bd7d96c0423c81e303d472ef1822dc73bf7ba804d36d2e62c8043777
5
5
  SHA512:
6
- metadata.gz: fd93995ddb96394a3302d4d929de56befbb96475e7388bdd30e08bf16a8996051e9994641a9dd3de9e8fb0cfce4889b816133c5ae668b71457daa8ea1c50c7ed
7
- data.tar.gz: efc06e8af0957b450d5687cb5db48c7abd5d5ba2ebaef6175d7aece90d14432e25648ad2dbbe4897991f7e73ef1aa4c4d7bea46cfcc5b9a8402e066d81eace52
6
+ metadata.gz: efc06e04a67d494e83f9d826f7844f3f826ee6d61043ebd2c03163c808002ae1b99b205fce3370779a8082ba002e084c4817c9eeb8fc959fd34eeb4b4a715a11
7
+ data.tar.gz: b967d4be74083aa4ce4f0a6fa6db04636991eaecf5dd027709cd331d7187fbf9e4692703970ac77d196ef5e0e351f0737319ecc0bc5dcac52df0824dacdd4674
@@ -1,3 +1,3 @@
1
1
  module PcfBlueGreen
2
- VERSION = "0.43.47"
2
+ VERSION = "0.43.50"
3
3
  end
@@ -65,10 +65,10 @@ function cf-push {
65
65
 
66
66
  if [ -z ${health_check_timeout+x} ]; then
67
67
  announce-task "Pushing ${app_name}"
68
- run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name}
68
+ run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} -s cflinuxfs3
69
69
  else
70
70
  announce-task "Pushing ${app_name}. ${health_check_timeout} seconds health-check timeout set"
71
- run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} -t ${health_check_timeout}
71
+ run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} -t ${health_check_timeout} -s cflinuxfs3
72
72
  fi
73
73
  }
74
74
 
@@ -77,7 +77,7 @@ function cf-push-healthcheck {
77
77
  local manifest=$2
78
78
  local health_check_type=$3
79
79
  announce-task "Pushing ${app_name}"
80
- run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} --health-check-type ${health_check_type}
80
+ run-cmd cf push ${app_name} -f ${cf_manifest} --hostname ${app_name} --health-check-type ${health_check_type} -s cflinuxfs3
81
81
  }
82
82
 
83
83
  function check-health {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pcf_blue_green
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.47
4
+ version: 0.43.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pawel Bardzinski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-10 00:00:00.000000000 Z
11
+ date: 2019-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout