Skip to content

Commit

Permalink
feat: upgrade dependency versions for generated projects
Browse files Browse the repository at this point in the history
This fixes a bug from controller-runtime that affected log output at
start up by upgrading that lib to 0.13.1.
No libraries were upgraded to a new major version - only minor version
upgrades made.

Signed-off-by: Rich Lander <lander2k2@protonmail.com>
  • Loading branch information
lander2k2 committed Nov 7, 2022
1 parent 854791e commit 05479eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions internal/plugins/workload/v1/scaffolds/templates/gomod.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ func goModDependencyMap() map[string]string {
"github.com/go-logr/logr": "v1.2.3",
"github.com/nukleros/operator-builder-tools": "v0.3.0",
"github.com/onsi/ginkgo": "v1.16.5",
"github.com/onsi/gomega": "v1.19.0",
"github.com/spf13/cobra": "v1.4.0",
"github.com/stretchr/testify": "v1.7.3",
"google.golang.org/api": "v0.84.0",
"github.com/onsi/gomega": "v1.24.0",
"github.com/spf13/cobra": "v1.6.1",
"github.com/stretchr/testify": "v1.8.1",
"google.golang.org/api": "v0.102.0",
"gopkg.in/yaml.v2": "v2.4.0",
"k8s.io/api": "v0.24.2",
"k8s.io/apimachinery": "v0.24.2",
"k8s.io/client-go": "v0.24.2",
"sigs.k8s.io/controller-runtime": "v0.12.1",
"sigs.k8s.io/kubebuilder/v3": "v3.4.1",
"k8s.io/api": "v0.25.3",
"k8s.io/apimachinery": "v0.25.3",
"k8s.io/client-go": "v0.25.3",
"sigs.k8s.io/controller-runtime": "v0.13.1",
"sigs.k8s.io/kubebuilder/v3": "v3.7.0",
"sigs.k8s.io/yaml": "v1.3.0",
}
}
Expand Down

0 comments on commit 05479eb

Please sign in to comment.