-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix: update go dependencies #1987
Conversation
oras-go is the main reason. types.AuthConfig is deprecated in docker v25.x.x. This causes unit test failure. ``` /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig ``` oras-go is indirect dep belonging to helm.sh/helm/v3. since v3.15.2, helm uses 1.2.5 oras-go. here are references. oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2
/cherry-pick stable/2024.1 |
/cherry-pick stable/2023.2 |
/cherry-pick stable/2023.1 |
/cherry-pick stable/zed |
@mnaser: #1987 failed to apply on top of branch "stable/2024.1":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: new issue created for failed cherrypick: #2001 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: #1987 failed to apply on top of branch "stable/2023.2":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: new issue created for failed cherrypick: #2002 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: #1987 failed to apply on top of branch "stable/2023.1":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: new issue created for failed cherrypick: #2003 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: #1987 failed to apply on top of branch "stable/zed":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mnaser: new issue created for failed cherrypick: #2004 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
oras-go is the main reason. types.AuthConfig is deprecated in docker v25.x.x. This causes unit test failure. /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig oras-go is indirect dep belonging to helm.sh/helm/v3. Since v3.15.2, helm uses 1.2.5 oras-go. Btw, I updated helm to v3.16.2. here are references. oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2
oras-go is the main reason. types.AuthConfig is deprecated in docker v25.x.x. This causes unit test failure. /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig oras-go is indirect dep belonging to helm.sh/helm/v3. Since v3.15.2, helm uses 1.2.5 oras-go. Btw, I updated helm to v3.16.2. here are references. oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2
oras-go is the main reason. types.AuthConfig is deprecated in docker v25.x.x. This causes unit test failure. /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig oras-go is indirect dep belonging to helm.sh/helm/v3. Since v3.15.2, helm uses 1.2.5 oras-go. Btw, I updated helm to v3.16.2. here are references. oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2
oras-go is the main reason. types.AuthConfig is deprecated in docker v25.x.x. This causes unit test failure. /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig oras-go is indirect dep belonging to helm.sh/helm/v3. Since v3.15.2, helm uses 1.2.5 oras-go. Btw, I updated helm to v3.16.2. here are references. oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2
remove 1.22 from TestKubeconform test (node-feature-discovery uses grpc in probe which is available since 1.22) add a workaround values in TestKubeconform for loki chart skip CephFilesystemSubVolumeGroup kind for ceph chart fix oslo_db test expected values update TestImageExist test to support image tags without digest fix pxc test codes supplement placement chart value for database max_retries param depends-on: #1977 depends-on: #1211 depends-on: #1987 #1211 #1977 Reviewed-by: Mohammed Naser <[email protected]> Reviewed-by: Oleksandr K.
remove 1.22 from TestKubeconform test (node-feature-discovery uses grpc in probe which is available since 1.22) add a workaround values in TestKubeconform for loki chart skip CephFilesystemSubVolumeGroup kind for ceph chart fix oslo_db test expected values update TestImageExist test to support image tags without digest fix pxc test codes supplement placement chart value for database max_retries param depends-on: #1977 depends-on: #1211 depends-on: #1987 #1211 #1977 Reviewed-by: Mohammed Naser <[email protected]> Reviewed-by: Oleksandr K.
remove 1.22 from TestKubeconform test (node-feature-discovery uses grpc in probe which is available since 1.22) add a workaround values in TestKubeconform for loki chart skip CephFilesystemSubVolumeGroup kind for ceph chart fix oslo_db test expected values update TestImageExist test to support image tags without digest fix pxc test codes supplement placement chart value for database max_retries param depends-on: #1977 depends-on: #1211 depends-on: #1987 #1211 #1977 Reviewed-by: Mohammed Naser <[email protected]> Reviewed-by: Oleksandr K.
oras-go is the main reason.
types.AuthConfig is deprecated in docker v25.x.x.
This causes unit test failure.
oras-go is indirect dep belonging to helm.sh/helm/v3.
Since
v3.15.2
, helm uses1.2.5
oras-go.Btw, I updated helm to
v3.16.2
.here are references.
oras-project/oras-go#691 oras-project/oras-go#697 https://github.com/helm/helm/releases/tag/v3.15.2