File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
85
85
86
86
- name : Adjust Compatibility Matrix in readme
87
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
88
+ sed -i -E "s/(.*CodeFlare Operator.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*) /\1${{ github.event.inputs.version }}\2${{ github.event.inputs.version }}\3 /" README.md
89
+ sed -i -E "s/(.*Multi-Cluster App Dispatcher.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*) /\1${{ github.event.inputs.mcad-version }}\2${{ github.event.inputs.mcad-version }}\3 /" README.md
90
+ sed -i -E "s/(.*CodeFlare-SDK.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*) /\1${{ github.event.inputs.codeflare-sdk-version }}\2${{ github.event.inputs.codeflare-sdk-version }}\3 /" README.md
91
+ sed -i -E "s/(.*InstaScale.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)v[0-9]+\.[0-9]+\.[0-9]+(.*) /\1${{ github.event.inputs.instascale-version }}\2${{ github.event.inputs.instascale-version }}\3 /" README.md
92
92
93
93
- name : Adjust MCAD, SDK and InstaScale dependencies in the code
94
94
run : |
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Operator for installation and lifecycle management of CodeFlare distributed work
6
6
<!-- Compatibility Matrix start -->
7
7
CodeFlare Stack Compatibility Matrix
8
8
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 |
10
+ | ------------------------------| --------------------------------------------------------------------------------------------------- |
11
+ | CodeFlare Operator | [ v0.2.3] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v0.2.3 ) |
12
+ | Multi-Cluster App Dispatcher | [ v1.34.1] ( https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.34.1 ) |
13
+ | CodeFlare-SDK | [ v0.7.1] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.7.1 ) |
14
+ | InstaScale | [ v0.0.8] ( https://github.com/project-codeflare/instascale/releases/tag/v0.0.8 ) |
15
+ | KubeRay | [ v0.5.0] ( https://github.com/ray-project/kuberay/releases/tag/v0.5.0 ) |
16
16
<!-- Compatibility Matrix end -->
17
17
18
18
## Development
You can’t perform that action at this time.
0 commit comments