From 101a1b2c51402c64bcfebd7f54d17298890931a6 Mon Sep 17 00:00:00 2001 From: YuyaKoda <29038315+ponkio-o@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:16:09 +0900 Subject: [PATCH] feat: add fujiwara/greenlight (#15296) [fujiwara/greenlight](https://github.com/fujiwara/greenlight): greenlight is a graceful health check agent --- pkgs/fujiwara/greenlight/pkg.yaml | 2 ++ pkgs/fujiwara/greenlight/registry.yaml | 11 +++++++++++ registry.yaml | 10 ++++++++++ 3 files changed, 23 insertions(+) create mode 100644 pkgs/fujiwara/greenlight/pkg.yaml create mode 100644 pkgs/fujiwara/greenlight/registry.yaml diff --git a/pkgs/fujiwara/greenlight/pkg.yaml b/pkgs/fujiwara/greenlight/pkg.yaml new file mode 100644 index 00000000000..001ae81b10e --- /dev/null +++ b/pkgs/fujiwara/greenlight/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: fujiwara/greenlight@v0.0.3 diff --git a/pkgs/fujiwara/greenlight/registry.yaml b/pkgs/fujiwara/greenlight/registry.yaml new file mode 100644 index 00000000000..bb79269fc42 --- /dev/null +++ b/pkgs/fujiwara/greenlight/registry.yaml @@ -0,0 +1,11 @@ +packages: + - type: github_release + repo_owner: fujiwara + repo_name: greenlight + description: greenlight is a graceful health check agent + asset: greenlight_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 diff --git a/registry.yaml b/registry.yaml index 86135f18b9f..6510179a425 100644 --- a/registry.yaml +++ b/registry.yaml @@ -10245,6 +10245,16 @@ packages: type: github_release asset: checksums.txt algorithm: sha256 + - type: github_release + repo_owner: fujiwara + repo_name: greenlight + description: greenlight is a graceful health check agent + asset: greenlight_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 - type: github_release repo_owner: fujiwara repo_name: lambroll