This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
versions.yaml
127 lines (118 loc) · 3.53 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Maps Kabanero platform version to related component versions
# understood by the other operators.
# Note the following sequence: the Kabanero operator becomes aware
# of a new version of the Kabanero platform, in part by editing this file
# Once the operators are rolled out, the administrator can choose to use
# the new Kabanero version by editing the Kabanero resource. This causes
# other resources to be updated using this mapping
# When the Kabanero instance does not specify which version of Kabanero to use,
# this is the value
default: "0.4.0"
# Top level: relates Kabanero versions to software versions
kabanero:
- version: "0.4.0"
related-versions:
cli-services: "0.4.0"
landing: "0.4.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
admission-webhook: "0.4.0"
- version: "0.3.4"
related-versions:
cli-services: "0.3.0"
landing: "0.3.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
admission-webhook: "0.4.0"
- version: "0.3.3"
related-versions:
cli-services: "0.3.0"
landing: "0.3.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
admission-webhook: "0.4.0"
- version: "0.3.2"
related-versions:
cli-services: "0.3.0"
landing: "0.3.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
admission-webhook: "0.4.0"
- version: "0.3.1"
related-versions:
cli-services: "0.3.0"
landing: "0.3.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
admission-webhook: "0.4.0"
- version: "0.3.0"
related-versions:
cli-services: "0.3.0"
landing: "0.3.0"
kabanero-che: "0.6.0"
webhook: "0.1.0"
collection-controller: "0.4.0"
admission-webhook: "0.4.0"
related-software:
landing:
- version: "0.4.0"
orchestrations: "orchestrations/landing/0.1"
identifiers:
repository: "kabanero/landing"
tag: "0.4.0"
- version: "0.4.0-rc.1"
orchestrations: "orchestrations/landing/0.1"
identifiers:
repository: "kabanero/landing"
tag: "0.4.0-rc.1"
- version: "0.3.0"
orchestrations: "orchestrations/landing/0.1"
identifiers:
repository: "kabanero/landing"
tag: "0.3.0"
cli-services:
- version: "0.4.0"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
repository: "kabanero/kabanero-command-line-services"
tag: "0.4.0"
- version: "0.4.0-rc.1"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
repository: "kabanero/kabanero-command-line-services"
tag: "0.4.0-rc.1"
- version: "0.3.0"
orchestrations: "orchestrations/cli-services/0.1"
identifiers:
repository: "kabanero/kabanero-command-line-services"
tag: "0.3.0"
kabanero-che:
- version: "0.6.0"
orchestrations: "orchestrations/che/0.1"
identifiers:
eclipseCheTag: "7.3.1"
repository: "kabanero/kabanero-che"
tag: "0.6.0"
webhook:
- version: "0.1.0"
orchestrations: "orchestrations/webhook/0.1"
identifiers:
repository: "kabanero/kabanero-webhook"
tag: "0.1"
collection-controller:
- version: "0.4.0"
orchestrations: "orchestrations/collection-controller/0.1"
identifiers:
repository: "kabanero/kabanero-operator-collection-controller"
tag: "0.4.0"
admission-webhook:
- version: "0.4.0"
orchestrations: "orchestrations/admission-webhook/0.1"
identifiers:
repository: "kabanero/kabanero-operator-admission-webhook"
tag: "0.4.0"