Skip to content

Commit 0f05006

Browse files
authored
Merge pull request #644 from VipulMascarenhas/update_version
update versions
2 parents 9bd7446 + 418148a commit 0f05006

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/stack.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
set -euo pipefail
2626
RELEASE=$(cat VERSION)
27+
# temporarily hardcode solution versions
28+
AI_HUB_SOLUTION_VERSION=1.0
2729
2830
# oci-ods-aqua
2931
STACKNAME=oci-ods-aqua
@@ -57,6 +59,7 @@ jobs:
5759
echo "aqua=${STACKNAME}"
5860
echo "ai_document_converter=${DOC_CONVERTER_STACKNAME}"
5961
echo "ai_translation=${TRANSLATION_STACKNAME}"
62+
echo "ai_hub_solution_version=${AI_HUB_SOLUTION_VERSION}"
6063
} >> $GITHUB_OUTPUT
6164
6265
- name: Prepare Release Notes
@@ -66,6 +69,7 @@ jobs:
6669
aqua="${{ steps.create_stacks.outputs.aqua }}"
6770
ai_document_converter="${{ steps.create_stacks.outputs.ai_document_converter }}"
6871
ai_translation="${{ steps.create_stacks.outputs.ai_translation }}"
72+
ai_hub_solution_version="${{ steps.create_stacks.outputs.ai_hub_solution_version }}"
6973
7074
{
7175
printf '# Stacks - v%s\n\n' "$rel"
@@ -80,8 +84,8 @@ jobs:
8084
8185
printf '[magic_button]: https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg\n'
8286
printf '[magic_stack_aqua]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$rel" "$aqua"
83-
printf '[magic_stack_ai_document_converter]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$rel" "$ai_document_converter"
84-
printf '[magic_stack_ai_translation]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$rel" "$ai_translation"
87+
printf '[magic_stack_ai_document_converter]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$ai_hub_solution_version" "$ai_document_converter"
88+
printf '[magic_stack_ai_translation]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$ai_hub_solution_version" "$ai_translation"
8589
} > release.md
8690
8791
- name: Create Release

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0
1+
3.0

0 commit comments

Comments
 (0)