File tree 3 files changed +16
-4
lines changed
test/e2e/environment/kind-operator
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 62
62
export KIND_CONFIG_NO_NODE
63
63
64
64
define KIND_CONFIG
65
- version="kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31" ; \
66
- if [ $(KUBERNETES_VERSION ) = "v1.27" ]; then \
65
+ version="kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865" ; \
66
+ if [ $(KUBERNETES_VERSION ) = "v1.30" ]; then \
67
+ version="kindest/node:v1.30.4@sha256:976ea815844d5fa93be213437e3ff5754cd599b040946b5cca43ca45c2047114" ; \
68
+ elif [ $(KUBERNETES_VERSION ) = "v1.29" ]; then \
69
+ version="kindest/node:v1.29.8@sha256:d46b7aa29567e93b27f7531d258c372e829d7224b25e3fc6ffdefed12476d3aa" ; \
70
+ elif [ $(KUBERNETES_VERSION ) = "v1.28" ]; then \
71
+ version="kindest/node:v1.28.13@sha256:45d319897776e11167e4698f6b14938eb4d52eb381d9e3d7a9086c16c69a8110" ; \
72
+ elif [ $(KUBERNETES_VERSION ) = "v1.27" ]; then \
67
73
version="kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72" ; \
68
74
elif [ $(KUBERNETES_VERSION ) = "v1.26" ]; then \
69
75
version="kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb" ; \
Original file line number Diff line number Diff line change 1
1
Meridio :
2
2
- latest
3
+ - v1.1.2
3
4
- v1.1.1
4
5
- v1.1.0
5
6
- v1.0.17
6
7
- v1.0.14
7
8
- v1.0.3
8
9
TAPA :
9
10
- latest
11
+ - v1.1.2
10
12
- v1.1.1
11
13
- v1.1.0
12
14
- v1.0.17
19
21
- v1.13.0
20
22
- v1.13.2
21
23
Kubernetes :
24
+ - v1.31
25
+ - v1.30
26
+ - v1.29
22
27
- v1.28
23
28
- v1.27
24
29
- v1.26
Original file line number Diff line number Diff line change @@ -6,22 +6,23 @@ Latest stable version of Meridio
6
6
7
7
| Version | Documentation | Release Notes |
8
8
| --- | --- | --- |
9
- | v1.1.1 | [ Documentation] ( docs/v1.1.0 ) | [ Release Notes] ( https://github.com/Nordix/Meridio/releases/tag/v1.1.1 ) |
9
+ | v1.1.2 | [ Documentation] ( docs/v1.1.0 ) | [ Release Notes] ( https://github.com/Nordix/Meridio/releases/tag/v1.1.2 ) |
10
10
11
11
## Latest version
12
12
13
13
Here you can find the latest unreleased documentation and code.
14
14
15
15
| Version | Documentation | Release Notes |
16
16
| --- | --- | --- |
17
- | latest | [ Documentation] ( docs ) | [ v1.1.1 ...master] ( https://github.com/Nordix/Meridio/compare/v1.1.1 ...master ) |
17
+ | latest | [ Documentation] ( docs ) | [ v1.1.2 ...master] ( https://github.com/Nordix/Meridio/compare/v1.1.2 ...master ) |
18
18
19
19
## Past Versions
20
20
21
21
Here you can find documentation and release notes for previous versions.
22
22
23
23
| Version | Documentation | Release Notes |
24
24
| --- | --- | --- |
25
+ | v1.1.1 | [ Documentation] ( docs/v1.1.0 ) | [ Release Notes] ( https://github.com/Nordix/Meridio/releases/tag/v1.1.1 ) |
25
26
| v1.1.0 | [ Documentation] ( docs/v1.1.0 ) | [ Release Notes] ( https://github.com/Nordix/Meridio/releases/tag/v1.1.0 ) |
26
27
| v1.0.17 | [ Documentation] ( docs/v1.0.0 ) | [ Release Notes] ( https://github.com/Nordix/Meridio/releases/tag/v1.0.17 ) |
27
28
| v1.0.16 | [ Documentation] ( docs/v1.0.0 ) | [ Release Notes] ( https://github.com/Nordix/Meridio/releases/tag/v1.0.16 ) |
You can’t perform that action at this time.
0 commit comments