-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
The ecr-credential-provider binary appears to be unavailable on artifacts.k8s.io for versions v1.30.0 and newer, despite the project releasing versions up to v1.35.0.
This works:
# v1.29.0 - Available (Dec 2023)
wget https://artifacts.k8s.io/binaries/cloud-provider-aws/v1.29.0/linux/amd64/ecr-credential-provider-linux-amd64This does not:
# v1.30.0 and newer - 404 Not Found
wget https://artifacts.k8s.io/binaries/cloud-provider-aws/v1.30.0/linux/amd64/ecr-credential-provider-linux-amd64
wget https://artifacts.k8s.io/binaries/cloud-provider-aws/v1.35.0/linux/amd64/ecr-credential-provider-linux-amd64According to the versioning policy, the ecr-credential-provider version should match the Kubernetes version (v1.X.Y for Kubernetes 1.X). Users running recent Kubernetes versions cannot obtain matching official binaries.
Are these binaries published elsewhere? If not, is there a publishing workflow issue preventing these versions from being uploaded?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.