Bump k8s.io/api from 0.25.2 to 0.29.3
Bumps k8s.io/api from 0.25.2 to 0.29.3.
Commits
067c548Update dependencies to v0.29.3 tagf98a503Merge pull request #123763 from liggitt/proto-1.291e39277[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...f5eca04Merge pull request #122959RomanBednar/automated-cherry-pick-of-#122728fd1786fflag PersistentVolumeLastPhaseTransitionTime field as betaa48c0a4Merge pull request #122429 from MadhavJivrajani/tools-bump-129656e18f.*: bump golang.org/x/tools to v0.16.10d77c34Merge remote-tracking branch 'origin/master' into release-1.29bb0a75cadd beta comment for pod replacement policy0099855update go.mod- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Hi, did you find a solution? Thanks
i have same configuration and also looking for a solution
nothing?
If find a solution that may help someone Actually i'm not using docker i found a solution by changing hm3.ini db_connection_type=host to db_connection_type=socket and my socket path is /var/lib/mysql/mysql.sock so i also changed db_socket=/var/lib/mysqld/mysqld.sock to db_socket=/var/lib/mysql/mysql.sock and it works
If this is still a problem can you explain your network setup a bit more.
It sounds like you are running cypht and maria db in containers. But are they in the same docker network? Are they on different hosts?
Have you tried running mariadb on the standard port and seen if that works in your setup?