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

feat: add che-incubator/chectl #183

Merged
merged 4 commits into from Sep 16, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions aqua.yaml
Expand Up @@ -33,6 +33,9 @@ packages:
version: 1.7.3 # renovate: depName=bcicen/slackcat

# init: c
- name: che-incubator/chectl
registry: standard
version: "20210915111912" # renovate: depName=che-incubator/chectl
- name: CircleCI-Public/circleci-cli
registry: standard
version: v0.1.15932 # renovate: depName=CircleCI-Public/circleci-cli
Expand Down Expand Up @@ -120,6 +123,9 @@ packages:
- name: goreleaser/goreleaser
registry: standard
version: v0.179.0 # renovate: depName=goreleaser/goreleaser
- name: gotestyourself/gotestsum
registry: standard
version: v1.7.0 # renovate: depName=gotestyourself/gotestsum
- name: grafana/k6
registry: standard
version: v0.34.1 # renovate: depName=grafana/k6
Expand All @@ -128,6 +134,9 @@ packages:
- name: hairyhenderson/gomplate
registry: standard
version: v3.9.0 # renovate: depName=hairyhenderson/gomplate
- name: harelba/q
registry: standard
version: 2.0.19 # renovate: depName=harelba/q
- name: hashicorp/consul
registry: standard
version: v1.10.2 # renovate: depName=hashicorp/consul
Expand Down Expand Up @@ -169,6 +178,9 @@ packages:
- name: istio/istio/istioctl
registry: standard
version: 1.11.2 # renovate: depName=istio/istio
- name: itchyny/mmv
registry: standard
version: v0.1.3 # renovate: depName=itchyny/mmv

# init: j
- name: jonaslu/ain
Expand Down
40 changes: 40 additions & 0 deletions registry.yaml
Expand Up @@ -94,6 +94,16 @@ packages:
format: raw

# init: c
- type: github_release
repo_owner: che-incubator
repo_name: chectl
asset: 'chectl-{{.OS}}-{{.Arch}}.tar.gz'
description: CLI to manage Eclipse Che server and workspaces
replacements:
amd64: x64
files:
- name: chectl
src: chectl/bin/chectl
- type: github_release
repo_owner: CircleCI-Public
repo_name: circleci-cli
Expand Down Expand Up @@ -325,6 +335,11 @@ packages:
description: Deliver Go binaries as fast and easily as possible
replacements:
amd64: x86_64
- type: github_release
repo_owner: gotestyourself
repo_name: gotestsum
asset: 'gotestsum_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz'
description: "'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results"
- type: github_release
repo_owner: grafana
repo_name: k6
Expand All @@ -348,6 +363,19 @@ packages:
asset: "gomplate_{{.OS}}-{{.Arch}}"
link: https://docs.gomplate.ca/
description: A flexible commandline tool for template rendering. Supports lots of local and remote datasources
- type: github_release
repo_owner: harelba
repo_name: q
asset: 'q-{{.Arch}}-{{.OS}}'
link: http://harelba.github.io/q/
description: q - Run SQL directly on CSV or TSV files
files:
- name: q
src: 'q-{{.Arch}}-{{.OS}}'
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
- name: hashicorp/consul
type: http
url: 'https://releases.hashicorp.com/consul/{{trimV .Version}}/consul_{{trimV .Version}}_{{.OS}}_{{.Arch}}.zip'
Expand Down Expand Up @@ -451,6 +479,18 @@ packages:
- name: istioctl
replacements:
darwin: osx
- type: github_release
repo_owner: itchyny
repo_name: mmv
asset: 'mmv_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}'
description: rename multiple files with editor
format: zip
format_overrides:
- goos: linux
format: tar.gz
files:
- name: mmv
src: 'mmv_{{.Version}}_{{.OS}}_{{.Arch}}/mmv'

# init: j
- type: github_release
Expand Down