kitchen-yansible-pusher 0.3.2 → 0.3.3

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
2
  SHA256:
3
- metadata.gz: 11fa36391470d9fc69222ba0009831a25af5cf03942eeba49b515df133d2f0d8
4
- data.tar.gz: f7ec2a2c220c897e221cd1233686f223133898f93e634e27d9fcc77cbeb1cd3c
3
+ metadata.gz: afe63f3c67f230c4301e735d5540f3ff6c70ec23d6fda66de5b1dc4060ce6b9c
4
+ data.tar.gz: 6d4b871b11fa9caa4afdbf70bc9d634a3e259a10386f1a2d4c9ceefdafea98e8
5
5
  SHA512:
6
- metadata.gz: cbdfb4d9258cc47e26c2414a732e84c717a65bec8b072a4472a9bab7623caeca160c14d1c72141b8f72ae034275be3e8c30a7b8660482becae2e6ca1c5a11244
7
- data.tar.gz: 5bae348c9fc6d424c24ff4f27aa92133bf390774418b5bd06dd86d4fa994dbcc49e19dd2a0bc86ce13746030989df6a35471bee046488697aa840b470221d527
6
+ metadata.gz: 59497bfd0f0da5d5439a9a39bbfa5bbb1018fac313f544b631a6be1bb760ae14ba5c64c35dba65a808b75b85bba04c2a35aacc6ed9a60739d910ac45e55996c4
7
+ data.tar.gz: aa42877e5239f30db14685593bea457410d780d6dfcbf506e1018668567292c523924713fca6e418c1373f0ddee3ad500c2b78aea60600911543b4c7647a54a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [Unreleased](https://github.com/jmtx1020/kitchen-yansible-pusher/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/jmtx1020/kitchen-yansible-pusher/compare/v0.3.2...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - update: set default verbosity level to 0 [\#16](https://github.com/jmtx1020/kitchen-yansible-pusher/pull/16) ([jmtx1020](https://github.com/jmtx1020))
10
+
11
+ ## [v0.3.2](https://github.com/jmtx1020/kitchen-yansible-pusher/tree/v0.3.2) (2024-09-05)
12
+
13
+ [Full Changelog](https://github.com/jmtx1020/kitchen-yansible-pusher/compare/v0.3.1...v0.3.2)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - feature: move env vars to system env hash [\#15](https://github.com/jmtx1020/kitchen-yansible-pusher/pull/15) ([jmtx1020](https://github.com/jmtx1020))
18
+
3
19
  ## [v0.3.1](https://github.com/jmtx1020/kitchen-yansible-pusher/tree/v0.3.1) (2024-09-04)
4
20
 
5
21
  [Full Changelog](https://github.com/jmtx1020/kitchen-yansible-pusher/compare/v0.3.0...v0.3.1)
@@ -33,7 +33,7 @@ module Kitchen
33
33
  default_config :extra_flags, []
34
34
  default_config :tags, []
35
35
  default_config :skip_tags, []
36
- default_config :verbosity, 1
36
+ default_config :verbosity, 0
37
37
  default_config :vault_password_file, nil
38
38
  default_config :username, nil
39
39
  default_config :private_key, nil
@@ -3,7 +3,7 @@
3
3
  module Kitchen
4
4
  module Yansible
5
5
  module Pusher
6
- VERSION = "0.3.2"
6
+ VERSION = "0.3.3"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-yansible-pusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose M. Tobar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-05 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A modern & minimalistic Ansible provisioner for Test Kitchen.
14
14
  email: