-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump k8s-interface to 155 #166
Conversation
Signed-off-by: David Wertenteil <[email protected]>
PR Description updated to latest commit (6a85fc9) |
PR Analysis
PR Feedback💡 General suggestions: The PR seems to be well-structured and the changes are clear. However, it would be beneficial to include a brief explanation of why the dependency version is being updated and what improvements or fixes the new version brings. Also, it would be helpful to understand the reason behind the change in the metadata section of the nginx-spdx-filtered.json file. 🤖 Code feedback:
✨ Usage tips:
|
Signed-off-by: David Wertenteil <[email protected]>
Summary:
|
* support syft types Signed-off-by: DanielGrunbergerCA <[email protected]> * fix func call Signed-off-by: DanielGrunbergerCA <[email protected]> * init map Signed-off-by: DanielGrunbergerCA <[email protected]> * update go: Signed-off-by: DanielGrunbergerCA <[email protected]> * update go mod Signed-off-by: David Wertenteil <[email protected]> * skip exec events with empty path Signed-off-by: Matthias Bertschy <[email protected]> * ignore ebpf events with empty container name Signed-off-by: Matthias Bertschy <[email protected]> * avoid race condition between container start and activity reporting Signed-off-by: Matthias Bertschy <[email protected]> * remove secrets from obj Signed-off-by: David Wertenteil <[email protected]> * Add TemplateHash label (#165) * Add TemplateHash label Signed-off-by: David Wertenteil <[email protected]> * fixed test Signed-off-by: David Wertenteil <[email protected]> --------- Signed-off-by: David Wertenteil <[email protected]> * Bump k8s-interface to 155 (#166) * bump k8s-interface to 155 Signed-off-by: David Wertenteil <[email protected]> * fixed name Signed-off-by: David Wertenteil <[email protected]> --------- Signed-off-by: David Wertenteil <[email protected]> * Adding pod-template-hash label (#167) * Adding pod-template-hash label Signed-off-by: David Wertenteil <[email protected]> * bump k8-interface pkg Signed-off-by: David Wertenteil <[email protected]> --------- Signed-off-by: David Wertenteil <[email protected]> * Call InstanceIDToSlug instead of GetSlug Signed-off-by: David Wertenteil <[email protected]> * support syft types Signed-off-by: DanielGrunbergerCA <[email protected]> * fix func call Signed-off-by: DanielGrunbergerCA <[email protected]> * init map Signed-off-by: DanielGrunbergerCA <[email protected]> * update go: Signed-off-by: DanielGrunbergerCA <[email protected]> * update go mod Signed-off-by: David Wertenteil <[email protected]> * remove secrets from obj Signed-off-by: David Wertenteil <[email protected]> --------- Signed-off-by: DanielGrunbergerCA <[email protected]> Signed-off-by: David Wertenteil <[email protected]> Signed-off-by: Matthias Bertschy <[email protected]> Co-authored-by: DanielGrunbergerCA <[email protected]> Co-authored-by: Matthias Bertschy <[email protected]>
Type
Enhancement
Description
This PR primarily focuses on updating the
k8s-interface
dependency from versionv0.0.154
tov0.0.155
. The changes include:go.mod
file.go.sum
file to match the new version.pkg/relevancymanager/v1/testdata/nginx-spdx-filtered.json
where thename
field in themetadata
section has been updated.PR changes walkthrough
2 files
go.mod
go.mod
The version of
k8s-interface
dependency has been updatedfrom
v0.0.154
tov0.0.155
.go.sum
go.sum
The checksums for
k8s-interface
dependency have beenupdated to match the new version
v0.0.155
.1 files
nginx-spdx-filtered.json
pkg/relevancymanager/v1/testdata/nginx-spdx-filtered.json
The
name
field in themetadata
section has been updatedfrom
pod-pod
topod-pod-cb3a-a929
.User description
Overview