Restore replace sections in go.mod files to ensure latest versions of go libraries for all components.
Upgrade go-client libraries for central-application-gateway to v0.31.0
Update all builder images to golang 1.22.6-alpine
Update istio client library dependency to version v1.23.0
Some other libs updated
.gitignore files setup to not include vendor directory and generated files
Commentscentral-application-validator and compass-runtime-agent and application-connector-manager could not be updated to latest K8s go-client and controller runtime dependencies. This will be fixed in separate issue.
Due to dependencies between application-connectivity-gateway and compass-runtime-agentandconnectivity-validator could not be changed since that would require refactoring of the code using controller-runtime dependency everywhere (see above)
Description
Changes proposed in this pull request:
go.mod
files to ensure latest versions of go libraries for all components.central-application-gateway
tov0.31.0
1.22.6-alpine
Comments
central-application-validator
andcompass-runtime-agent
andapplication-connector-manager
could not be updated to latest K8s go-client and controller runtime dependencies. This will be fixed in separate issue.Due to dependencies between
application-connectivity-gateway
andcompass-runtime-agent
andconnectivity-validator
could not be changed since that would require refactoring of the code usingcontroller-runtime
dependency everywhere (see above)Related issue(s) https://github.com/kyma-project/application-connector-manager/issues/317