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

fix(google/gke-policy-automation): follow up changes of gke-policy v1.3.3 #17121

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion pkgs/google/gke-policy-automation/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: google/[email protected]
- name: google/[email protected]
- name: google/gke-policy-automation
version: v1.3.2
28 changes: 20 additions & 8 deletions pkgs/google/gke-policy-automation/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@ packages:
- type: github_release
repo_owner: google
repo_name: gke-policy-automation
asset: gke-policy-automation_{{trimV .Version}}_{{.OS}}_{{.Arch}}.zip
files:
- name: gke-policy
src: gke-policy
description: Tool and policy library for reviewing Google Kubernetes Engine clusters against best practices
checksum:
type: github_release
asset: gke-policy-automation_{{trimV .Version}}_SHA256SUMS
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.3.2")
asset: gke-policy-automation_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
- name: gke-policy
checksum:
type: github_release
asset: gke-policy-automation_{{trimV .Version}}_SHA256SUMS
algorithm: sha256
- version_constraint: "true"
asset: gke-policy-automation_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
- name: gke-policy
checksum:
type: github_release
asset: gke-policy-automation_{{.Version}}_SHA256SUMS
algorithm: sha256
28 changes: 20 additions & 8 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.