kubernetes-zfs-provisioner
kubernetes-zfs-provisioner copied to clipboard
fix(deps): update kubernetes packages to v0.31.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
k8s.io/api | v0.30.3 -> v0.31.1 |
||||
k8s.io/api | v0.27.2 -> v0.31.1 |
||||
k8s.io/apimachinery | v0.30.3 -> v0.31.1 |
||||
k8s.io/client-go | v0.30.3 -> v0.31.1 |
- [ ] PR contains the label that identifies the area, one of:
area:provisioner
,area:chart
- [ ] If the PR is targeting a Helm chart, add the chart label, e.g.
chart:kubernetes-zfs-provisioner
Release Notes
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: charts/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/ccremer/kubernetes-zfs-provisioner":"/mnt/renovate/gh/ccremer/kubernetes-zfs-provisioner" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/ccremer/kubernetes-zfs-provisioner/charts" docker.io/renovate/go:1.19.3 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/gruntwork-io/terratest v0.40.21
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/gruntwork-io/go-commons v0.8.0
go: downloading github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0
go: downloading github.com/urfave/cli v1.22.2
go: downloading github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading k8s.io/client-go v0.20.6
go: downloading k8s.io/klog/v2 v2.70.1
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/aws/aws-sdk-go v1.40.56
go: downloading github.com/go-sql-driver/mysql v1.4.1
go: downloading github.com/google/uuid v1.2.0
go: downloading github.com/hashicorp/go-multierror v1.1.0
go: downloading github.com/pquerna/otp v1.2.0
go: downloading golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
go: downloading github.com/imdario/mergo v0.3.11
go: downloading golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading github.com/googleapis/gnostic v0.4.1
go: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
go: downloading cloud.google.com/go v0.83.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
charts/kubernetes-zfs-provisioner/test tested by
charts/kubernetes-zfs-provisioner/test.test imports
github.com/gruntwork-io/terratest/modules/helm imports
github.com/gruntwork-io/terratest/modules/k8s imports
k8s.io/client-go/rest imports
k8s.io/apimachinery/pkg/util/clock: cannot find module providing package k8s.io/apimachinery/pkg/util/clock
charts/kubernetes-zfs-provisioner/test tested by
charts/kubernetes-zfs-provisioner/test.test imports
github.com/gruntwork-io/terratest/modules/helm imports
github.com/gruntwork-io/terratest/modules/k8s imports
k8s.io/client-go/kubernetes imports
k8s.io/client-go/kubernetes/typed/batch/v2alpha1 imports
k8s.io/api/batch/v2alpha1: cannot find module providing package k8s.io/api/batch/v2alpha1
charts/kubernetes-zfs-provisioner/test tested by
charts/kubernetes-zfs-provisioner/test.test imports
github.com/gruntwork-io/terratest/modules/helm imports
github.com/gruntwork-io/terratest/modules/k8s imports
k8s.io/client-go/kubernetes imports
k8s.io/client-go/kubernetes/typed/discovery/v1alpha1 imports
k8s.io/api/discovery/v1alpha1: cannot find module providing package k8s.io/api/discovery/v1alpha1
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: charts/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/gruntwork-io/terratest v0.43.12
go: downloading github.com/gruntwork-io/go-commons v0.8.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading k8s.io/client-go v0.27.2
go: downloading github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0
go: downloading github.com/urfave/cli v1.22.2
go: downloading github.com/aws/aws-sdk-go v1.44.122
go: downloading github.com/go-sql-driver/mysql v1.4.1
go: downloading github.com/hashicorp/go-multierror v1.1.0
go: downloading github.com/pquerna/otp v1.2.0
go: downloading github.com/imdario/mergo v0.3.11
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading golang.org/x/crypto v0.16.0
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading github.com/google/gnostic v0.5.7-v3refs
go: downloading golang.org/x/oauth2 v0.1.0
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/emicklei/go-restful/v3 v3.9.0
go: charts/kubernetes-zfs-provisioner/test tested by
charts/kubernetes-zfs-provisioner/test.test imports
github.com/gruntwork-io/terratest/modules/helm imports
github.com/gruntwork-io/terratest/modules/k8s imports
k8s.io/client-go/kubernetes imports
k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 imports
k8s.io/api/flowcontrol/v1alpha1: cannot find module providing package k8s.io/api/flowcontrol/v1alpha1