Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions wolfi-packages/gke-gcloud-auth-plugin.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.1.0
epoch: 0
description: 'kubectl plugin for GKE authentication'
copyright:
- license: Apache-2.0
Expand All @@ -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: 6587c2a9f24f314e13a8dafa62e2199493031365556b8d6455a40832cc87782f

- uses: go/build
with:
Expand Down