-
Notifications
You must be signed in to change notification settings - Fork 546
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
Remove sget command #1364
Remove sget command #1364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also need to remove from the goreleaser:
https://github.com/sigstore/cosign/blob/main/.goreleaser.yml#L147
and from build image using ko
https://github.com/sigstore/cosign/blob/main/Makefile#L140
https://github.com/sigstore/cosign/blob/main/release/release.mk#L22
and general build
https://github.com/sigstore/cosign/blob/main/Makefile#L92
Thanks @cpanato for finding those! 🙏 I also found a handful of other spots we're using the Also, I left the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
will defer to @dlorenc
would merge this after the 1.5.1 release |
I'd honestly still rather wait here until we have a plan. I don't think it's going to take forever to get something drafted, but doing it in a rush before we've figured out what the next step is feels like a mistake. |
Agreed 💯 . Let's do that, and this PR is here if/when we want it. |
Ok so for a plan, we can leave this around until the new repo is created and we've done a release from there. That way we can delete here without causing too much confusion. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
@imjasonh, when we make the release of the sget in the other repo we will continue the release version of sget and do a |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Not stale |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
I think we should merge this PR. As-is, sget is only marginally useful. There's no real replacement but then again sget itself was never complete and often encouraged security antipatterns. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Just catching up here! 😅 I'm happy to go through the merge conflicts and resolve them if current maintainers are still into this change! Otherwise we can close this. |
i think we want that, the sget repo was archived and I think we should remove this as well I can help here as well @luhring in case you need cc @priyawadhwa @bobcallaway @lukehinds thoughts? |
Removing it sgtm! |
Signed-off-by: Dan Luhring <[email protected]>
@cpanato That'd be great, actually, thank you! I just tried to resolve conflicts (and I'll push this state of my branch here), but it looks like there are additional uses of I defer to you on how best to move forward. |
Codecov Report
@@ Coverage Diff @@
## main #1364 +/- ##
=======================================
Coverage 29.47% 29.47%
=======================================
Files 151 151
Lines 9678 9678
=======================================
Hits 2853 2853
Misses 6386 6386
Partials 439 439 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
- id: linux-cosigned | ||
binary: cosigned-linux-{{ .Arch }} | ||
no_unique_dist_dir: true | ||
main: ./cmd/cosign/webhook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from where this come from? this was deprecated a long time and not have it own repo (policy-controller)
@luhring maybe you rebased using an older base? |
@cpanato Please! 🙏 |
closing in favor of #2885 |
Summary
Removes the
sget
command for now, while the team refines the vision for the "sget" idea, how it will be manifested in code, and how we'll distribute it to users.Ticket Link
Related to #1363
Release Note