Skip to content
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

chore: fix released files #732

Merged
merged 1 commit into from
Feb 26, 2024
Merged

chore: fix released files #732

merged 1 commit into from
Feb 26, 2024

Conversation

janisz
Copy link
Collaborator

@janisz janisz commented Feb 22, 2024

In order to keep backward compatibility for kube-linter-action we can't publish signatures for tar.gz as it breaks download script. We can fix it but it will take some time until everyone upgrade.
What's more kube-linter action for windows does not use zip but tar.gz for the same reason we need to bring this file back to releases.
Due to limitation of goreleaser there is no easy way to have an artifact for a single arch. So we will not publish zips for Windows builds.

Refs:

Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
@janisz janisz requested a review from dhaus67 February 22, 2024 16:58
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (39d132c) 72.37% compared to head (d078750) 72.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #732   +/-   ##
=======================================
  Coverage   72.37%   72.37%           
=======================================
  Files          45       45           
  Lines        1937     1937           
=======================================
  Hits         1402     1402           
  Misses        421      421           
  Partials      114      114           
Flag Coverage Δ
bats ?
unit 72.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janisz janisz merged commit 32973f1 into stackrox:main Feb 26, 2024
7 checks passed
@janisz janisz deleted the fix_releases branch February 26, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants