kubernetes-deploy 0.26.0 → 0.26.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/kubernetes-deploy/options_helper.rb +2 -0
- data/lib/kubernetes-deploy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b91f72699606aaef5586e395230e24bcc65cb210ae9dd3f6d99cd8f8bcc12067
|
4
|
+
data.tar.gz: 3778e23fe3c95ffb85a5b498e43f30603e38dc89445ce95f714df0c9f695f35e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 409f9a2ceda29ae6760a32b5eb1b838911a244ad1338c809445a595d0fa79a6f28ebfbc4db6f0c7a3f5c2f3a93dce50d2467e029bc2575f2e061c65207be870f
|
7
|
+
data.tar.gz: dfc88279b4543e1b4c7e6f2f492412c2146931a2dd8fe843044f969a391de0ee9c8732ffb3872d5e758f480b14c53120e13909ee8b6f14db0e2249f112cd8cc7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
## next
|
2
2
|
|
3
|
+
## 0.26.1
|
4
|
+
|
5
|
+
*Bug fixes*
|
6
|
+
- Fixes a bug where `config/deploy/$ENVIRONMENT` would be used unconditionally if the `ENVIRONMENT` environment variable is set, ignoring any `--template-dir` argument passed.
|
7
|
+
|
3
8
|
## 0.26.0
|
4
9
|
|
5
10
|
*Enhancements*
|
@@ -23,6 +28,9 @@
|
|
23
28
|
|
24
29
|
## 0.25.0
|
25
30
|
|
31
|
+
#### WARNING
|
32
|
+
This version contains an error for handling the `--template-dir` argument. If the `ENVIRONMENT` environment variable is set, the template directory will be forcefully set to `config/deploy/$ENVIRONMENT`. This has been fixed in version 0.26.1
|
33
|
+
|
26
34
|
*Features*
|
27
35
|
- Support timeout overrides on deployments ([#414](https://github.com/Shopify/kubernetes-deploy/pull/414))
|
28
36
|
|