Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#479 from eclipse-tractusx/docs/tr…
Browse files Browse the repository at this point in the history
…g-509-510-511-adjustments

docs: TRG 5.09, 5.10, 5.11 title to lose PRERELEASE postfix and other content cleanup
  • Loading branch information
almadigabor authored Nov 15, 2023
2 parents 89671b5 + 6c21aa8 commit 8a5ba86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
16 changes: 8 additions & 8 deletions docs/release/trg-5/trg-5-09.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
title: TRG 5.09 - Helm test PRERELEASE
title: TRG 5.09 - Helm test
---

:::caution
Proposed release date: "mandatory after": 19th of May 2023
:::

| Status | Created | Post-History |
|------------|-------------|--------------------|
| Update | 10-Nov-2023 | Bump kind version |
| Active | 10-Nov-2023 | |
| Prerelease | 7-Mar-2023 | Moved out of draft |
| Draft | 23-Feb-2023 | Draft release |

Expand Down Expand Up @@ -38,6 +36,8 @@ Example Github Action Workflow:
- Make the necessary container images available through the kind setup (see github action example, it uses the local kind registry)
- Prepare and execute helm test
- Fail on a failing helm test
- The example also contains the upgradeability test as the last step which
is described in more detail in [TRG 5.11](trg-5-11.md)

Technical requirements:

Expand All @@ -60,7 +60,7 @@ on:
node_image:
description: 'kindest/node image for k8s kind cluster'
# k8s version from 3.1 release as default
default: 'kindest/node:v1.24.6'
default: 'kindest/node:v1.27.3'
required: false
type: string
upgrade_from:
Expand All @@ -83,9 +83,9 @@ jobs:
uses: container-tools/kind-action@v1
with:
# upgrade version, default (v0.17.0) uses node image v1.21.1 and doesn't work with more recent node image versions
version: v0.19.0
version: v0.20.0
# default value for event_name != workflow_dispatch
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.24.6' }}
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.27.3' }}

- name: Build image
uses: docker/build-push-action@v3
Expand Down
7 changes: 2 additions & 5 deletions docs/release/trg-5/trg-5-10.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
title: TRG 5.10 - Kubernetes versions PRERELEASE
title: TRG 5.10 - Kubernetes versions
---

:::caution
Proposed release date: "mandatory after": 19th of May 2023
:::

| Status | Created | Post-History |
|------------|-------------|--------------------|
| Active | 10-Nov-2023 | |
| Prerelease | 7-Mar-2023 | Moved out of draft |
| Draft | 24-Feb-2022 | n/a |

Expand Down
7 changes: 2 additions & 5 deletions docs/release/trg-5/trg-5-11.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
title: TRG 5.11 - Upgradeability PRERELEASE
title: TRG 5.11 - Upgradeability
---

:::caution
Proposed release date: "mandatory after": 19th of May 2023
:::

| Status | Created | Post-History |
|------------|-------------|--------------------|
| Active | 10-Nov-2023 | |
| Draft | 17-Jul-2023 | 'handels' typo fix |
| Prerelease | 7-Mar-2023 | Moved out of draft |
| Draft | 24-Feb-2022 | n/a |
Expand Down

0 comments on commit 8a5ba86

Please sign in to comment.