Skip to content

Commit

Permalink
Upgrade to use vcluster 0.19.0-beta.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbronn committed Feb 2, 2024
1 parent 37fa762 commit 1373a2d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion controllers/vcluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (r *VClusterReconciler) redeployIfNeeded(ctx context.Context, vCluster *v1a

kVersion := vclusterhelm.Version{
Major: "1",
Minor: "28",
Minor: "29",
}
if vCluster.Spec.KubernetesVersion != nil && *vCluster.Spec.KubernetesVersion != "" {
v := strings.Split(*vCluster.Spec.KubernetesVersion, ".")
Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/loft-sh/cluster-api-provider-vcluster

go 1.21.5

toolchain go1.21.6
go 1.21.6

require (
github.com/loft-sh/utils v0.0.29
Expand Down Expand Up @@ -75,7 +73,7 @@ require (
github.com/google/uuid v1.5.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/loft-sh/vcluster v0.19.0-alpha.4
github.com/loft-sh/vcluster v0.19.0-beta.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/loft-sh/utils v0.0.29 h1:P/MObccXToAZy2QoJSQDJ+OJx1qHitpFHEVj3QBSNJs=
github.com/loft-sh/utils v0.0.29/go.mod h1:9hlX9cGpWHg3mNi/oBlv3X4ePGDMK66k8MbOZGFMDTI=
github.com/loft-sh/vcluster v0.19.0-alpha.4 h1:QGmByu+zntfEchqdrIKxwjNCyz/qRqfmrUJWkRbRl7A=
github.com/loft-sh/vcluster v0.19.0-alpha.4/go.mod h1:HnsTJRLBqinDlcv+amD21NmlSexnd/yXY5B8dadbIcc=
github.com/loft-sh/vcluster v0.19.0-beta.0 h1:3Nwcw2aEeA+29N8U24ObE9pOCZKj5oP5BdidYAC+6sU=
github.com/loft-sh/vcluster v0.19.0-beta.0/go.mod h1:d539YXxg9Dyaa+9IfhJaTx4WR0HK2cYj7v5F73eA3/Y=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "os"

var (
// DefaultVClusterVersion is the default version of the virtual cluster to use
DefaultVClusterVersion = "0.19.0-alpha.4"
DefaultVClusterVersion = "0.19.0-beta.0"

// DefaultVClusterChartName is the default chart name of the virtual cluster to use
DefaultVClusterChartName = "vcluster"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ github.com/liggitt/tabwriter
## explicit; go 1.20
github.com/loft-sh/utils/pkg/helm
github.com/loft-sh/utils/pkg/helm/values
# github.com/loft-sh/vcluster v0.19.0-alpha.4
# github.com/loft-sh/vcluster v0.19.0-beta.0
## explicit; go 1.21.5
github.com/loft-sh/vcluster/pkg/log
github.com/loft-sh/vcluster/pkg/util
Expand Down

0 comments on commit 1373a2d

Please sign in to comment.