Skip to content

Commit

Permalink
Merge pull request #118 from suzuki-shunsuke/feat/add-kpt
Browse files Browse the repository at this point in the history
feat: add `GoogleContainerTools/kpt`
  • Loading branch information
suzuki-shunsuke committed Sep 12, 2021
2 parents 0e2f144 + 27f09d7 commit f87cf26
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ packages:
description: colorizes kubectl output
files:
- name: kubecolor
- name: drone/drone-cli
type: github_release
repo_owner: drone
repo_name: drone-cli
asset: 'drone_{{.OS}}_{{.Arch}}.tar.gz'
link: https://github.com/drone/drone-cli
description: Command Line Tools for Drone CI
files:
- name: drone

# init: e

Expand All @@ -141,6 +150,15 @@ packages:
description: A simple zero-config tool to make locally trusted development certificates with any names you'd like
files:
- name: mkcert
- name: fluxcd/flux2
type: github_release
repo_owner: fluxcd
repo_name: flux2
asset: 'flux_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.tar.gz'
link: https://github.com/fluxcd/flux2
description: Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit
files:
- name: flux
- name: fujiwara/lambroll
type: github_release
repo_owner: fujiwara
Expand Down Expand Up @@ -192,6 +210,52 @@ packages:
files:
- name: migrate
src: 'migrate.{{.OS}}-{{.Arch}}'
- name: GoogleCloudPlatform/terraformer
link: https://github.com/GoogleCloudPlatform/terraformer
description: CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
type: github_release
repo_owner: GoogleCloudPlatform
repo_name: terraformer
asset: 'terraformer-all-{{.OS}}-{{.Arch}}'
files:
- name: terraformer
src: 'terraformer-all-{{.OS}}-{{.Arch}}'
- name: GoogleCloudPlatform/terraformer/aws
link: https://github.com/GoogleCloudPlatform/terraformer
description: CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
type: github_release
repo_owner: GoogleCloudPlatform
repo_name: terraformer
asset: 'terraformer-aws-{{.OS}}-{{.Arch}}'
files:
- name: terraformer
src: 'terraformer-aws-{{.OS}}-{{.Arch}}'
- name: GoogleContainerTools/container-diff
type: http
url: 'https://storage.googleapis.com/container-diff/{{.Package.Version}}/container-diff-{{.OS}}-{{.Arch}}'
link: https://github.com/GoogleContainerTools/container-diff
description: 'container-diff: Diff your Docker containers'
files:
- name: container-diff
src: 'container-diff-{{.OS}}-{{.Arch}}'
- name: GoogleContainerTools/container-structure-test
type: http
url: 'https://storage.googleapis.com/container-structure-test/{{.Package.Version}}/container-structure-test-{{.OS}}-{{.Arch}}'
link: https://github.com/GoogleContainerTools/container-structure-test
description: validate the structure of your container images
files:
- name: container-structure-test
src: 'container-structure-test-{{.OS}}-{{.Arch}}'
- name: GoogleContainerTools/kpt
link: https://kpt.dev/
description: A Git-native, schema-aware, extensible client-side tool for packaging, customizing, validating, and applying Kubernetes resources
type: github_release
repo_owner: GoogleContainerTools
repo_name: kpt
asset: 'kpt_{{.OS}}_{{.Arch}}'
files:
- name: kpt
src: 'kpt_{{.OS}}_{{.Arch}}'
- name: GoogleContainerTools/skaffold
type: http
url: 'https://storage.googleapis.com/skaffold/releases/{{.Package.Version}}/skaffold-{{.OS}}-{{.Arch}}'
Expand Down Expand Up @@ -341,6 +405,24 @@ packages:
description: ecspresso is a deployment tool for Amazon ECS
files:
- name: ecspresso
- name: knqyf263/pet
type: github_release
repo_owner: knqyf263
repo_name: pet
asset: 'pet_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.tar.gz' # TODO support ARM
link: https://github.com/knqyf263/pet
description: Simple command-line snippet manager, written in Go
files:
- name: pet
- name: knqyf263/utern
type: github_release
repo_owner: knqyf263
repo_name: utern
asset: 'utern_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.zip' # TODO support ARM
link: https://github.com/knqyf263/utern
description: Multi group and stream log tailing for AWS CloudWatch Logs
files:
- name: utern
- name: koalaman/shellcheck
type: github_release
repo_owner: koalaman
Expand Down

0 comments on commit f87cf26

Please sign in to comment.