You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.1.8 - Merged pull request from calesanz #16 to allow a new sslVerify option to pass in the CA certificate file, or to leave SSL validation disabled
In addition this pull request adds a requestingAddress which optionally controls the call-back ip when using the postversioncontrolrestore command
Finally this pull requests adds scripts and a testing suite using docker
Updated python SDK to 1.6.15
Minor fixes to the pull request
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,11 @@ To do this you will need to install Version Control For SplunkCloud on your Splu
265
265
## Release Notes
266
266
### 1.1.8
267
267
README.md update - git repositories must be dedicated per-backup and not shared with other items as the root level / top level directory is used
268
+
Merged pull request from calesanz https://github.com/gjanders/SplunkVersionControl/pull/16 to allow a new sslVerify option to pass in the CA certificate file, or to leave SSL validation disabled
269
+
In addition this pull request adds a requestingAddress which optionally controls the call-back ip when using the postversioncontrolrestore command
270
+
Finally this pull requests adds scripts and a testing suite using docker into the github version, for SplunkBase the test directory is removed (you can access it on https://github.com/gjanders/SplunkVersionControl)
271
+
272
+
Updated Splunk python SDK to 1.6.15
268
273
269
274
### 1.1.7
270
275
Increase timeout for commands to a default of 60 seconds
0 commit comments