kubescape / operator

Operator is an in-cluster component of the Kubescape security platform. It allows clients to connect to itself, listens for commands from the connected clients and controls other in-cluster components according to received commands.
Apache License 2.0
12 stars 20 forks source link

bump k8s-interface pkg #197

Closed dwertent closed 8 months ago

dwertent commented 8 months ago

Type

Enhancement


Description


PR changes walkthrough

Relevant files                                                                                                                                 
Dependencies
2 files
go.mod                                                                                                           
    go.mod

    **The version of the `k8s-interface` package has been updated
    from `v0.0.148` to `v0.0.153`.**
+1/-1
go.sum                                                                                                           
    go.sum

    **The checksums for the `k8s-interface` package have been
    updated to reflect the new version `v0.0.153`.**
+2/-2

User description

Overview

This PR fixes #

Signed Commits

codiumai-pr-agent-free[bot] commented 8 months ago

PR Description updated to latest commit (https://github.com/kubescape/operator/commit/1d3f32fdf76ae66fe62da9414771eada19b2443f)

codiumai-pr-agent-free[bot] commented 8 months ago

PR Analysis

How to use

Instructions > To invoke the PR-Agent, add a comment using one of the following commands: > **/review**: Request a review of your Pull Request. > **/describe**: Update the PR title and description based on the contents of the PR. > **/improve [--extended]**: Suggest code improvements. Extended mode provides a higher quality feedback. > **/ask \**: Ask a question about the PR. > **/update_changelog**: Update the changelog based on the PR's contents. > **/add_docs**: Generate docstring for new components introduced in the PR. > **/generate_labels**: Generate labels for the PR based on the PR's contents. > see the [tools guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md) for more details. >To edit any configuration parameter from the [configuration.toml](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml), add --config_path=new_value. >For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." >To list the possible configuration parameters, add a **/config** comment.
github-actions[bot] commented 8 months ago

Summary: