Skip to content

Commit 77d38a4

Browse files
author
Everest RC CI triggered by oksana-grishchenko
committedJun 28, 2024
update version tag
1 parent e43e89b commit 77d38a4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FILES = $(shell find . -type f -name '*.go')
22

3-
RELEASE_VERSION ?= v1.0.0-rc6
3+
RELEASE_VERSION ?= v1.0.0
44
RELEASE_FULLCOMMIT ?= $(shell git rev-parse HEAD)
55

66
FLAGS = -X 'github.com/percona/everest/pkg/version.Version=$(RELEASE_VERSION)' \

‎deploy/quickstart-k8s.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
secretName: everest-jwt
109109
containers:
110110
- name: everest
111-
image: perconalab/everest:1.0.0-rc6
111+
image: perconalab/everest:1.0.0
112112
ports:
113113
- containerPort: 8080
114114
readinessProbe:

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/oapi-codegen/runtime v1.1.1
2424
github.com/operator-framework/api v0.23.0
2525
github.com/operator-framework/operator-lifecycle-manager v0.27.0
26-
github.com/percona/everest-operator v1.0.0-rc6
26+
github.com/percona/everest-operator v1.0.0
2727
github.com/rodaine/table v1.2.0
2828
github.com/spf13/cobra v1.8.0
2929
github.com/spf13/viper v1.18.2

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9
573573
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
574574
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
575575
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
576-
github.com/percona/everest-operator v1.0.0-rc6 h1:zZYpxPohXpBoEJ0vhxFHveSALDtaLEc6qcLuuvWP0WE=
577-
github.com/percona/everest-operator v1.0.0-rc6/go.mod h1:26Ardqn/+YgAX5zot3w3OO+hibBUwyVXgdvL8M/K/OE=
576+
github.com/percona/everest-operator v1.0.0 h1:Oj7PuUGpx8ke9DRbBeqCGmqzewfP2ZrX+qDG0OkwZ5w=
577+
github.com/percona/everest-operator v1.0.0/go.mod h1:26Ardqn/+YgAX5zot3w3OO+hibBUwyVXgdvL8M/K/OE=
578578
github.com/percona/percona-backup-mongodb v1.8.1-0.20230920143330-3b1c2e263901 h1:BDgsZRCjEuxl2/z4yWBqB0s8d20shuIDks7/RVdZiLs=
579579
github.com/percona/percona-backup-mongodb v1.8.1-0.20230920143330-3b1c2e263901/go.mod h1:fZRCMpUqkWlLVdRKqqaj001LoVP2eo6F0ZhoMPeXDng=
580580
github.com/percona/percona-postgresql-operator v0.0.0-20231220140959-ad5eef722609 h1:+UOK4gcHrRgqjo4smgfwT7/0apF6PhAJdQIdAV4ub/M=

0 commit comments

Comments
 (0)
Please sign in to comment.