Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csm-replication version updated to v1.10.0 #163

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repctl/cmd/repctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
Use: "repctl",
Short: "repctl is CLI tool for managing replication in Kubernetes",
Long: "repctl is CLI tool for managing replication in Kubernetes",
Version: "v1.9.0",
Version: "v1.10.0",

PersistentPreRun: func(cmd *cobra.Command, args []string) {
metadata.Init(viper.GetString(config.ReplicationPrefix))
Expand Down
2 changes: 1 addition & 1 deletion repctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.2
replace github.com/dell/csm-replication => ../

require (
github.com/dell/csm-replication v1.9.0
github.com/dell/csm-replication v1.10.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MODE="install"
NS="dell-replication-controller"
RELEASE="replication"
MODULE="csm-replication"
HELMCHARTVERSION="csm-replication-1.9.0"
HELMCHARTVERSION="csm-replication-1.10.0"

# export the name of the debug log, so child processes will see it
export DEBUGLOG="${SCRIPTDIR}/install-debug.log"
Expand Down
Loading