dapp 0.29.0 → 0.29.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
- SHA1:
3
- metadata.gz: 72950bf823bbccdb2980f7977ab08c52a8a3b6ed
4
- data.tar.gz: 282cac11557cd2ba2d74c3c4a9ebaa14e0a180f0
2
+ SHA256:
3
+ metadata.gz: be30bea8fd8e869292096aa4a79c1b2eab2f27a32821b1bf470d1075d61ddb16
4
+ data.tar.gz: f93e02953c1cd6af75218efad824025903520b83a4468da2885833e998de8bc0
5
5
  SHA512:
6
- metadata.gz: 5b8c11386bed98342ae40225a804295715d62e1eeb00ad26efe4aeb14eadc52bda5594f941219f0984a2fdb0da8aaac61ac3d730d487d494a7ffee04a4084f7b
7
- data.tar.gz: 090755be90e39618a416b7a6cc4d106649bbcf4e3efead35e2293f20fabed3f003eaaadbd265d5acb9351940dddf8ba0571c9abf3cd32b7a1e2462596883e651
6
+ metadata.gz: ebac1814d090c804091192961012b79273dfe447a6728976083c1aa86833ddbced4a350fc9b4b72b6bf0cebe19489b3ccc640b0f36304a29cd18fadac1aba6f6
7
+ data.tar.gz: 88d17358bf7a667ad954711c35e27277873eeeec3e1e67cadfa45862a05a16ecf2ebe4fc3f1bb788d9ba4927a8e596c32789d0fd7e533b1e76fb60263b9e605b
@@ -35,6 +35,12 @@ module Dapp
35
35
  '/apis/batch/v1' => [:job, ],
36
36
  '/apis/batch/v1beta1' => [:cronjob, ],
37
37
  },
38
+ '1.11' => {
39
+ '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
40
+ '/apis/apps/v1' => [:daemonset, :deployment, :replicaset, :statefulset, ],
41
+ '/apis/batch/v1' => [:job, ],
42
+ '/apis/batch/v1beta1' => [:cronjob, ],
43
+ },
38
44
  'stable' => {
39
45
  '/api/v1' => [:service, :replicationcontroller, :pod, :podtemplate, ],
40
46
  '/apis/batch/v1' => [:job, ],
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.29.0"
2
+ VERSION = "0.29.1"
3
3
  BUILD_CACHE_VERSION = 30
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.29.0
4
+ version: 0.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-18 00:00:00.000000000 Z
11
+ date: 2019-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout
@@ -773,7 +773,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
773
773
  version: 2.5.0
774
774
  requirements: []
775
775
  rubyforge_project:
776
- rubygems_version: 2.5.1
776
+ rubygems_version: 2.7.6
777
777
  signing_key:
778
778
  specification_version: 4
779
779
  summary: Build docker packaged apps using chef or shell