Skip to content

Commit

Permalink
Release v1.1.2 (Documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelJouin committed Aug 19, 2024
1 parent 737524a commit 2537768
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions docs/demo/scripts/kind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,14 @@ endef
export KIND_CONFIG_NO_NODE

define KIND_CONFIG
version="kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31" ; \
if [ $(KUBERNETES_VERSION) = "v1.27" ]; then \
version="kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865" ; \
if [ $(KUBERNETES_VERSION) = "v1.30" ]; then \
version="kindest/node:v1.30.4@sha256:976ea815844d5fa93be213437e3ff5754cd599b040946b5cca43ca45c2047114" ; \
elif [ $(KUBERNETES_VERSION) = "v1.29" ]; then \
version="kindest/node:v1.29.8@sha256:d46b7aa29567e93b27f7531d258c372e829d7224b25e3fc6ffdefed12476d3aa" ; \
elif [ $(KUBERNETES_VERSION) = "v1.28" ]; then \
version="kindest/node:v1.28.13@sha256:45d319897776e11167e4698f6b14938eb4d52eb381d9e3d7a9086c16c69a8110" ; \
elif [ $(KUBERNETES_VERSION) = "v1.27" ]; then \
version="kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72" ; \
elif [ $(KUBERNETES_VERSION) = "v1.26" ]; then \
version="kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb" ; \
Expand Down
5 changes: 5 additions & 0 deletions test/e2e/environment/kind-operator/test-scope.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Meridio:
- latest
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.17
- v1.0.14
- v1.0.3
TAPA:
- latest
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.17
Expand All @@ -19,6 +21,9 @@ NSM:
- v1.13.0
- v1.13.2
Kubernetes:
- v1.31
- v1.30
- v1.29
- v1.28
- v1.27
- v1.26
Expand Down
5 changes: 3 additions & 2 deletions website/src/pages/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@ Latest stable version of Meridio

| Version | Documentation | Release Notes |
| --- | --- | --- |
| v1.1.1 | [Documentation](docs/v1.1.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.1.1) |
| v1.1.2 | [Documentation](docs/v1.1.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.1.2) |

## Latest version

Here you can find the latest unreleased documentation and code.

| Version | Documentation | Release Notes |
| --- | --- | --- |
| latest | [Documentation](docs) | [v1.1.1...master](https://github.com/Nordix/Meridio/compare/v1.1.1...master) |
| latest | [Documentation](docs) | [v1.1.2...master](https://github.com/Nordix/Meridio/compare/v1.1.2...master) |

## Past Versions

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

| Version | Documentation | Release Notes |
| --- | --- | --- |
| v1.1.1 | [Documentation](docs/v1.1.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.1.1) |
| v1.1.0 | [Documentation](docs/v1.1.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.1.0) |
| v1.0.17 | [Documentation](docs/v1.0.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.0.17) |
| v1.0.16 | [Documentation](docs/v1.0.0) | [Release Notes](https://github.com/Nordix/Meridio/releases/tag/v1.0.16) |
Expand Down

0 comments on commit 2537768

Please sign in to comment.