app-operator icon indicating copy to clipboard operation
app-operator copied to clipboard

Update module github.com/giantswarm/apptest to v1.4.1

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/giantswarm/apptest v1.2.1 -> v1.4.1 age adoption passing confidence

Release Notes

giantswarm/apptest (github.com/giantswarm/apptest)

v1.4.1

Compare Source

Changed
  • Go: Bump giantswarm/app & giantswarm/backoff. (#​315)

v1.4.0

Compare Source

Changed
  • Update controller-runtime to v0.16.3 to match other packages.

v1.3.1

Compare Source

Added
  • Add support for Cluster ID selector.
Changed
  • PSP CR installation put under global scope
  • Place KubeConfig under the value key in the secret in addition.

v1.3.0

Compare Source

Changed
  • Add a switch for PSP CR installation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jun 03 '24 09:06 renovate[bot]

Fails with

# sigs.k8s.io/kustomize/kyaml/openapi
/go/pkg/mod/sigs.k8s.io/kustomize/[email protected]/openapi/openapi.go:656:33: cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
# k8s.io/kubectl/pkg/util/openapi
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi_getter.go:36:42: cannot use &CachedOpenAPIGetter{} (value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: *CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method OpenAPISchema)
                have OpenAPISchema() (*"github.com/google/gnostic/openapiv2".Document, error)
                want OpenAPISchema() (*"github.com/google/gnostic-models/openapiv2".Document, error)
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi_getter.go:49:28: cannot use g.openAPIClient.OpenAPISchema() (value of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in assignment
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi_getter.go:78:46: cannot use oapi (variable of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in argument to NewOpenAPIData
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi.go:49:38: cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to proto.NewOpenAPIData
# github.com/giantswarm/k8sclient/v7/pkg/k8sclient
/go/pkg/mod/github.com/giantswarm/k8sclient/[email protected]/pkg/k8sclient/clients.go:116:47: not enough arguments in call to apiutil.NewDynamicRESTMapper
        have (*rest.Config)
        want (*rest.Config, *http.Client)

marians avatar Jun 03 '24 12:06 marians

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/giantswarm/apiextensions-application v0.6.1 -> v0.6.2
github.com/giantswarm/app/v7 v7.0.1 -> v7.0.2
k8s.io/api v0.26.15 -> v0.28.3
k8s.io/apiextensions-apiserver v0.26.15 -> v0.28.3
k8s.io/apimachinery v0.26.15 -> v0.28.3
k8s.io/client-go v0.26.15 -> v0.28.3
sigs.k8s.io/controller-runtime v0.14.7 -> v0.16.3
github.com/emicklei/go-restful/v3 v3.9.0 -> v3.11.0
github.com/evanphx/json-patch/v5 v5.6.0 -> v5.7.0
github.com/go-openapi/jsonpointer v0.19.5 -> v0.20.0
github.com/go-openapi/jsonreference v0.20.0 -> v0.20.2
github.com/go-openapi/swag v0.21.1 -> v0.22.4
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae -> v0.0.0-20221205130635-1aeaba878587
github.com/sirupsen/logrus v1.8.1 -> v1.9.0
go.uber.org/multierr v1.9.0 -> v1.11.0
gomodules.xyz/jsonpatch/v2 v2.2.0 -> v2.4.0
k8s.io/apiserver v0.26.15 -> v0.28.3
k8s.io/component-base v0.26.15 -> v0.28.3
k8s.io/klog/v2 v2.90.0 -> v2.120.1
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 -> v0.0.0-20231113174909-778a5567bc1e
k8s.io/utils v0.0.0-20230202215443-34013725500c -> v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1

renovate[bot] avatar Jun 04 '24 14:06 renovate[bot]