dapp 0.36.31 → 0.36.32

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: b9c8f402febf493686b35421af708a41e042f49c723332aa6c25ee2f8422a29f
4
- data.tar.gz: f77221aa49ef340531100ab50452b715f3c5219d5c815c02c7d059db59b9e93f
3
+ metadata.gz: baa413b2ead1133b54d5c52149e11a835a66a681655a9cda5f756ef9a62b101a
4
+ data.tar.gz: 6e54dc5d87aa7f205e640a65e1f34a336235c2fff17767c61503e7032d6836a9
5
5
  SHA512:
6
- metadata.gz: 539a336dc24ce63e35fff5e5a7c3a1d51aa1bc5d6e41db759d2c400b76a9f55d6caf609407608b71f206b3a46041118ec404ef315cc5c78307006ff69a77bfb0
7
- data.tar.gz: fc858086a2ada1f16aa87c0cdc50af83e9ed03bec3f600d562548470f2c2cbb77347052d3306f60b98d4ce19737eb46e6545af6dfbde0e619d65d80c8b4883e6
6
+ metadata.gz: 580a11967ef8ee1a66f00b8901b3ef1b0fdb8acc54f5960bbb2c03721323bd00292c0c48208da9ac9dff8ec08c7d74935299c080bc8d3a2d30154ce26f9e9d71
7
+ data.tar.gz: fa7218c96a4252f457a907377c541ceceb3cef84486d60e54e3fcb3c983a9ac441ad8f1f8037221cd7695815ae266f3249a1e52bc711671f4f8a4672a8a77560
data/bin/dapp CHANGED
@@ -75,7 +75,29 @@ set_gitlab_cancel_handler if ENV["GITLAB_CI"]
75
75
  begin
76
76
  begin
77
77
  begin
78
- Dapp::CLI.new.run
78
+ begin
79
+ Dapp::CLI.new.run
80
+ ensure
81
+ if Time.now.to_date < Date.parse("2019-11-01")
82
+ STDERR.puts
83
+ STDERR.puts ::Paint["###################################################################", :red, :bold]
84
+ STDERR.puts ::Paint["### DEPRECATION WARNING! ###", :red, :bold]
85
+ STDERR.puts ::Paint["### Dapp will be deprecated for use starting with 01.11.2019! ###", :red, :bold]
86
+ STDERR.puts ::Paint["### Please port your project to werf: ###", :red, :bold]
87
+ STDERR.puts ::Paint["### https://werf.io ###", :red, :bold]
88
+ STDERR.puts ::Paint["###################################################################", :red, :bold]
89
+ STDERR.puts
90
+ else
91
+ STDERR.puts
92
+ STDERR.puts ::Paint["######################################################################", :red, :bold]
93
+ STDERR.puts ::Paint["### DEPRECATION WARNING! ###", :red, :bold]
94
+ STDERR.puts ::Paint["### Dapp is deprecated for use and will not receive any support! ###", :red, :bold]
95
+ STDERR.puts ::Paint["### Please port your project to werf: ###", :red, :bold]
96
+ STDERR.puts ::Paint["### https://werf.io ###", :red, :bold]
97
+ STDERR.puts ::Paint["######################################################################", :red, :bold]
98
+ STDERR.puts
99
+ end
100
+ end
79
101
  rescue Dapp::Error::Base => e
80
102
  unless (message = Dapp::Helper::NetStatus.before_error_message(e)).empty?
81
103
  $stderr.puts(message)
@@ -41,6 +41,30 @@ module Dapp
41
41
  '/apis/batch/v1' => [:job, ],
42
42
  '/apis/batch/v1beta1' => [:cronjob, ],
43
43
  },
44
+ '1.12' => {
45
+ '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
46
+ '/apis/apps/v1' => [:daemonset, :deployment, :replicaset, :statefulset, ],
47
+ '/apis/batch/v1' => [:job, ],
48
+ '/apis/batch/v1beta1' => [:cronjob, ],
49
+ },
50
+ '1.13' => {
51
+ '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
52
+ '/apis/apps/v1' => [:daemonset, :deployment, :replicaset, :statefulset, ],
53
+ '/apis/batch/v1' => [:job, ],
54
+ '/apis/batch/v1beta1' => [:cronjob, ],
55
+ },
56
+ '1.14' => {
57
+ '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
58
+ '/apis/apps/v1' => [:daemonset, :deployment, :replicaset, :statefulset, ],
59
+ '/apis/batch/v1' => [:job, ],
60
+ '/apis/batch/v1beta1' => [:cronjob, ],
61
+ },
62
+ '1.15' => {
63
+ '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
64
+ '/apis/apps/v1' => [:daemonset, :deployment, :replicaset, :statefulset, ],
65
+ '/apis/batch/v1' => [:job, ],
66
+ '/apis/batch/v1beta1' => [:cronjob, ],
67
+ },
44
68
  'stable' => {
45
69
  '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
46
70
  '/apis/batch/v1' => [:job, ],
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.36.31"
2
+ VERSION = "0.36.32"
3
3
  BUILD_CACHE_VERSION = 33
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.31
4
+ version: 0.36.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-09 00:00:00.000000000 Z
11
+ date: 2019-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout