From 7375296af7bf57deca874fb11f2fad63b0f5b0db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:10:05 +0000 Subject: [PATCH 1/3] teleport 17.0.2 --- Formula/t/teleport.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index c419101d09b70..04fe0a63ff633 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -1,8 +1,8 @@ class Teleport < Formula desc "Modern SSH server for teams managing distributed infrastructure" homepage "https://goteleport.com/" - url "https://github.com/gravitational/teleport/archive/refs/tags/v17.0.1.tar.gz" - sha256 "d2022e497edf5f42f110d4c8d2d8e9dbbcd87d45810fe7cb58e8dcc666f0b0fb" + url "https://github.com/gravitational/teleport/archive/refs/tags/v17.0.2.tar.gz" + sha256 "213dd9cc016fd8873843d8f7f67a15eb162b61af5986a8b627681b3de24e7aec" license all_of: ["AGPL-3.0-or-later", "Apache-2.0"] head "https://github.com/gravitational/teleport.git", branch: "master" From e5651b182da678ddf8f50909aa3c771bf07c5b10 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 25 Nov 2024 18:48:06 -0500 Subject: [PATCH 2/3] triage(CI-linux-self-hosted) add teleport Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 7cd330c39624b..a9572461959db 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -347,7 +347,13 @@ jobs: keep_if_no_match: true - label: CI-linux-self-hosted - path: Formula/.+/(dart-sdk|envoy|qt(@5)?|texlive).rb + path: "Formula/.+/(\ + dart-sdk|\ + envoy|\ + qt(@5)?|\ + teleport|\ + texlive\ + ).rb" keep_if_no_match: true allow_any_match: true From d946dd113a4256bb6dae6098fc9fac29e9aa24f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:27:51 +0000 Subject: [PATCH 3/3] teleport: update 17.0.2 bottle. --- Formula/t/teleport.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/teleport.rb b/Formula/t/teleport.rb index 04fe0a63ff633..8fbdb6669336c 100644 --- a/Formula/t/teleport.rb +++ b/Formula/t/teleport.rb @@ -18,12 +18,12 @@ class Teleport < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "318a7d816285010fca6f4442450e0703249134a6860151c5d26b288683a551d3" - sha256 cellar: :any, arm64_sonoma: "079fc1e7ee5ecbbffcbeb200b3578a7c9487dc11c071865e91a922b6a06f84c4" - sha256 cellar: :any, arm64_ventura: "5978eced41a5bb7de57597b6e5c0c44b2930dc708e1bc0367bed8b23ec84ac7d" - sha256 cellar: :any, sonoma: "ea516dd6d686938aeea65c860e3f3147ac8ee77faad97dee96e6ec84af39e2cf" - sha256 cellar: :any, ventura: "c5488e1e7897e9ee361a6ddb42c7eea083017dfa772653cf42b1758cc9c81d1a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a0919bd611327c12655352871e3508577c08e952401d7b74470c0fa55b234eb2" + sha256 cellar: :any, arm64_sequoia: "5234394250b6af2001b2be0bccfdd2b5f2f2edebd6acd8536e4ca4e43925b359" + sha256 cellar: :any, arm64_sonoma: "355ec90750cdf68545b3a3718afea6f0d0ba9a60dc2806379f6de7983102e863" + sha256 cellar: :any, arm64_ventura: "98df22a6bee26567046e6f880138b7890ec891bc01e36461ce9019d92f0a1d8a" + sha256 cellar: :any, sonoma: "3e9d907b426cccf5d3b1ead2aa6aea2b76753a69aefad3cda4ab4fd802ecaf16" + sha256 cellar: :any, ventura: "8747688889e5ca7fffc911dcb5711b7434dd88b1394e51c71e61a0113403c6d2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0cc319d21ba1b6982d2fe482018765460b7524c2b4529822ef3aecf8cf80b1a0" end depends_on "go" => :build