kubernetes-deploy 0.31.0 → 0.31.1

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: 2f9a199d384a4137903191ff608290e6ff0c22423f8c783e866160fc546f7d00
4
- data.tar.gz: 8936ac0d23a1cb1534df26b3e1a5e78ca75006ed929bd00fb6bc70877b3342c4
3
+ metadata.gz: b5ea371b75bdbb77ee7c54096800b71ee671e7103ef91d845200b0964bcb10ce
4
+ data.tar.gz: 4b5c4a6ce792a15bdb18f748d99f9a06b7cf6b323d3692c22a6498ff0601117b
5
5
  SHA512:
6
- metadata.gz: 37add457c1cb9e1deb7691a73318b413407dbe58c7326eff5769cd88afebc56cee6b53fa8c399cd0a44c1b89078d5cb32fa50492c18e5963fa9a776967979ffd
7
- data.tar.gz: f16bf5443c6eb37a187e0bfbb82d21222d83dbaa4387a7958041d46dfef39086fbcc398c09acc1ab998a17e9031ddd0d7866e48dee318ef0b8cf3fc01e874f91
6
+ metadata.gz: 6882484623314efdac211e9af8d2f1752491ec215ff5181742cc9bb54e96f2b7d85f4e29d01477d1d0be25d90fd9cbdd47bbc3318660a6b8bca74af7e5b3c75e
7
+ data.tar.gz: 7636c573ee277a64202e1705ecabf14098b457499fa3ddca6cf64ad590ec82d93d1f7ccf874ea638f32039dfd5073b1809251602faec87d7ab805ef856f112d3
data/CHANGELOG.md CHANGED
@@ -3,7 +3,12 @@
3
3
  *Important!*
4
4
  - The next release will be 1.0.0, which means that master will contain breaking changes.
5
5
 
6
- ## 0.31
6
+ ## 0.31.1
7
+
8
+ *Bug Fixes*
9
+ - Fix a scoping issue of ClusterResourceDiscovery where it was not visible to kubernetes-run, causing a crash. ([#624](https://github.com/Shopify/kubernetes-deploy/pull/624))
10
+
11
+ ## 0.31.0
7
12
 
8
13
  *Enhancements*
9
14
  - (alpha) Add a new krane global-deploy task for deploying global resources. Note that global pruning is turned on by default ([#602](https://github.com/Shopify/kubernetes-deploy/pull/602) and [#612](https://github.com/Shopify/kubernetes-deploy/pull/612))
@@ -1,4 +1,7 @@
1
1
  # frozen_string_literal: true
2
+
3
+ require 'krane/cluster_resource_discovery'
4
+
2
5
  module Krane
3
6
  class TaskConfig
4
7
  attr_reader :context, :namespace, :logger
data/lib/krane/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Krane
3
- VERSION = "0.31.0"
3
+ VERSION = "0.31.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kubernetes-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.31.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Verey
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-11-12 00:00:00.000000000 Z
12
+ date: 2019-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport