forked from cockroachdb/cockroach-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crdb-versions.yaml
57 lines (56 loc) · 1.27 KB
/
crdb-versions.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Copyright 2021 The Cockroach Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Supported CockroachDB versions.
#
# This file contains a list of CockroachDB versions that are supported by the
# operator. hack/crdbversions/main.go uses this list to generate various
# manifests.
# Please update this file when CockroachDB releases new versions.
CrdbVersions:
- v20.1.4
- v20.1.5
- v20.1.8
- v20.1.11
- v20.1.12
- v20.1.13
- v20.1.15
- v20.1.16
- v20.1.17
- v20.2.0
- v20.2.1
- v20.2.2
- v20.2.3
- v20.2.4
- v20.2.5
- v20.2.6
- v20.2.8
- v20.2.9
- v20.2.10
- v20.2.11
- v20.2.12
- v20.2.13
- v20.2.14
- v20.2.15
- v20.2.16
- v21.1.0
- v21.1.1
- v21.1.2
- v21.1.3
- v21.1.4
- v21.1.5
- v21.1.6
- v21.1.7
- v21.1.9
- v21.1.10