Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
114389: master: Update pkg/testutils/release/cockroach_releases.yaml r=rickystewart a=github-actions[bot]

Update pkg/testutils/release/cockroach_releases.yaml with recent values.

Epic: None
Release note: None

Co-authored-by: craig <craig@users.noreply.github.com>
  • Loading branch information
craig[bot] and craig committed Nov 16, 2023
2 parents 23d8585 + 8da16be commit d108641
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
@@ -1,16 +1,16 @@
# DO NOT EDIT THIS FILE MANUALLY! Use `release update-releases-file`.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

_PREDECESSOR_VERSION = "23.1.11"
_PREDECESSOR_VERSION = "23.1.12"
CONFIG_LINUX_AMD64 = "linux-amd64"
CONFIG_LINUX_ARM64 = "linux-arm64"
CONFIG_DARWIN_AMD64 = "darwin-10.9-amd64"
CONFIG_DARWIN_ARM64 = "darwin-11.0-arm64"
_CONFIGS = [
(CONFIG_LINUX_AMD64, "918568da921a6e7b3033cef77eda09656cd4dcbc5602916f652bbfab7c6f8d67"),
(CONFIG_LINUX_ARM64, "3d7d61dbdb8eae2dcfdd2b94168d6b59ecdebcbd1ad81a42868e62b61b5796ec"),
(CONFIG_DARWIN_AMD64, "630134ae2ee5c77963930976ee5be6603f8c5d7b814626c14a70c85636639fbf"),
(CONFIG_DARWIN_ARM64, "1d74acf5e6fef1d7f959b1b6408cbfe66def8a08fa6f49aebf55345589194637"),
(CONFIG_LINUX_AMD64, "980ff363521922725c63814696a7385943ca46f3c0bea21322ded9591de33ed2"),
(CONFIG_LINUX_ARM64, "b55590d6563bb95def500c551b4adb463a5e6b50eb01f4eda8a1c45e41564e78"),
(CONFIG_DARWIN_AMD64, "0d84b44e62781de3e4520fb015e8a1f1a693007f2e81fca6bc2abf86e7f4d3cc"),
(CONFIG_DARWIN_ARM64, "892b75bb4b5173634205b731815f42e4c6f36d10fd4a652081631c32fd511e5e"),
]

def _munge_name(s):
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 @@ -14,7 +14,7 @@
- 22.2.8
predecessor: "22.1"
"23.1":
latest: 23.1.11
latest: 23.1.12
withdrawn:
- 23.1.0
predecessor: "22.2"
Expand Down

0 comments on commit d108641

Please sign in to comment.