From 5833ec3b0f0354bf3d57cbba632310f102c4b2a5 Mon Sep 17 00:00:00 2001 From: Son Luong Ngoc Date: Thu, 12 Sep 2024 16:55:05 +0200 Subject: [PATCH] workspace: upgrade aws cert bundle sha (#7441) --- WORKSPACE | 2 +- WORKSPACE.bzlmod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7a3b892da7e..2e3b7703fb7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -514,7 +514,7 @@ web_test_go_repositories() http_file( name = "aws_rds_certs", downloaded_file_path = "rds-combined-ca-bundle.pem", - sha256 = "d72191eaa5d48fe2b6e044a0ae0b0e9f35e325b34b1ecab6ffe11d490d5cdb8f", + sha256 = "ed2b625ceeca0ebacf413972c33acbeb65a6c6b94d0c6434f1bb006cd4904ede", url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem", ) diff --git a/WORKSPACE.bzlmod b/WORKSPACE.bzlmod index cb30accf6c1..d5b36acfc47 100644 --- a/WORKSPACE.bzlmod +++ b/WORKSPACE.bzlmod @@ -315,7 +315,7 @@ web_test_go_repositories() http_file( name = "aws_rds_certs", downloaded_file_path = "rds-combined-ca-bundle.pem", - sha256 = "d72191eaa5d48fe2b6e044a0ae0b0e9f35e325b34b1ecab6ffe11d490d5cdb8f", + sha256 = "ed2b625ceeca0ebacf413972c33acbeb65a6c6b94d0c6434f1bb006cd4904ede", url = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem", )