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/helmclient/v4 to v4.12.0 #1147

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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/giantswarm/helmclient/v4 v4.11.2 -> v4.12.0 age adoption passing confidence

Release Notes

giantswarm/helmclient (github.com/giantswarm/helmclient/v4)

v4.12.0

Compare Source

v4.11.3

Compare Source

  • Dependency updates

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 3, 2024 09:20
@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-helmclient-v4-4.x branch from 7668b22 to 11bc919 Compare June 3, 2024 09:38
@marians
Copy link
Member

marians commented Jun 3, 2024

Fails with

# oras.land/oras-go/pkg/auth/docker
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login_tls.go:44:26: undefined: apiregistry.AuthConfig
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login_tls.go:62:137: undefined: apiregistry.AuthConfig
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login_tls.go:111:28: service.LookupPushEndpoints undefined (type *"github.com/docker/docker/registry".Service is pointer to interface, not interface)
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login_tls.go:122:38: undefined: apiregistry.AuthConfig
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login_tls.go:181:27: assignment mismatch: 2 variables but registry.PingV2Registry returns 3 values
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login.go:54:22: undefined: apiregistry.AuthConfig
/go/pkg/mod/oras.land/oras-go@v1.2.5/pkg/auth/docker/login.go:86:39: cannot use remote (variable of type *"github.com/docker/docker/registry".DefaultService) as *"github.com/docker/docker/registry".Service value in argument to c.loginWithTLS: *"github.com/docker/docker/registry".DefaultService does not implement *"github.com/docker/docker/registry".Service (type *"github.com/docker/docker/registry".Service is pointer to interface, not interface)
# github.com/giantswarm/k8sclient/v7/pkg/k8sclient
/go/pkg/mod/github.com/giantswarm/k8sclient/v7@v7.0.1/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-helmclient-v4-4.x branch 3 times, most recently from 7e3d1ee to 81d6e40 Compare June 4, 2024 08:09
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):

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

Details:

Package Change
go 1.19 -> 1.22.4
k8s.io/api v0.25.2 -> v0.29.0
k8s.io/apimachinery v0.25.2 -> v0.29.0
k8s.io/client-go v0.25.2 -> v0.29.0
sigs.k8s.io/controller-runtime v0.11.2 -> v0.16.3
github.com/BurntSushi/toml v1.1.0 -> v1.3.2
github.com/Masterminds/semver/v3 v3.1.1 -> v3.2.1
github.com/Masterminds/sprig/v3 v3.2.2 -> v3.2.3
github.com/Masterminds/squirrel v1.5.3 -> v1.5.4
github.com/containerd/containerd v1.6.12 -> v1.7.12
github.com/cyphar/filepath-securejoin v0.2.3 -> v0.2.4
github.com/docker/cli v20.10.17+incompatible -> v25.0.1+incompatible
github.com/docker/distribution v2.8.1+incompatible -> v2.8.3+incompatible
github.com/docker/docker v20.10.17+incompatible -> v25.0.1+incompatible
github.com/docker/docker-credential-helpers v0.6.4 -> v0.7.0
github.com/docker/go-connections v0.4.0 -> v0.5.0
github.com/docker/go-units v0.4.0 -> v0.5.0
github.com/emicklei/go-restful/v3 v3.8.0 -> v3.11.0
github.com/evanphx/json-patch v5.6.0+incompatible -> v5.7.0+incompatible
github.com/giantswarm/kubeconfig/v4 v4.1.0 -> v4.1.1
github.com/go-errors/errors v1.0.1 -> v1.4.2
github.com/go-gorp/gorp/v3 v3.0.2 -> v3.1.0
github.com/go-openapi/jsonpointer v0.19.5 -> v0.19.6
github.com/go-openapi/jsonreference v0.19.5 -> v0.20.2
github.com/go-openapi/swag v0.19.14 -> v0.22.3
github.com/huandu/xstrings v1.3.2 -> v1.4.0
github.com/lib/pq v1.10.6 -> v1.10.9
github.com/mailru/easyjson v0.7.6 -> v0.7.7
github.com/mitchellh/go-wordwrap v1.0.0 -> v1.0.1
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 -> v0.5.0
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221116213201-188d3a4e1942 -> v1.1.0
github.com/rubenv/sql-migrate v1.1.2 -> v1.5.2
github.com/shopspring/decimal v1.2.0 -> v1.3.1
github.com/sirupsen/logrus v1.8.1 -> v1.9.3
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f -> v0.0.0-20190905194746-02993c407bfb
github.com/xlab/treeprint v1.1.0 -> v1.2.0
gomodules.xyz/jsonpatch/v2 v2.2.0 -> v2.4.0
helm.sh/helm/v3 v3.10.3 -> v3.14.4
k8s.io/apiextensions-apiserver v0.25.2 -> v0.29.0
k8s.io/apiserver v0.25.2 -> v0.29.0
k8s.io/cli-runtime v0.25.2 -> v0.29.0
k8s.io/component-base v0.25.2 -> v0.29.0
k8s.io/klog/v2 v2.70.1 -> v2.110.1
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 -> v0.0.0-20231010175941-2dd684a91f00
k8s.io/kubectl v0.25.2 -> v0.29.0
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed -> v0.0.0-20230726121419-3b25d923346b
oras.land/oras-go v1.2.1 -> v1.2.5
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 -> v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/kustomize/api v0.12.1 -> v0.13.5-0.20230601165947-6ce0bf390ce3
sigs.k8s.io/kustomize/kyaml v0.13.9 -> v0.14.3-0.20230601165947-6ce0bf390ce3
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1

@renovate renovate bot force-pushed the renovate/github.com-giantswarm-helmclient-v4-4.x branch 5 times, most recently from 279659e to 67b2c75 Compare June 7, 2024 17:31
@renovate renovate bot force-pushed the renovate/github.com-giantswarm-helmclient-v4-4.x branch from 67b2c75 to 1a1f344 Compare June 14, 2024 10:54
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.

None yet

1 participant