Skip to content

Commit 2537768

Browse files
committed
Release v1.1.2 (Documentation)
1 parent 737524a commit 2537768

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

docs/demo/scripts/kind/Makefile

+8-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,14 @@ endef
6262
export KIND_CONFIG_NO_NODE
6363

6464
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 \
6773
version="kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72" ; \
6874
elif [ $(KUBERNETES_VERSION) = "v1.26" ]; then \
6975
version="kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb" ; \

test/e2e/environment/kind-operator/test-scope.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Meridio:
22
- latest
3+
- v1.1.2
34
- v1.1.1
45
- v1.1.0
56
- v1.0.17
67
- v1.0.14
78
- v1.0.3
89
TAPA:
910
- latest
11+
- v1.1.2
1012
- v1.1.1
1113
- v1.1.0
1214
- v1.0.17
@@ -19,6 +21,9 @@ NSM:
1921
- v1.13.0
2022
- v1.13.2
2123
Kubernetes:
24+
- v1.31
25+
- v1.30
26+
- v1.29
2227
- v1.28
2328
- v1.27
2429
- v1.26

website/src/pages/versions.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@ Latest stable version of Meridio
66

77
| Version | Documentation | Release Notes |
88
| --- | --- | --- |
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) |
1010

1111
## Latest version
1212

1313
Here you can find the latest unreleased documentation and code.
1414

1515
| Version | Documentation | Release Notes |
1616
| --- | --- | --- |
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) |
1818

1919
## Past Versions
2020

2121
Here you can find documentation and release notes for previous versions.
2222

2323
| Version | Documentation | Release Notes |
2424
| --- | --- | --- |
25+
| v1.1.1 | [Documentation](docs/v1.1.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.1.1) |
2526
| v1.1.0 | [Documentation](docs/v1.1.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.1.0) |
2627
| v1.0.17 | [Documentation](docs/v1.0.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.0.17) |
2728
| v1.0.16 | [Documentation](docs/v1.0.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.0.16) |

0 commit comments

Comments
 (0)