-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Make version bumping script more robust (#2689)
* ci: Make version bumping script more robust Signed-off-by: Achal Shah <[email protected]> * bump dockerfiles too Signed-off-by: Achal Shah <[email protected]> * fix build-docker-image Signed-off-by: Achal Shah <[email protected]> * use buildx instead of build in makefile Signed-off-by: Achal Shah <[email protected]>
- Loading branch information
Showing
7 changed files
with
52 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
infra/charts/feast/requirements.yaml | ||
infra/charts/feast/Chart.yaml | ||
infra/charts/feast/charts/transformation-service/Chart.yaml | ||
infra/charts/feast/charts/transformation-service/README.md | ||
infra/charts/feast/charts/transformation-service/values.yaml | ||
infra/charts/feast/charts/feature-server/Chart.yaml | ||
infra/charts/feast/charts/feature-server/README.md | ||
infra/charts/feast/charts/feature-server/values.yaml | ||
infra/charts/feast/README.md | ||
infra/charts/feast-python-server/Chart.yaml | ||
infra/charts/feast-python-server/README.md | ||
java/pom.xml | ||
ui/package.json | ||
infra/charts/feast/requirements.yaml 4 9 | ||
infra/charts/feast/Chart.yaml 4 | ||
infra/charts/feast/charts/transformation-service/Chart.yaml 4 5 | ||
infra/charts/feast/charts/transformation-service/README.md 3 16 | ||
infra/charts/feast/charts/transformation-service/values.yaml 8 | ||
infra/charts/feast/charts/feature-server/Chart.yaml 4 5 | ||
infra/charts/feast/charts/feature-server/README.md 3 20 | ||
infra/charts/feast/charts/feature-server/values.yaml 8 | ||
infra/charts/feast/README.md 11 58 59 | ||
infra/charts/feast-python-server/Chart.yaml 5 | ||
infra/charts/feast-python-server/README.md 3 | ||
java/pom.xml 41 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters