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

Added cilium and hubble #2732

Merged
merged 2 commits into from
Oct 19, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions blueprints/devops/cilium/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- url: https://github.com/cilium/cilium-cli/releases/download/v0.15.23/cilium-linux-amd64.tar.gz
sha256: cda3f1c40ae2191a250a7cea9e2c3987eaa81cb657dda54cd8ce25f856c384da
timestamp: 2024-09-23 18:57:08+00:00
- url: https://github.com/cilium/cilium-cli/releases/download/v0.15.23/cilium-linux-arm64.tar.gz
sha256: 9aa37d99a15e72bbcb555d7ed5b88c2ae3a7e6fbc478f9ee402a835ba6b41175
timestamp: 2024-09-23 18:57:08+00:00
- url: https://github.com/cilium/cilium-cli/releases/download/v0.16.18/cilium-linux-amd64.tar.gz
sha256: aa77d11150fac1e59431e5a50d5977219aae6c4bd9ccb051899c2ab99256f30e
timestamp: 2024-09-23 18:57:08+00:00
- url: https://github.com/cilium/cilium-cli/releases/download/v0.16.18/cilium-linux-arm64.tar.gz
sha256: 8cd07955edf821ab72f7b765d9b23c196c0e69189e38864ec2470987c2b234fc
timestamp: 2024-09-23 18:57:08+00:00
14 changes: 14 additions & 0 deletions blueprints/devops/cilium/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: cilium
matrix:
architectures:
- amd64
- arm64
versions:
- 0.15.23
- 0.16.18
homepage: https://github.com/cilium/cilium-cli
summary: CLI for interacting with the local Cilium Agent
description: CLI to install, manage & troubleshoot Kubernetes clusters running Cilium.
fetch: https://github.com/cilium/cilium-cli/releases/download/v{{version}}/cilium-linux-{{goarch}}.tar.gz
install:
- cilium:/usr/bin/cilium
6 changes: 6 additions & 0 deletions blueprints/devops/hubble/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- url: https://github.com/cilium/hubble/releases/download/v0.13.6/hubble-linux-amd64.tar.gz
sha256: a55c36a73cc08508e536e231822ba26c15f0b0ad293e3ee0e410139602caef30
timestamp: 2024-09-23 18:57:16+00:00
- url: https://github.com/cilium/hubble/releases/download/v1.16.1/hubble-linux-amd64.tar.gz
sha256: 3acb2efa15b0f69191ed4b8ca4fe18fc14b6f5d07243f2e4dd459480508f78e4
timestamp: 2024-09-23 18:57:16+00:00
15 changes: 15 additions & 0 deletions blueprints/devops/hubble/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: hubble
matrix:
architectures:
- amd64
versions:
- 0.13.6
- 1.16.1
homepage: https://github.com/cilium/hubble
summary: Network, Service & Security Observability for Kubernetes using eBPF
description: |-
Fully distributed networking and security observability platform for cloud
native workloads. It is built on top of Cilium and eBPF.
fetch: https://github.com/cilium/hubble/releases/download/v{{version}}/hubble-linux-{{goarch}}.tar.gz
install:
- hubble:/usr/bin/hubble
Loading