Skip to content
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/fluxcd/kustomize-controller/api v1.8.1
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/otterscale/api v0.8.22
github.com/otterscale/api v0.9.0-beta.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The github.com/otterscale/api dependency is being updated to a pre-release version (v0.9.0-beta.1). Using pre-release versions can introduce instability or breaking changes, which might not be suitable for production environments. If this change is not strictly necessary for development or testing purposes, it is recommended to use a stable release to ensure reliability.

k8s.io/api v0.35.2
k8s.io/apiextensions-apiserver v0.35.1
k8s.io/apimachinery v0.35.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI
github.com/onsi/ginkgo/v2 v2.28.1/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE=
github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28=
github.com/onsi/gomega v1.39.1/go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg=
github.com/otterscale/api v0.8.22 h1:mo9R+jkMe7Hm4xlqa6pbKdP5oKex7YDNvyjgrQKh+Lk=
github.com/otterscale/api v0.8.22/go.mod h1:EADd26b/FpPfG+FMkNJU9KnAt19XQrHL4sbpGSWZIBM=
github.com/otterscale/api v0.9.0-beta.1 h1:QnjRxWEkP0GeoE1yHXK+LfYLyGo4NC+iHlnJ1a0Pdkw=
github.com/otterscale/api v0.9.0-beta.1/go.mod h1:EADd26b/FpPfG+FMkNJU9KnAt19XQrHL4sbpGSWZIBM=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
Loading