Sreeram Narayanan
Sreeram Narayanan
- bump: golang.org/x/net from v0.24.0 to v0.34.0 in integration-tests - bump: golang.org/x/crypto from v0.22.0 to v0.32.0 in integration-tests
- Upgrade golang.org/x/net from v0.28.0 to v0.34.0 to fix [vulnerability](https://github.com/hashicorp/consul-dataplane/security/code-scanning/41)
### Description - add `lts = true` for 1.21 in version.hcl. ### Testing & Reproduction steps ### Links ### PR Checklist * [ ] updated test coverage * [ ]...
### Changes proposed in this PR ### - [update: tj-actions/changed-files to fix](https://github.com/hashicorp/consul-k8s/commit/0c0df43f6629e94470560e5a01a9a611898754e8) https://github.com/advisories/GHSA-mrrh-fwg8-r2c3 - [update: github.com/containerd/containerd to v1.7.27 to fix](https://github.com/hashicorp/consul-k8s/commit/e79d748d791298b619983e041c6bfc1c9aa1d9c4) https://github.com/advisories/GHSA-265r-hfxg-fhmg - [update: helm.sh/helm/v3 to v3.17.3 to fix](https://github.com/hashicorp/consul-k8s/commit/e35ac43a370645642b2e619c73d5399d3db42814) https://github.com/advisories/GHSA-5xqw-8hwv-wg92 ###...
## 📄 Summary Fixes #9779 Remove obsolete version from docker-compose files. `version` is obsolete in docker compose file - https://docs.docker.com/reference/compose-file/version-and-name/ --- ## ✅ Changes - [ ] Feature: Brief description...
## Bug description *Please describe.* *If this affects the front-end, screenshots would be of great help.* In the deploy/docker/docker-compose.yaml, `version` is obsolete and can be removed - https://docs.docker.com/reference/compose-file/version-and-name/ ## Expected...
### Description Remove HCP related code in agent since HCP Consul has reached end of life. This includes cloud config ### Testing & Reproduction steps ### Links ### PR Checklist...
- bump go version to 1.25.0 - update x mods - update actions/checkout, actions/setup-go to latest
deep-copy does not compile with go 1.25. ``` $ go version go version go1.25.0 darwin/arm64 $ go build main.go # golang.org/x/tools/internal/tokeninternal ../../../../pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256...