Skip to content

Commit 8112db5

Browse files
authored
fix: Update the version counts (#3378)
* Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> * Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent a0c6fde commit 8112db5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ Thanks goes to these incredible people:
227227

228228
<a href="https://github.com/feast-dev/feast/graphs/contributors">
229229
<img src="https://contrib.rocks/image?repo=feast-dev/feast" />
230-
</a>
230+
</a>

infra/scripts/helm/validate-helm-chart-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Amount of file locations that need to be bumped in unison when versions increment
6-
UNIQUE_VERSIONS_COUNT=22 # Change in release 0.24.0
6+
UNIQUE_VERSIONS_COUNT=20 # Change in release 0.27.0
77

88
if [ $# -ne 1 ]; then
99
echo "Please provide a single semver version (without a \"v\" prefix) to test the repository against, e.g 0.99.0"

0 commit comments

Comments
 (0)