Update dependency harborapi to v0.25.2 #23
Merged
+1
−1
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:
==0.23.1
->==0.25.2
Release Notes
unioslo/harborapi (harborapi)
v0.25.2
Compare Source
Changed
default=
kwarg for default values. This prevents certain type checking errors when the model is instantiated without specifying the field.v0.25.1
Compare Source
v0.25.0
Compare Source
Added
HarborAsyncClient.get_permissions()
HarborAsyncClient.get_project_immutable_tag_rules()
HarborAsyncClient.create_project_immutable_tag_rule()
HarborAsyncClient.update_project_immutable_tag_rule()
HarborAsyncClient.enable_project_immutable_tagrule()
HarborAsyncClient.delete_project_immutable_tag_rule()
HarborAsyncClient.get_artifact_vulnerability_reports()
HarborAsyncClient.get_robots_v1()
HarborAsyncClient.create_robot_v1()
HarborAsyncClient.get_robot_v1()
HarborAsyncClient.update_robot_v1()
HarborAsyncClient.delete_robot_v1()
Removed
HarborAsyncClient.search()
.Deprecated
HarborAsyncClient.get_artifact_vulnerabilities()
in favor ofHarborAsyncClient.get_artifact_vulnerability_reports()
.v0.24.2
Compare Source
Changed
v0.24.1
Compare Source
Fixed
v0.24.0
Compare Source
Added
harborapi.models.SBOMOverview
which represents the SBOM overview for an artifact. Can be accessed viaArtifact.sbom_overview
.Changed
*audit_log_rotation*
methods are now deprecated and will be removed in a future release.StrDictRootModel
andStrRootModel
.v0.23.4
Compare Source
Changed
HarborAsyncClient.authenticate(verify=...)
will no longer instantiate a new client object if theverify
value is identical to current one.Removed
example
keyword arguments.v0.23.3
Compare Source
Fixed
HarborAsyncClient.authenticate(verify=...)
causing the client to fail to discard Harbor CSRF cookies.v0.23.2
Compare Source
Added
verify
parameter forHarborAsyncClient.authenticate()
.ProjectMetadata.auto_sbom_generation
Fixed
ReplicationFilter.value
validation failing due to receiving non-dict value. Now acceptsstr
,dict[str, Any]
andNone
.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.