kitchen-oci 1.11.0 → 1.11.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: d33a2ccfb78f49054376de899d146e3f645c0b767987bf21c4c015847144366b
4
- data.tar.gz: 8cad778b2af1186f32eccf7306d149be86761e849a9c4171d81b4e1285a361b5
3
+ metadata.gz: 1f9e64008af5bf37b300fd76d2b90497f085a0ed6e4c0ebd5687ba47fa193c8f
4
+ data.tar.gz: 4f55d33abaa7fea4c4051474e51ee2cfc479faf48d1bd2c921d4c9377c83bc82
5
5
  SHA512:
6
- metadata.gz: 9ea5f2ed79e20d14bb9e2af673e91af00c6758003f50918d281305d68d555079eee5f5cb13ba4bd60551da81b8314be5b01cb4d1f3ec0e303a25135db643e145
7
- data.tar.gz: 5984528e7e5acd18954a258c4a6c35e484da02a24441dc80c8eb839250bff575bd555b7d2917899227da27ff3f11d7635d895c384f52a9c588d1c0ec858bed58
6
+ metadata.gz: b6d42a6f5c2b9cc4c739c1497b6a0c374e2d1c190b67827f974202219a1d94066738431bfa1613c42f15be495ccb566aa2df42566ed5f6765b7ccfb378978c91
7
+ data.tar.gz: 8406d87165bba80b0a0f13204d7057542f30144fb29885c1464373668e72191a941dafa6fff5785acc24370cf9a2b1cce5cd8f6d0d10e0d649c5b8d2a7675f9e
@@ -1,3 +1,10 @@
1
+
2
+ ## 1.11.1
3
+ - Removed characters from password string known to break winrm
4
+
5
+ ## 1.11.0
6
+ - Added support for user_data raw string
7
+
1
8
  ## 1.10.1 Issue 22
2
9
  - Added safeguard for cluster_name length restriction in DBaaS.
3
10
 
@@ -19,3 +26,7 @@
19
26
  - Added cloud-init support.
20
27
  - Added support for Windows targets.
21
28
  - Can inject powershell script to set a random password and enable WinRM
29
+
30
+
31
+ steele.justin@gmail.com
32
+ 3s!T8mRb6xbz%y
@@ -237,7 +237,7 @@ module Kitchen
237
237
 
238
238
  def random_password
239
239
  if instance_type == 'compute'
240
- special_chars = %w[! " # & ( ) * + , - . /]
240
+ special_chars = %w[! " & ( ) * + , - . /]
241
241
  elsif instance_type == 'dbaas'
242
242
  special_chars = %w[# _ -]
243
243
  end
@@ -20,6 +20,6 @@
20
20
  module Kitchen
21
21
  module Driver
22
22
  # Version string for Oracle OCI Kitchen driver
23
- OCI_VERSION = '1.11.0'
23
+ OCI_VERSION = '1.11.1'
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-oci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Pearson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-27 00:00:00.000000000 Z
11
+ date: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oci