-
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 <dwertent@armosec.io>
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 <dwertent@armosec.io>
Summary:
|
* support syft types Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * fix func call Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * init map Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * update go: Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * update go mod Signed-off-by: David Wertenteil <dwertent@armosec.io> * skip exec events with empty path Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> * ignore ebpf events with empty container name Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> * avoid race condition between container start and activity reporting Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> * remove secrets from obj Signed-off-by: David Wertenteil <dwertent@armosec.io> * Add TemplateHash label (#165) * Add TemplateHash label Signed-off-by: David Wertenteil <dwertent@armosec.io> * fixed test Signed-off-by: David Wertenteil <dwertent@armosec.io> --------- Signed-off-by: David Wertenteil <dwertent@armosec.io> * Bump k8s-interface to 155 (#166) * bump k8s-interface to 155 Signed-off-by: David Wertenteil <dwertent@armosec.io> * fixed name Signed-off-by: David Wertenteil <dwertent@armosec.io> --------- Signed-off-by: David Wertenteil <dwertent@armosec.io> * Adding pod-template-hash label (#167) * Adding pod-template-hash label Signed-off-by: David Wertenteil <dwertent@armosec.io> * bump k8-interface pkg Signed-off-by: David Wertenteil <dwertent@armosec.io> --------- Signed-off-by: David Wertenteil <dwertent@armosec.io> * Call InstanceIDToSlug instead of GetSlug Signed-off-by: David Wertenteil <dwertent@armosec.io> * support syft types Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * fix func call Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * init map Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * update go: Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> * update go mod Signed-off-by: David Wertenteil <dwertent@armosec.io> * remove secrets from obj Signed-off-by: David Wertenteil <dwertent@armosec.io> --------- Signed-off-by: DanielGrunbergerCA <grunbagrunba@gmail.com> Signed-off-by: David Wertenteil <dwertent@armosec.io> Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com> Co-authored-by: DanielGrunbergerCA <grunbagrunba@gmail.com> Co-authored-by: Matthias Bertschy <matthias.bertschy@gmail.com>
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