Update dependency python-gvm to v1.6.0 #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.0.0b3
->==1.6.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
greenbone/python-gvm (python-gvm)
v1.6.0
: python-gvm 1.6.0Compare Source
1.6.0 - 2020-06-10
Added
#235
Fixed
v1.5.0
: python-gvm 1.5.0Compare Source
1.5.0 - 2020-05-12
Added
get_policy
,get_policies
,clone_policy
,delete_policy
,get_audit
,get_audits
,clone_audit
anddelete_audit
methods to GMPv9 class. Also do not return policies for configrequests and audits for task requests #223
Changed
now #207
Removed
pontos.version #213
v1.4.0
: python-gvm 1.4.0Compare Source
1.4.0
Added
#198
Changed
pipenv
withpoetry
for dependency management.poetry install
works a bit different then
pipenv install
. It installs dev packages bydefault and also python-gvm in editable mode. This means after running
poetry install
gvm will directly be importable in the virtual pythonenvironment. #197
__str__
and__repr__
method. This allows for easier error printing
#199
v1.3.0
: python-gvm 1.3.0Compare Source
1.3.0
Added
GvmServerError
,GvmClientError
,GvmResponseError
andInvalidArgumentType
error type classes #192Changed
InvalidArgument
andRequiredArgument
errors in the gmp classes #192transform.py
#192v1.2.0
: python-gvm 1.2.0Compare Source
1.2.0
Added
gmp.connection
#185determine_remote_gmp_version
anddetermine_supported_gmp
methods togmp.protocols.gmp
module #186Fixed
exclude_hosts
-bug in the methodmodify_target
.See #187 for more details #188
EntityType.AGENT
enum #190v1.1.0
: python-gvm 1.1.0Compare Source
Added
create_audit
method, to create a task with theusage_type
audit
#157create_policy
method, to create a config with theusage_type
policy
#157create_tls_certificate
,modify_tls_certificate
andclone_tls_certificate
to create, modify and copy TLS certificates #157get_tls_certificates
, to request TLS certificates from the server #157get_tls_certificate
, to request a single TLS certificate from the server #166Changed
TLS_CERTIFICATE
toEntityType
andFilterType
#157DEFAULT_UNIX_SOCKET_PATH
#119Deprecated
v1.0.0
: python-gvm 1.0.0Compare Source
This is the first release of python-gvm. Compared to the last beta release it contains the following changes:
Changed
Fixed
create_tag
andmodify_tag
resource_type
argument to expect anEntityType in
Gmp8
PR 150SMB
as an allowedAlertMethod
for SecInfo events[PR https://github.com/greenbone/python-gvm/pull/145ll/145
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.