File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FILES = $(shell find . -type f -name '* .go')
2
2
3
- RELEASE_VERSION ?= v1.4.0-rc6
3
+ RELEASE_VERSION ?= v1.4.0
4
4
RELEASE_FULLCOMMIT ?= $(shell git rev-parse HEAD)
5
5
6
6
FLAGS = -X 'github.com/percona/everest/pkg/version.Version=$(RELEASE_VERSION ) ' \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require (
36
36
github.com/oapi-codegen/runtime v1.1.1
37
37
github.com/operator-framework/api v0.27.0
38
38
github.com/operator-framework/operator-lifecycle-manager v0.27.0
39
- github.com/percona/everest-operator v1.4.0-rc6
39
+ github.com/percona/everest-operator v1.4.0
40
40
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20241226165327-04f582fcfc45
41
41
github.com/rodaine/table v1.3.0
42
42
github.com/spf13/cobra v1.8.1
Original file line number Diff line number Diff line change @@ -2214,8 +2214,8 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9
2214
2214
github.com/pelletier/go-toml v1.7.0 /go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE =
2215
2215
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4 =
2216
2216
github.com/pelletier/go-toml/v2 v2.1.0 /go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc =
2217
- github.com/percona/everest-operator v1.4.0-rc6 h1:o7h5FFRjD8k5KNC4X7uZMAlRHtAE0YH7tOTdtMUGOWc =
2218
- github.com/percona/everest-operator v1.4.0-rc6 /go.mod h1:FTKcDBn/1BHKNDnocKBAWH2mG3BYyD6yLXtoS58o1BM =
2217
+ github.com/percona/everest-operator v1.4.0 h1:G3TMlj+q4o3dlbwgqTUyqKrpQ4BOHoN7IhUUPYliPLo =
2218
+ github.com/percona/everest-operator v1.4.0 /go.mod h1:FTKcDBn/1BHKNDnocKBAWH2mG3BYyD6yLXtoS58o1BM =
2219
2219
github.com/percona/percona-backup-mongodb v1.8.1-0.20241002124601-957ac501f939 h1:OggdqSzqe9pO3A4GaRlrLwZXS3zEQ84O4+7Jm9cg74s =
2220
2220
github.com/percona/percona-backup-mongodb v1.8.1-0.20241002124601-957ac501f939 /go.mod h1:KhIlTT4wR2mIkMvDtEFerr9zaADJorL7UThSztzxBaY =
2221
2221
github.com/percona/percona-helm-charts/charts/everest v0.0.0-20241226165327-04f582fcfc45 h1:StEj7V4VEGrgKZRWCpRHg45IogTNOxkWinpnegqgCv8 =
You can’t perform that action at this time.
0 commit comments