Skip to content

Commit

Permalink
Merge pull request #155 from suzuki-shunsuke/feat/add-telepresence
Browse files Browse the repository at this point in the history
feat: add `telepresenceio/telepresence`
  • Loading branch information
suzuki-shunsuke committed Sep 15, 2021
2 parents 0f87ef7 + c1b4b05 commit 25ebf84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: suzuki-shunsuke/aqua-installer@main
with:
version: v0.7.0 # renovate: depName=suzuki-shunsuke/aqua
version: v0.7.1 # renovate: depName=suzuki-shunsuke/aqua
- run: aqua i --test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ packages:
- name: tcnksm/ghr
registry: standard
version: v0.14.0 # renovate: depName=tcnksm/ghr
- name: telepresenceio/telepresence
registry: standard
version: v2.4.2 # renovate: depName=telepresenceio/telepresence
- name: terraform-docs/terraform-docs
registry: standard
version: v0.15.0 # renovate: depName=terraform-docs/terraform-docs
Expand Down
8 changes: 8 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,14 @@ packages:
format_overrides:
- goos: darwin
format: zip
- name: telepresenceio/telepresence
type: http
format: raw
url: 'https://app.getambassador.io/download/tel2/{{.OS}}/{{.Arch}}/{{trimV .Version}}/telepresence'
link: https://www.telepresence.io/
description: Local development against a remote Kubernetes or OpenShift cluster
files:
- name: telepresence
- type: github_release
repo_owner: terraform-docs
repo_name: terraform-docs
Expand Down

0 comments on commit 25ebf84

Please sign in to comment.