Skip to content

Commit

Permalink
update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Everest RC CI triggered by recharte committed Dec 18, 2024
1 parent b0ca26e commit 0f7127b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FILES = $(shell find . -type f -name '*.go')

RELEASE_VERSION ?= v1.4.0-rc1
RELEASE_VERSION ?= v1.4.0-rc2
RELEASE_FULLCOMMIT ?= $(shell git rev-parse HEAD)

FLAGS = -X 'github.com/percona/everest/pkg/version.Version=$(RELEASE_VERSION)' \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/oapi-codegen/runtime v1.1.1
github.com/operator-framework/api v0.27.0
github.com/operator-framework/operator-lifecycle-manager v0.27.0
github.com/percona/everest-operator v1.4.0-rc1
github.com/percona/everest-operator v1.4.0-rc2
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20241218102153-1844495296a6
github.com/rodaine/table v1.3.0
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2214,8 +2214,8 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/percona/everest-operator v1.4.0-rc1 h1:ajdB4Yn9ospil5pDm8KbN1M/WmUcMRqLxNGzPYsVZxg=
github.com/percona/everest-operator v1.4.0-rc1/go.mod h1:FTKcDBn/1BHKNDnocKBAWH2mG3BYyD6yLXtoS58o1BM=
github.com/percona/everest-operator v1.4.0-rc2 h1:5Nj7Y2NnrDkbgpxIecJO8TQnNjpOr1ierXmkMzBExeE=
github.com/percona/everest-operator v1.4.0-rc2/go.mod h1:FTKcDBn/1BHKNDnocKBAWH2mG3BYyD6yLXtoS58o1BM=
github.com/percona/percona-backup-mongodb v1.8.1-0.20241002124601-957ac501f939 h1:OggdqSzqe9pO3A4GaRlrLwZXS3zEQ84O4+7Jm9cg74s=
github.com/percona/percona-backup-mongodb v1.8.1-0.20241002124601-957ac501f939/go.mod h1:KhIlTT4wR2mIkMvDtEFerr9zaADJorL7UThSztzxBaY=
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20241218102153-1844495296a6 h1:MFtysQifbF9aXKXsO/s6IBP1Z+I7BfyPmcabmriaS/I=
Expand Down

0 comments on commit 0f7127b

Please sign in to comment.