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 #508

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

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

marians commented Jun 3, 2024

Fails with

# 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)
# sigs.k8s.io/cluster-api/api/v1beta1
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/cluster_webhook.go:50:27: cannot use &Cluster{} (value of type *Cluster) as admission.Validator value in variable declaration: *Cluster does not implement admission.Validator (wrong type for method ValidateCreate)
                have ValidateCreate() error
                want ValidateCreate() (admission.Warnings, error)
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/clusterclass_webhook.go:49:27: cannot use &ClusterClass{} (value of type *ClusterClass) as admission.Validator value in variable declaration: *ClusterClass does not implement admission.Validator (wrong type for method ValidateCreate)
                have ValidateCreate() error
                want ValidateCreate() (admission.Warnings, error)
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/machine_webhook.go:41:27: cannot use &Machine{} (value of type *Machine) as admission.Validator value in variable declaration: *Machine does not implement admission.Validator (wrong type for method ValidateCreate)
                have ValidateCreate() error
                want ValidateCreate() (admission.Warnings, error)
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/machinedeployment_webhook.go:46:27: cannot use &MachineDeployment{} (value of type *MachineDeployment) as admission.Validator value in variable declaration: *MachineDeployment does not implement admission.Validator (wrong type for method ValidateCreate)
                have ValidateCreate() error
                want ValidateCreate() (admission.Warnings, error)
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/machinehealthcheck_webhook.go:63:27: cannot use &MachineHealthCheck{} (value of type *MachineHealthCheck) as admission.Validator value in variable declaration: *MachineHealthCheck does not implement admission.Validator (wrong type for method ValidateCreate)
                have ValidateCreate() error
                want ValidateCreate() (admission.Warnings, error)
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/machineset_webhook.go:44:27: cannot use &MachineSet{} (value of type *MachineSet) as admission.Validator value in variable declaration: *MachineSet does not implement admission.Validator (wrong type for method ValidateCreate)
                have ValidateCreate() error
                want ValidateCreate() (admission.Warnings, error)
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/machineset_types.go:184:83: not enough arguments in call to metav1validation.ValidateLabelSelector
        have (*"k8s.io/apimachinery/pkg/apis/meta/v1".LabelSelector, *"k8s.io/apimachinery/pkg/util/validation/field".Path)
        want (*"k8s.io/apimachinery/pkg/apis/meta/v1".LabelSelector, "k8s.io/apimachinery/pkg/apis/meta/v1/validation".LabelSelectorValidationOptions, *"k8s.io/apimachinery/pkg/util/validation/field".Path)

@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from 5d4592d to 845fb4b Compare June 3, 2024 14:35
@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
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 845fb4b to 9a7df8f Compare June 4, 2024 17:24
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):

  • 24 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.4
github.com/giantswarm/apiextensions-application v0.6.0 -> v0.6.2
github.com/giantswarm/backoff v1.0.0 -> v1.0.1
k8s.io/api v0.25.2 -> v0.28.3
k8s.io/apimachinery v0.25.2 -> v0.28.3
k8s.io/client-go v0.25.2 -> v0.28.3
sigs.k8s.io/controller-runtime v0.13.0 -> v0.16.3
github.com/cenkalti/backoff/v4 v4.1.2 -> v4.3.0
github.com/emicklei/go-restful/v3 v3.8.0 -> v3.11.0
github.com/evanphx/json-patch v4.12.0+incompatible -> v5.6.0+incompatible
github.com/evanphx/json-patch/v5 v5.6.0 -> v5.7.0
github.com/giantswarm/appcatalog v0.6.0 -> v1.0.0
github.com/go-openapi/jsonpointer v0.19.5 -> v0.20.0
github.com/go-openapi/jsonreference v0.19.5 -> v0.20.2
github.com/go-openapi/swag v0.19.14 -> v0.22.4
github.com/imdario/mergo v0.3.12 -> v0.3.16
github.com/mailru/easyjson v0.7.6 -> v0.7.7
gomodules.xyz/jsonpatch/v2 v2.2.0 -> v2.4.0
k8s.io/apiextensions-apiserver v0.25.0 -> v0.28.3
k8s.io/component-base v0.25.0 -> v0.28.3
k8s.io/klog/v2 v2.70.1 -> v2.120.1
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 -> v0.0.0-20231113174909-778a5567bc1e
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed -> v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 -> v0.0.0-20221116044647-bc3834ca7abd
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 #502 is done

@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 3 times, most recently from 449fbcc to 71f20b6 Compare June 19, 2024 12:43
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 5 times, most recently from 8f39cda to a158a88 Compare July 18, 2024 11:18
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from a158a88 to 76383b7 Compare August 8, 2024 14:22
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 4 times, most recently from 08c95e1 to aa0eb05 Compare August 23, 2024 10:26
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from 18573f6 to 226d122 Compare August 26, 2024 13:31
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 4 times, most recently from 426df3e to aa4c81c Compare September 18, 2024 08:58
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 4 times, most recently from 505880c to 4667b24 Compare September 23, 2024 13:31
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from 4643252 to 9be119d Compare September 26, 2024 09:57
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 9be119d to f892af8 Compare October 17, 2024 11:31
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from f892af8 to 79c9c9f Compare November 5, 2024 13:02
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 3 times, most recently from d34cc04 to b6dce95 Compare November 19, 2024 15:30
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch 2 times, most recently from b647685 to b598c26 Compare November 27, 2024 11:44
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from b598c26 to 96e7e17 Compare December 12, 2024 13:56
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-apptest-1.x branch from 96e7e17 to aa969e8 Compare December 19, 2024 10:01
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