Skip to content

Commit 7c85ef9

Browse files
Merge pull request #163 from superstreamlabs/add-versions
Add versions
2 parents 815a092 + cd4544a commit 7c85ef9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/release.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,20 @@ jobs:
3434
uses: helm/[email protected]
3535
env:
3636
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
37+
38+
# - name: Extract Version
39+
# id: extract_version
40+
# run: |
41+
# versionTag=$(cat version.conf)
42+
# echo "versionTag=$versionTag" >> $GITHUB_ENV
43+
44+
# - name: Create GitHub Release
45+
# env:
46+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
# tag: "superstream-${{ env.versionTag }}"
48+
# run: |
49+
# gh release delete "$tag" --yes --repo "$GITHUB_REPOSITORY" || true
50+
# git push --delete origin "$tag" || true
51+
# git tag -f "$tag"
52+
# git push origin "$tag"
53+
# gh release create "$tag" --generate-notes

charts/superstream/Chart.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ apiVersion: v2
22
annotations:
33
category: Streaming and Messaging
44
licenses: Memphis Business Source License 1.0
5+
dataPlaneVersion: "1.1.107"
6+
autoScalerVersion: "1.1.100"
7+
artifacthub.io/changes: |
8+
- kind: changed
9+
description: Bump data-plane to 1.1.100
510
name: superstream
611
description: Superstream Official Helm chart
712
home: https://superstream.ai

0 commit comments

Comments
 (0)