Skip to content

Commit

Permalink
Merge pull request #133136 from cockroach-teamcity/crdb-releases-yaml…
Browse files Browse the repository at this point in the history
…-update-release-24.3

release-24.3: Update pkg/testutils/release/cockroach_releases.yaml
  • Loading branch information
rail authored Oct 22, 2024
2 parents e542658 + b27ff77 commit 330f659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkg/sql/logictest/REPOSITORIES.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ CONFIG_DARWIN_AMD64 = "darwin-10.9-amd64"
CONFIG_DARWIN_ARM64 = "darwin-11.0-arm64"

_CONFIGS = [
("24.1.5", [
(CONFIG_DARWIN_AMD64, "b6aba8395510ac2506c6cb82e2661d6d3476ff7c132016fdc823b165cbea3549"),
(CONFIG_DARWIN_ARM64, "7b2cc8e3a53945d97bc5afd4b7457ff4962633bae9b71945ffd6e2659fa2bf5a"),
(CONFIG_LINUX_AMD64, "731f9ade47b19119136049816edd12167423cb993ee19349fa6ce51157b9fbfc"),
(CONFIG_LINUX_ARM64, "7ed4d67c60f1b54ed522fbdecfb4907904be6e043df6e6596bfb2894e7d82f87"),
("24.1.6", [
(CONFIG_DARWIN_AMD64, "0d900af86357f5883ce10935bae7ea00e16ffc2d7875e56491e6d731f4565d9d"),
(CONFIG_DARWIN_ARM64, "985e67e66bc29955f1547f7cc0748db5532ab0c57628bdf1ce3df3c9c1fc072a"),
(CONFIG_LINUX_AMD64, "1120fae532f5e31411d8df06c9dac337b8116f1b167988ec2da675770c65a329"),
(CONFIG_LINUX_ARM64, "9d913a9080bc777645aa8a6c009f717f500856f8b3b740d5bd9e8918ddd0d88a"),
]),
("24.2.3", [
(CONFIG_DARWIN_AMD64, "f3d59ed7367c8b4d8420bd1cae9f50a58114d18945ef984805403d44943447d0"),
Expand Down
2 changes: 1 addition & 1 deletion pkg/testutils/release/cockroach_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
latest: 23.2.12
predecessor: "23.1"
"24.1":
latest: 24.1.5
latest: 24.1.6
predecessor: "23.2"
"24.2":
latest: 24.2.3
Expand Down

0 comments on commit 330f659

Please sign in to comment.