kuber_kit 0.8.0 → 0.8.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: c5429f626563faf0dae4a1eea1b4eab7497830b428854bbdd848c65ec628cb19
4
- data.tar.gz: be07f4b3115b9466232ddf889bbbe747a6c9f8b77ea422e1ce39a2631c98dce0
3
+ metadata.gz: 665f3cb54625585e4c186776ca0bdf3d3a230636c637b8b5c969c46a47e2680d
4
+ data.tar.gz: 789b513ad128c9b31e05896638a5da988a3eccfb672f4535718e3f07c0c63585
5
5
  SHA512:
6
- metadata.gz: 821a68b8717e7ae248406453c075bc1334a240bcfbed229ed3411a403e952e3b100e6b60ecbb2ec93fdf793f02818b390830f95b2f5d745c16833e09a26574fe
7
- data.tar.gz: b0a0d0ad446ae16e0c7580a39eb5efbe3fd5e312d75c699d73ef99f94c5c99a524f90ad8f8a0c9d4b133f0bd20bcbf291623c55f7c821b32120c6767d021a82e
6
+ metadata.gz: 5cb6912033a27da36b85872b39d14f8a1bf7081b546c80f29f2fe69f86ecfb0dc84ea77f2771a0f2cdd237cf1a1e6c0a993f2f74acbeac5ec3078ed1fd1d26ca
7
+ data.tar.gz: de099ce2d2c96b566942ef7440f8d09afc81ce3f0a9a693862ab6d710e4706abad5114fb02ab2400cd42e00a261eab5c0cfd778fe707b486f14cbaf7f872e717
data/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- **0.8.0**
1
+ **0.8.1**
2
2
  - Allow deploying services without dependecies
3
3
  - Default services should be first in the list
4
4
  - KubeConfig should be able to take file from artifact
5
5
 
6
- **0.7.0**
6
+ **0.7.1**
7
7
  - Added Ruby 3.0 support
8
8
 
9
9
  **0.6.4**
data/lib/kuber_kit/cli.rb CHANGED
@@ -54,8 +54,8 @@ class KuberKit::CLI < Thor
54
54
  tags: (options[:tags] || []).flatten.uniq,
55
55
  skip_services: (options[:skip_services] || []).flatten.uniq,
56
56
  skip_compile: options[:skip_compile] || false,
57
- skip_dependencies: options[:skip_dependencies] || false
58
- require_confirmation: require_confirmation,
57
+ skip_dependencies: options[:skip_dependencies] || false,
58
+ require_confirmation: require_confirmation
59
59
  )
60
60
  end
61
61
 
@@ -1,3 +1,3 @@
1
1
  module KuberKit
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuber_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iskander Khaziev