kube_schema 1.4.6 → 1.4.7

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: 3e7732461c5716899dd57ba0612b2be5207700cf9bb80efab34bf79007b03474
4
- data.tar.gz: 6610c890b3397c83f35e163fc768cf66e38a2b5bea8225692355d58c85a846e2
3
+ metadata.gz: 22cb0d8e08b4d2998af7ccab9a5830fc1a570d1b7cb171f883348d935b39e42e
4
+ data.tar.gz: 8dfb51b129f077dd37e531e75e65b0f517dfa11217ba4657fe1717ecf37665bd
5
5
  SHA512:
6
- metadata.gz: 433994760d793f0da8cba9be69550ceb3af70b9c4d4a15a1a58fc04d42a7dae596d4a2d8d38177c0c5434de152afd043d7feff06506ab7c49c53bc49173b7881
7
- data.tar.gz: e5121666a3ef2d6875b83c2c30b21afaf606df8f0b64bd291f52d934ad0b95f89c14098c8097834e8fe2926a463b77e38c4a902a3131798454b4de8518f3975e
6
+ metadata.gz: f8da170a5eb03ee4e1b51e9decf36d4bbe5ef09268c3c9474304623ab6624904056b7398a511df1202b290ba93016a3052cee378a06b3efa7dbb17a753322cb1
7
+ data.tar.gz: 49c0989080ab980bf73da29547554153b4c2aa237be43bd97e051ef605b453125a3a072693cd44996c1f2f99bbe0940a8cf65092df5d68f7a24fd599a2f37b02
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kube_schema (1.4.6)
4
+ kube_schema (1.4.7)
5
5
  json_schemer (~> 2.5.0)
6
6
  rubyshell (~> 1.5.0)
7
7
 
@@ -4,6 +4,8 @@ mkdir -p schemas
4
4
  git show schemas2:data/crds/05-crd-only-definitions.json > schemas/crd-definitions.json
5
5
  git show schemas2:data/crds/07-loft-definitions.json > schemas/loft-definitions.json
6
6
  git show schemas2:data/crds/08-kubevirt-definitions.json > schemas/kubevirt-definitions.json
7
+ git show schemas2:data/crds/09-cdi-definitions.json > schemas/cdi-definitions.json
8
+
7
9
 
8
10
  git ls-tree --name-only schemas2 data/k8s.io/ | while read -r path; do
9
11
  git show "schemas2:$path" > "schemas/$(basename "$path")"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kube
4
4
  module Schema
5
- VERSION = "1.4.6"
5
+ VERSION = "1.4.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan K