Skip to content

Commit c3a5206

Browse files
authored
Merge branch 'develop' into private_gitlab_repo_support
2 parents a3a65be + 73f1aaf commit c3a5206

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed

DISTRIBUTIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
- [kyverno](https://github.com/kyverno/kyverno/): Kyverno (Greek for “govern”) is a policy engine designed specifically for Kubernetes.
169169
- [lazydocker](https://github.com/jesseduffield/lazydocker/): The lazier way to manage everything docker
170170
- [lazygit](https://github.com/jesseduffield/lazygit/): A simple terminal UI for git commands.
171+
- [lego](https://github.com/go-acme/lego/): Let's Encrypt/ACME client and library written in Go
171172
- [local-php-security-checker](https://github.com/fabpot/local-php-security-checker/): PHP security vulnerabilities checker
172173
- [logcli](https://github.com/grafana/loki/): Like Prometheus, but for logs (cli).
173174
- [logdy](https://github.com/logdyhq/logdy-core/): Web based real-time log viewer. Stream ANY content to a web UI with autogenerated filters. Parse any format with TypeScript.
@@ -245,6 +246,7 @@
245246
- [swagger](https://github.com/go-swagger/go-swagger/): Swagger 2.0 implementation for go
246247
- [sx](https://github.com/v-byte-cpu/sx/): Fast, modern, easy-to-use network scanner
247248
- [sysz](https://github.com/joehillen/sysz/): An fzf terminal UI for systemctl
249+
- [table-trends](https://gitlab.kheops.ch/infrastructure/tools/table-trends): This tool let's you check database table data size trends from influxdb metrics.
248250
- [tailwindcss](https://github.com/tailwindlabs/tailwindcss/): A utility-first CSS framework for rapid UI development.
249251
- [tanka](https://github.com/grafana/tanka/): Flexible, reusable and concise configuration for Kubernetes
250252
- [task](https://github.com/go-task/task/): A task runner / simpler Make alternative written in Go

distributions/cache.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12938,6 +12938,16 @@
1293812938
"0.1.1",
1293912939
"0.1.0"
1294012940
],
12941+
"linkerd": [
12942+
"18.9.1",
12943+
"18.8.4",
12944+
"18.8.3",
12945+
"18.8.2",
12946+
"18.8.1",
12947+
"18.7.3",
12948+
"18.7.2",
12949+
"18.7.1",
12950+
],
1294112951
"local-php-security-checker": [
1294212952
"2.1.3",
1294312953
"2.1.2",
@@ -18542,6 +18552,9 @@
1854218552
"1.1.0",
1854318553
"1.0.0"
1854418554
],
18555+
"table-trends": [
18556+
"0.0.8"
18557+
],
1854518558
"tailwindcss": [
1854618559
"3.4.6",
1854718560
"3.4.5",

distributions/distributions.yaml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,6 +2660,70 @@ sources:
26602660
# binaries:
26612661
# - linkerd
26622662

2663+
lego:
2664+
description: Let's Encrypt/ACME client and library written in Go
2665+
url: https://github.com/go-acme/lego/
2666+
list:
2667+
type: github-releases
2668+
url: https://api.github.com/repos/go-acme/lego/releases
2669+
fetch:
2670+
url: https://github.com/go-acme/lego/releases/download/v{{ .Version }}/lego_v{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
2671+
supported_platforms:
2672+
- os: darwin
2673+
arch: amd64
2674+
- os: darwin
2675+
arch: arm64
2676+
- os: freebsd
2677+
arch: 386
2678+
- os: freebsd
2679+
arch: amd64
2680+
- os: freebsd
2681+
arch: arm64
2682+
- os: freebsd
2683+
arch: armv5
2684+
- os: freebsd
2685+
arch: armv6
2686+
- os: freebsd
2687+
arch: armv7
2688+
- os: linux
2689+
arch: 386
2690+
- os: linux
2691+
arch: amd64
2692+
- os: linux
2693+
arch: arm64
2694+
- os: linux
2695+
arch: armv5
2696+
- os: linux
2697+
arch: armv6
2698+
- os: linux
2699+
arch: armv7
2700+
- os: linux
2701+
arch: mips64_hardfloat
2702+
- os: linux
2703+
arch: mips64_softfloat
2704+
- os: linux
2705+
arch: mips64le_hardfloat
2706+
- os: linux
2707+
arch: mips64le_softfloat
2708+
- os: linux
2709+
arch: mips_hardfloat
2710+
- os: linux
2711+
arch: mips_softfloat
2712+
- os: linux
2713+
arch: mipsle_hardfloat
2714+
- os: linux
2715+
arch: mipsle_softfloat
2716+
- os: openbsd
2717+
arch: 386
2718+
- os: openbsd
2719+
arch: amd64
2720+
- os: openbsd
2721+
arch: arm64
2722+
install:
2723+
type: tgz
2724+
binaries:
2725+
- lego
2726+
26632727
local-php-security-checker:
26642728
description: PHP security vulnerabilities checker
26652729
url: https://github.com/fabpot/local-php-security-checker/

0 commit comments

Comments
 (0)