Skip to content

Commit

Permalink
Merge pull request #1182 from LiZhenCheng9527/release-rc
Browse files Browse the repository at this point in the history
[release-1.0] Change the version to v1.0.0-rc.0 in the makefile
  • Loading branch information
kmesh-bot authored Jan 14, 2025
2 parents d927db6 + 6628299 commit aa4fb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= 1.0.0-alpha
VERSION ?= 1.0.0-rc.0
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
Expand Down Expand Up @@ -253,7 +253,7 @@ clean:

CHARTS_FOLDER := deploy/charts
CHARTS := $(wildcard $(CHARTS_FOLDER)/*)
CHART_VERSION ?= v1.0.0-alpha
CHART_VERSION ?= v1.0.0-rc.0
CHART_OCI_REGISTRY ?= oci://$(HUB)
CHART_OUTPUT_DIR ?= out/charts

Expand Down

0 comments on commit aa4fb55

Please sign in to comment.