commit | ac7837a9c341a0ce55f92dca9c87d4de14df0315 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Fri Oct 25 22:34:22 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Oct 25 20:34:22 2024 +0000 |
tree | 021cfdff47eac098125d9026c34cf73e2cf8c114 | |
parent | a9dd1a494a7b76fe2b38ebb9972dc045f052e2cd [diff] |
[stable/2024.1] fix: update go dependencies (#2006) 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/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:62:131: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig /go/pkg/mod/oras.land/oras-go@v1.2.4/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 fix #2001 Depends-On: #2028
If you have any questions and discussions about Atmosphere, you can join the community:
You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::
pre-commit install --hook-type commit-msg