diff --git a/wolfi-packages/gke-gcloud-auth-plugin.yaml b/wolfi-packages/gke-gcloud-auth-plugin.yaml index c1b540a29d3f..2a031fb604a0 100644 --- a/wolfi-packages/gke-gcloud-auth-plugin.yaml +++ b/wolfi-packages/gke-gcloud-auth-plugin.yaml @@ -1,14 +1,7 @@ -# this is a fork of -# https://github.com/wolfi-dev/os/blob/613e945205007f5e0182868f07946c6a3f5403eb/gke-gcloud-auth-plugin.yaml -# -# changelog: -# - 2023-09-7: removed gcloud from runtime dependencies as it is not needed at runtime, -# we always use Application Default Credentials from the environment - package: name: gke-gcloud-auth-plugin - version: 0.0.2 - epoch: 1 + version: 36.1.0 + epoch: 0 description: 'kubectl plugin for GKE authentication' copyright: - license: Apache-2.0 @@ -23,15 +16,15 @@ environment: keyring: - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub packages: - - ca-certificates-bundle - busybox + - ca-certificates-bundle - go pipeline: - uses: fetch with: uri: https://github.com/kubernetes/cloud-provider-gcp/archive/refs/tags/auth-provider-gcp/v${{package.version}}.tar.gz - expected-sha256: bb74ee2604d454f6a55b374554ac59546c7ed5baa3ea515fcb51185d2d2fd053 + expected-sha256: 7d8e2e6437ba6293703f203c75519f0e65a9865a921f9b5f0184b8eb4d2bacdf - uses: go/build with: