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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 renovate bot requested a review from a team as a code owner June 3, 2024 09:00
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Jun 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from 6d4fad3 to 1d7e2b8 Compare June 3, 2024 09:58
@marians
Copy link
Member

marians commented Jun 3, 2024

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)

@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from 60410df to c4278d5 Compare June 4, 2024 14:05
@renovate renovate bot changed the title Update module github.com/giantswarm/apptest to v1.4.0 Update module github.com/giantswarm/apptest to v1.4.1 Jun 4, 2024
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ 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):

  • 29 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
github.com/giantswarm/backoff v1.0.0 -> v1.0.1
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/cenkalti/backoff/v4 v4.1.3 -> v4.3.0
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
golang.org/x/crypto v0.22.0 -> v0.23.0
golang.org/x/oauth2 v0.19.0 -> v0.20.0
golang.org/x/sys v0.19.0 -> v0.20.0
golang.org/x/term v0.19.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.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

Copy link
Member

@marians marians left a comment

Choose a reason for hiding this comment

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

This should wait until #1155 is done

@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from 036759e to 82c4121 Compare June 7, 2024 13:18
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 82c4121 to 07dc97d Compare June 14, 2024 10:53
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 07dc97d to 37936e7 Compare September 20, 2024 12:53
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 5 times, most recently from 25d7953 to 333b082 Compare October 8, 2024 11:38
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 3 times, most recently from 81936ce to 54360b3 Compare October 23, 2024 13:23
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 54360b3 to a2e5af3 Compare November 5, 2024 09:10
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 3 times, most recently from 7b00282 to d70bbad Compare November 19, 2024 11:57
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from d70bbad to 26bb86a Compare December 12, 2024 14:23
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 26bb86a to 75de36d Compare December 19, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant