Commit f6b88f5
128616: clusterversion: create 24.3 version r=RaduBerinde a=RaduBerinde
- [x] Add version key constant for new release (e.g. `V24.2`), equal to `Latest`
- [x] Update `PreviousRelease` constant
- [x] Add start version (e.g. `V24.2Start` with version `24.1-2`)
- [x] Update `pkg/build/version.txt` to the new version (e.g. `v24.2.0-alpha.00000000`)
- [x] Add mixed version logictest config for the replaced version
- [x] Update the `scplan` rules in `pkg/sql/schemachanger/scplan/internal/rules`
- [x] Create new roachtest fixtures for the previous version
- [x] Create new SQL bootstrap data
- [x] Update releases file
Epic: REL-1163
Release note: None
Fixes #128747
128706: rac2: specify lock ordering, and add ReplicaSet r=kvoli a=sumeerbhola
Informs #128308
Epic: CRDB-37515
Release note: None
Co-authored-by: Radu Berinde <radu@cockroachlabs.com>
Co-authored-by: sumeerbhola <sumeer@cockroachlabs.com>
File tree
56 files changed
+5283
-314
lines changed- docs/generated/settings
- pkg
- build
- ccl/logictestccl
- testdata/logic_test
- tests
- cockroach-go-testserver-24.1
- local-mixed-24.2
- cli/testdata/declarative-rules
- clusterversion
- cmd/roachtest
- fixtures
- 1
- 2
- 3
- 4
- roachtestutil/mixedversion
- kv/kvserver
- kvflowcontrol/rac2
- roachpb
- sql
- catalog
- bootstrap
- data
- testdata
- systemschema_test/testdata
- systemschema
- logictest
- logictestbase
- testdata/logic_test
- tests
- cockroach-go-testserver-24.1
- local-mixed-24.2
- opt/exec/execbuilder/tests/local-mixed-24.2
- pgwire/testdata/pgtest
- schemachanger/scplan/internal/rules/current
- sqlitelogictest/tests/local-mixed-24.2
- testutils/release
- upgrade/upgrades
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+5283
-314
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
483 | 484 | | |
484 | 485 | | |
485 | 486 | | |
| 487 | + | |
486 | 488 | | |
487 | 489 | | |
488 | 490 | | |
| |||
500 | 502 | | |
501 | 503 | | |
502 | 504 | | |
| 505 | + | |
503 | 506 | | |
504 | 507 | | |
505 | 508 | | |
| |||
601 | 604 | | |
602 | 605 | | |
603 | 606 | | |
| 607 | + | |
604 | 608 | | |
605 | 609 | | |
606 | 610 | | |
| |||
918 | 922 | | |
919 | 923 | | |
920 | 924 | | |
| 925 | + | |
921 | 926 | | |
922 | 927 | | |
923 | 928 | | |
| |||
1947 | 1952 | | |
1948 | 1953 | | |
1949 | 1954 | | |
| 1955 | + | |
1950 | 1956 | | |
1951 | 1957 | | |
1952 | 1958 | | |
| |||
1973 | 1979 | | |
1974 | 1980 | | |
1975 | 1981 | | |
| 1982 | + | |
1976 | 1983 | | |
1977 | 1984 | | |
1978 | 1985 | | |
| |||
2222 | 2229 | | |
2223 | 2230 | | |
2224 | 2231 | | |
| 2232 | + | |
2225 | 2233 | | |
2226 | 2234 | | |
2227 | 2235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments