Skip to content

Commit

Permalink
Merge pull request #196 from suzuki-shunsuke/feat/kubectl-external-fo…
Browse files Browse the repository at this point in the history
…rward

feat: add `int128/kubectl-external-forward`
  • Loading branch information
suzuki-shunsuke committed Sep 17, 2021
2 parents b72d0e8 + 1505292 commit e7f14ec
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aqua.yaml
Expand Up @@ -175,6 +175,15 @@ packages:
- name: int128/ghcp
registry: standard
version: v1.13.0 # renovate: depName=int128/ghcp
- name: int128/kauthproxy
registry: standard
version: v1.1.1 # renovate: depName=int128/kauthproxy
- name: int128/kubectl-external-forward
registry: standard
version: v0.5.0 # renovate: depName=int128/kubectl-external-forward
- name: int128/kubelogin
registry: standard
version: v1.25.0 # renovate: depName=int128/kubelogin
- name: int128/yamlpatch
registry: standard
version: v0.1.1 # renovate: depName=int128/yamlpatch
Expand Down
24 changes: 24 additions & 0 deletions registry.yaml
Expand Up @@ -470,6 +470,30 @@ packages:
repo_name: ghcp
asset: "ghcp_{{.OS}}_{{.Arch}}.zip"
description: Tool to fork a repository, commit files, create a pull request and upload assets using GitHub API
- type: github_release
repo_owner: int128
repo_name: kauthproxy
asset: "kauthproxy_{{.OS}}_{{.Arch}}.zip"
description: Local authentication proxy for Kubernetes Dashboard (kubectl auth-proxy)
files:
- name: kauthproxy
- name: kubectl-auth_proxy
src: kauthproxy
- type: github_release
repo_owner: int128
repo_name: kubectl-external-forward
asset: "kubectl-external_forward_{{.OS}}_{{.Arch}}.zip"
description: kubectl plugin to connect to external host via Envoy Proxy in Kubernetes cluster
files:
- name: kubectl-external_forward
- type: github_release
repo_owner: int128
repo_name: kubelogin
asset: 'kubelogin_{{.OS}}_{{.Arch}}.zip'
description: kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login)
files:
- name: kubectl-oidc_login
src: kubelogin
- type: github_release
repo_owner: int128
repo_name: yamlpatch
Expand Down

0 comments on commit e7f14ec

Please sign in to comment.