-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT pg15-cherrypicks] all: Bulk port from master - 59
Summary: a64fbfc [#23120] YSQL: Do not wait for a safe snapshot in serializable read only deferrable mode. 9f82c01 [#23188] DocDB: Persist new colocated_id mapping discovered as part of processing CHANGE_METADATA_OP in xCluster ClusterConfig. 1522522 Update third-party dependencies to remove CentOS 7 cd7410c 2.18.1.1 release notes (#23241) 550458d [#23047] docdb: Fix cotable ids in flushed frontier at restore 225ddfe [PLAT-14700] Make node-agent error message on installation to be more precise 9c9a059 [PLAT-14563] Fixing disk mounting logic to use mount points defined in the config 84eefbd [DOC-368] Azure workload identity docs changes (#22881) 781af0d [#23183] xCluster: Move Setup, Bootstrap, Alter and Delete Target Replication functions out of CatalogManager 1d646b1 [docs] Add ysql_output_buffer_size to yb-tserver config reference. (#23233) 2d95dd2 Fix the issue yaml parsing dd9e85b [PLAT-14534]Add regex match for GCP Instance template d3bba18 update diagram (#23245) 78b317c [/PLAT-14708] Fix JSON field name in TaskInfo query ac9164b [#23173] DocDB: Allow large bytes to be passed to RateLimiter Test Plan: Jenkins: rebase: pg15-cherrypicks Reviewers: jason, tfoucher Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D36723
- Loading branch information
1 parent
a062db4
commit b0de783
Showing
71 changed files
with
3,833 additions
and
3,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,101 @@ | ||
sha: 31776c4936a67fe6f1fc218fb64a6a9909c77311 | ||
sha: b6b07342fdfd4a65ee2608d75dd31e4b0ecc0737 | ||
archives: | ||
|
||
- os_type: almalinux8 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163555-31776c4936-almalinux8-x86_64-clang17 | ||
tag: v20240713003527-b6b07342fd-almalinux8-x86_64-clang17 | ||
|
||
- os_type: almalinux8 | ||
architecture: x86_64 | ||
compiler_type: clang18 | ||
tag: v20240713003521-b6b07342fd-almalinux8-x86_64-clang18 | ||
|
||
- os_type: almalinux8 | ||
architecture: x86_64 | ||
compiler_type: gcc11 | ||
tag: v20240620163541-31776c4936-almalinux8-x86_64-gcc11 | ||
tag: v20240713003520-b6b07342fd-almalinux8-x86_64-gcc11 | ||
|
||
- os_type: almalinux9 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163555-31776c4936-almalinux9-x86_64-clang17 | ||
tag: v20240713003540-b6b07342fd-almalinux9-x86_64-clang17 | ||
|
||
- os_type: almalinux9 | ||
architecture: x86_64 | ||
compiler_type: gcc12 | ||
tag: v20240620163623-31776c4936-almalinux9-x86_64-gcc12 | ||
tag: v20240713003537-b6b07342fd-almalinux9-x86_64-gcc12 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang16 | ||
tag: v20240620163739-31776c4936-centos7-aarch64-clang16 | ||
compiler_type: clang17 | ||
tag: v20240713003725-b6b07342fd-amzn2-aarch64-clang17 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang16 | ||
compiler_type: clang17 | ||
lto_type: full | ||
tag: v20240620163735-31776c4936-centos7-aarch64-clang16-full-lto | ||
tag: v20240713003827-b6b07342fd-amzn2-aarch64-clang17-full-lto | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang17 | ||
tag: v20240620163738-31776c4936-centos7-aarch64-clang17 | ||
compiler_type: clang18 | ||
tag: v20240713003831-b6b07342fd-amzn2-aarch64-clang18 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: aarch64 | ||
compiler_type: clang17 | ||
compiler_type: clang18 | ||
lto_type: full | ||
tag: v20240620163737-31776c4936-centos7-aarch64-clang17-full-lto | ||
tag: v20240713003853-b6b07342fd-amzn2-aarch64-clang18-full-lto | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163551-31776c4936-centos7-x86_64-clang17 | ||
tag: v20240713003538-b6b07342fd-amzn2-x86_64-clang17 | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
lto_type: full | ||
tag: v20240620163542-31776c4936-centos7-x86_64-clang17-full-lto | ||
tag: v20240713003542-b6b07342fd-amzn2-x86_64-clang17-full-lto | ||
|
||
- os_type: centos7 | ||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: gcc11 | ||
tag: v20240620163544-31776c4936-centos7-x86_64-gcc11 | ||
compiler_type: clang18 | ||
tag: v20240713003544-b6b07342fd-amzn2-x86_64-clang18 | ||
|
||
- os_type: amzn2 | ||
architecture: x86_64 | ||
compiler_type: clang18 | ||
lto_type: full | ||
tag: v20240713003540-b6b07342fd-amzn2-x86_64-clang18-full-lto | ||
|
||
- os_type: macos | ||
architecture: arm64 | ||
compiler_type: clang | ||
tag: v20240620173126-31776c4936-macos-arm64 | ||
tag: v20240713011052-b6b07342fd-macos-arm64 | ||
|
||
- os_type: macos | ||
architecture: x86_64 | ||
compiler_type: clang | ||
tag: v20240620163640-31776c4936-macos-x86_64 | ||
tag: v20240713003540-b6b07342fd-macos-x86_64 | ||
|
||
- os_type: ubuntu20.04 | ||
architecture: x86_64 | ||
compiler_type: clang16 | ||
tag: v20240620163547-31776c4936-ubuntu2004-x86_64-clang16 | ||
tag: v20240713003520-b6b07342fd-ubuntu2004-x86_64-clang16 | ||
|
||
- os_type: ubuntu22.04 | ||
architecture: x86_64 | ||
compiler_type: clang17 | ||
tag: v20240620163538-31776c4936-ubuntu2204-x86_64-clang17 | ||
tag: v20240713003517-b6b07342fd-ubuntu2204-x86_64-clang17 | ||
|
||
- os_type: ubuntu22.04 | ||
architecture: x86_64 | ||
compiler_type: gcc11 | ||
tag: v20240620163535-31776c4936-ubuntu2204-x86_64-gcc11 | ||
tag: v20240713003527-b6b07342fd-ubuntu2204-x86_64-gcc11 | ||
|
||
- os_type: ubuntu23.04 | ||
architecture: x86_64 | ||
compiler_type: gcc13 | ||
tag: v20240620163558-31776c4936-ubuntu2304-x86_64-gcc13 | ||
tag: v20240713003516-b6b07342fd-ubuntu2304-x86_64-gcc13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.