What's Changed
Breaking Changes 🛠
- fix: only allow team slug support in
--gh-team-allowlist
by dropping support for ambiguous team names by @ricardbejarano in #5510
Exciting New Features 🎉
- fix: parallel plan and apply also in a single workspace (rebased) by @plentydone in #5264
- feat: add HTTP pprof endpoints by @inkel in #5363
- feat: enable compatible change for legacy and new ADO url by @leonardocaylent in #5596
Provider GitHub
- fix(deps): update module github.com/google/go-github/v68 to v71 in go.mod (main) by @renovate in #5522
- fix: Remove GitHub rate-limit client total sleep limit by @ribejara-te in #5591
- fix: gh-app merge by @FrancoisPoinsot in #5600
Provider GitLab
- ci(e2e): fix org in tests by @chenrui333 in #5418
- ci(e2e): correct gitlab env var by @jamengual in #5512
Bug fixes 🐛
- fix: Set Env variables when
output: hide
in multienv by @hkobayash in #5319 - fix: preserve Atlantis apply lock after plan by @yasinlachiny in #5570
- fix: Allow main branch invocation with merge strategy by @osherdp in #5617
Security changes
- ci(renovate): expose security:openssf-scorecard on renovate PRs by @nitrocode in #5487
- chore(deps): update dependency vite to v6.1.4 [security] (main) by @renovate in #5508
- chore(deps): update dependency vite to v6.1.5 [security] (main) by @renovate in #5524
- chore(deps): update module golang.org/x/net to v0.38.0 [security] (main) by @renovate in #5543
- chore(deps): update dependency vite to v6.2.7 [security] (main) by @renovate in #5561
- chore(deps): update module github.com/cloudflare/circl to v1.6.1 [security] (main) by @renovate in #5621
Documentation
- chore(deps-dev): bump vite from 5.4.14 to 6.1.4 by @dependabot in #5514
- chore(deps): update vite by @chenrui333 in #5526
- chore(deps): pin dependencies in package.json (main) by @renovate in #5538
Dependencies
- chore(deps): update dependency open-policy-agent/conftest to v0.58.0 in testing/dockerfile (main) by @renovate in #5466
- chore(deps): update dependency open-policy-agent/conftest to v0.58.0 in dockerfile (main) by @renovate in #5465
- fix(deps): update module github.com/spf13/pflag to v1.0.6 in go.mod (main) by @renovate in #5469
- fix(deps): update module github.com/gofri/go-github-ratelimit to v1.1.1 in go.mod (main) by @renovate in #5471
- chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to 79c1f1a in dockerfile.dev (main) by @renovate in #5472
- chore(deps): update debian docker tag to v12.10 in dockerfile (main) by @renovate in #5475
- fix(deps): update module github.com/go-playground/validator/v10 to v10.26.0 in go.mod (main) by @renovate in #5479
- fix(deps): update module code.gitea.io/sdk/gitea to v0.20.0 in go.mod (main) by @renovate in #5477
- fix(deps): update module golang.org/x/text to v0.23.0 in go.mod (main) by @renovate in #5484
- fix(deps): update module github.com/slack-go/slack to v0.16.0 in go.mod (main) by @renovate in #5480
- fix(deps): update module github.com/spf13/viper to v1.20.1 in go.mod (main) by @renovate in #5482
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.14.0 in go.mod (main) by @renovate in #5478
- fix(deps): update module golang.org/x/term to v0.30.0 in go.mod (main) by @renovate in #5483
- fix(deps): update module go.etcd.io/bbolt to v1.4.0 in go.mod (main) by @renovate in #5490
- fix(deps): update module github.com/spf13/cobra to v1.9.1 in go.mod (main) by @renovate in #5481
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to d2d12f9 in go.mod (main) by @renovate in #5492
- fix(deps): update module golang.org/x/text to v0.24.0 in go.mod (main) by @renovate in #5521
- fix(deps): update module code.gitea.io/sdk/gitea to v0.21.0 in go.mod (main) by @renovate in #5519
- fix(deps): update module github.com/hashicorp/hc-install to v0.9.2 in go.mod (main) by @renovate in #5518
- fix(deps): update module golang.org/x/term to v0.31.0 in go.mod (main) by @renovate in #5520
- chore(deps): update dependency hashicorp/terraform to v1.11.4 in testdrive/utils.go (main) by @renovate in #5516
- fix(deps): update module github.com/uber-go/tally/v4 to v4.1.17 in go.mod (main) by @renovate in #5495
- chore(deps): update dependency go to v1.24.2 in go.mod (main) by @renovate in #5493
- chore(deps): update terraform random to v3.7.1 in server/controllers/events/testdata/test-repos/state-rm-workspace/dir1/versions.tf (main) by @renovate in #5527
- chore(deps): update debian:12.10-slim docker digest to b1211f6 in dockerfile (main) by @renovate in #5525
- ci(renovate): ignore server/controllers/events/testdata by @nitrocode in #5468
- ci(renovate): only update node deps on main branch by @nitrocode in #5534
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.15.0 in go.mod (main) by @renovate in #5548
- chore(deps): update dependency open-policy-agent/conftest to v0.59.0 in testing/dockerfile (main) by @renovate in #5547
- chore(deps): update dependency open-policy-agent/conftest to v0.59.0 in dockerfile (main) by @renovate in #5546
- chore(config): migrate renovate config in {{packageFile}} by @renovate in #5569
Other Changes 🔄
- ci(renovate): replace hardcoded branches with regex by @nitrocode in #5535
- ci(codeowners): add app/renovate-approve by @nitrocode in #5545
New Contributors
- @ricardbejarano made their first contribution in #5510
- @plentydone made their first contribution in #5264
- @hkobayash made their first contribution in #5319
- @leonardocaylent made their first contribution in #5596
- @FrancoisPoinsot made their first contribution in #5600
- @yasinlachiny made their first contribution in #5570
- @osherdp made their first contribution in #5617
Full Changelog: v0.34.0...V0.35.0