-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unable to validate cosign version: 'v2.0.0' #132
Comments
Same issue for me |
It's due to chart-testing still using a cosing-installer action version that tries to grab the cosign release from googleapis.com and gives back an AccessDenied. Or am I wrong? |
I see in the action this
Instead of this |
Version 2.4.0 of chart-testing still uses cosign-installer version 3.0.1 https://github.com/helm/chart-testing-action/blob/v2.4.0/action.yml#L23C13-L23C82 |
This was working correctly an hour ago (09:40 GMT). |
I guess googleapis.com closed the access for unauthorized users. |
I can confirm that the actions works when using the latest commit on main. Looks like we just need a 2.5.0 release. Until then we can pin to - name: Setup chart-testing
uses: helm/chart-testing-action@cb49023b9227b1097e5eddd8824f48bdea11b1aa # Unreleased version @cpanato are you the right person to ping for creating a new release? |
i will take a look and maybe we need to run a new release |
That's weird because when I try to pin to that commit hash, I get the following: Run changed=$(ct list-changed --target-branch main)
changed=$(ct list-changed --target-branch main)
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
shell: /usr/bin/bash -e {0}
env:
CT_CONFIG_DIR: /opt/hostedtoolcache/ct/3.9.0/amd64/etc
VIRTUAL_ENV: /opt/hostedtoolcache/ct/3.9.0/amd64/venv
Error: targetBranch 'main' does not exist
Error: Process completed with exit code 1. |
The same happens for me, looks like we got to wait for a new release of the action :( |
release v2.5.0 should fix that: https://github.com/helm/chart-testing-action/releases/tag/v2.5.0 |
With the 2.5.0 release my builds are still failing but with the same error mentioned by @jessebot. Executing Edit: Currently I am working around the issue by downgrading the action to v2.3.1, but that sucks. |
Can confirm the issues. With 2.3.1 I get another error though
|
I opened #133 to help with triage by the maintainers, as this is technically a separate issue, |
…tore Cosign bucket deprecation, helm/chart-testing-action#132
updating to fix 2 bug in chart-testing-action helm/chart-testing-action#132 helm/chart-testing-action#133
updating chart-testing-action to fix 2 bugs helm/chart-testing-action#132 helm/chart-testing-action#133
Hello, i got an error today (with a depency ?)
The text was updated successfully, but these errors were encountered: