Skip to content

Commit

Permalink
Revert "Pin flyteconsole version in release process (#5037)" (#5176)
Browse files Browse the repository at this point in the history
This reverts commit 68a3415.

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario committed Apr 3, 2024
1 parent dc1294e commit b9dfb01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
set -ex

FLYTEKIT_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flytekit/releases/latest" | jq -r .tag_name | sed 's/^v//')
# The flyteconsole revamp is not released yet (we need "schedules" to be present before we can release it). In the meantime
# we are using the latest release (v1.10.3) as the tag for flyteconsole.
# FLYTECONSOLE_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flyteconsole/releases/latest" | jq -r .tag_name)
FLYTECONSOLE_TAG=v1.10.3
FLYTECONSOLE_TAG=$(curl --silent "https://api.github.com/repos/flyteorg/flyteconsole/releases/latest" | jq -r .tag_name)

# bump latest release of flyte component in helm
sed -i "s,tag:[^P]*# FLYTEADMIN_TAG,tag: ${VERSION} # FLYTEADMIN_TAG," ./charts/flyte/values.yaml
Expand Down

0 comments on commit b9dfb01

Please sign in to comment.