Skip to content

Commit

Permalink
kubetail 0.0.4
Browse files Browse the repository at this point in the history
autobump: add kubetail

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 24, 2024
1 parent f32c9ea commit cd76463
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@ kubescape
kubeseal
kubeshark
kubespy
kubetail
kubevela
kubevious
kubevpn
Expand Down
9 changes: 7 additions & 2 deletions Formula/k/kubetail.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
class Kubetail < Formula
desc "Logging tool for Kubernetes with a real-time web dashboard"
homepage "https://www.kubetail.com/"
url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.0.2.tar.gz"
sha256 "7fc8e1be49d12a52bbca8254290c6f068b5652068065f9171a2b88820ca0ebac"
url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.0.4.tar.gz"
sha256 "926784290f5aaced8842d295fe5de4b35a7cb0c9ce7f562119b5192457d0e4ca"
license "Apache-2.0"

livecheck do
url :stable
regex(%r{^cli/v?(\d+(?:\.\d+)+)$}i)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eab2b9f44508b5b61d00e5ac9a6463a001e73aa014f7720237505ce23eb2f0af"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "872f241abeaf148005b621fc433c61eab8e693f4468083818926c177b900c3ef"
Expand Down

0 comments on commit cd76463

Please sign in to comment.