Skip to content

Commit 7b0a97a

Browse files
committed
[262] Add links to other release notes
1 parent 526bb53 commit 7b0a97a

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/tag-and-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ jobs:
8484
run: make install-operator-sdk
8585

8686
- name: Adjust Compatibility Matrix in readme
87+
run: |
88+
sed -i -E "s/(.*CodeFlare Operator.*)v[0-9]+\.[0-9]+\.[0-9]+(.*\|.*\|)/\1${{ github.event.inputs.version }}\2/" README.md
89+
sed -i -E "s/(.*Multi-Cluster App Dispatcher.*)v[0-9]+\.[0-9]+\.[0-9]+(.*\|.*\|)/\1${{ github.event.inputs.mcad-version }}\2/" README.md
90+
sed -i -E "s/(.*CodeFlare-SDK.*)v[0-9]+\.[0-9]+\.[0-9]+(.*\|.*\|)/\1${{ github.event.inputs.codeflare-sdk-version }}\2/" README.md
91+
sed -i -E "s/(.*InstaScale.*)v[0-9]+\.[0-9]+\.[0-9]+(.*\|.*\|)/\1${{ github.event.inputs.instascale-version }}\2/" README.md
92+
93+
- name: Adjust links to release notes
8794
run: |
8895
sed -i -E "s/(.*CodeFlare Operator.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/\1${{ github.event.inputs.version }}\2/" README.md
8996
sed -i -E "s/(.*Multi-Cluster App Dispatcher.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/\1${{ github.event.inputs.mcad-version }}\2/" README.md

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Operator for installation and lifecycle management of CodeFlare distributed work
66
<!-- Compatibility Matrix start -->
77
CodeFlare Stack Compatibility Matrix
88

9-
| Component | Version |
10-
|------------------------------|---------|
11-
| CodeFlare Operator | v0.2.3 |
12-
| Multi-Cluster App Dispatcher | v1.34.1 |
13-
| CodeFlare-SDK | v0.7.1 |
14-
| InstaScale | v0.0.8 |
15-
| KubeRay | v0.5.0 |
9+
| Component | Version | Release Notes |
10+
|------------------------------|---------|------------------------------------------------------------------------------------------------|
11+
| CodeFlare Operator | v0.2.3 | [Link](https://github.com/project-codeflare/codeflare-operator/releases/tag/v0.2.3) |
12+
| Multi-Cluster App Dispatcher | v1.34.1 | [Link](https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.34.1) |
13+
| CodeFlare-SDK | v0.7.1 | [Link](https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.7.1) |
14+
| InstaScale | v0.0.8 | [Link](https://github.com/project-codeflare/instascale/releases/tag/v0.0.8) |
15+
| KubeRay | v0.5.0 | [Link](https://github.com/ray-project/kuberay/releases/tag/v0.5.0) |
1616
<!-- Compatibility Matrix end -->
1717

1818
## Development

0 commit comments

Comments
 (0)