Skip to content

Releases: argoproj-labs/terraform-provider-argocd

v7.5.2

27 Mar 08:07
2008fbc
Compare
Choose a tag to compare

What's Changed

  • fix(repository): specify AppProject for read/delete operations by @the-technat in #606

Full Changelog: v7.5.1...v7.5.2

v7.5.1

24 Mar 15:01
6139581
Compare
Choose a tag to compare

What's Changed

  • feat: remove remyoudompheng/bigfft lib by @the-technat in #594
  • feat: remove go-check/check lib by @the-technat in #595
  • chore(deps): update golangci/golangci-lint-action action to v6.5.1 by @renovate in #596
  • chore(deps): update github/codeql-action action to v3.28.12 by @renovate in #600
  • chore(deps): update actions/setup-go action to v5.4.0 by @renovate in #602
  • docs: add hint about plain_text by @the-technat in #603
  • chore(deps): update golangci/golangci-lint-action action to v6.5.2 by @renovate in #601
  • feat: add config & docs for easier contributing by @the-technat in #604
  • Skip managed_namespace_metadata if type-conversion fails due to nil by @the-technat in #605

Full Changelog: v7.5.0...v7.5.1

v7.5.0

14 Mar 15:34
032f2ff
Compare
Choose a tag to compare

This release adds official compatibility with Argo CD 2.14.

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.5.0

v7.4.0

12 Mar 10:54
b726066
Compare
Choose a tag to compare

This release adds official compatibility with Argo CD v2.13.

What's Changed

  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 by @dependabot in #543
  • build(deps): Bump google.golang.org/protobuf from 1.36.1 to 1.36.4 by @dependabot in #541
  • build(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #560
  • feat(tests): align workflow file with framework skaffold repo by @the-technat in #563
  • feat: align tools folder with scaffold repo by @the-technat in #565
  • feat: use pinned terraform versions in testing matrix by @the-technat in #566
  • build(deps): Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 by @dependabot in #554
  • feat: pin github hosted runner image by @the-technat in #568
  • build(deps): Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.1 to 2.8.3 by @dependabot in #562
  • feat: replace dependabot with renovate by @the-technat in #569
  • chore(deps): update github/codeql-action action to v3.28.11 by @renovate in #571
  • chore(deps): update actions/setup-go action to v5.3.0 by @renovate in #572
  • ci: refactor testing by @the-technat in #559
  • chore(deps): update actions/stale action to v9.1.0 by @renovate in #573
  • fix(deps): update module google.golang.org/protobuf to v1.36.5 by @renovate in #574
  • chore(deps): update golangci/golangci-lint-action action to v6.5.0 by @renovate in #576
  • fix(deps): update module github.com/protonmail/gopenpgp/v2 to v3 by @renovate in #577
  • fix(deps): update module github.com/cristalhq/jwt/v3 to v5 by @renovate in #578
  • chore: Add compat for Argo CD 2.13 by @mkilchhofer in #579
  • ci: Separate go mod download from acc test step by @the-technat in #580

New Contributors

Full Changelog: v7.3.1...v7.4.0

v7.3.1

31 Jan 22:03
d127e59
Compare
Choose a tag to compare

This release addresses GHSA-v725-9546-7q7m via #547

What's Changed

  • build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #537
  • build(deps): Bump github.com/argoproj/argo-cd/v2 from 2.12.8 to 2.12.10 by @dependabot in #547

Full Changelog: v7.3.0...v7.3.1

v7.3.0

12 Jan 14:10
e11b56a
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #518
  • build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #519
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 by @dependabot in #520
  • build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot in #525
  • build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 by @dependabot in #526
  • build(deps): Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot in #528
  • ci: install terraform before running generate by @the-technat in #531
  • Add support for Kustomize patches to argocd_application by @chidambaram27 in #360

New Contributors

Full Changelog: v7.2.0...v7.3.0

v7.2.0

14 Dec 10:57
1dad3e4
Compare
Choose a tag to compare

This release adds official compatibility with Argo CD 2.12 and support for templatePatches in AppSets.

What's Changed

  • build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #505
  • build(deps): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 by @dependabot in #504
  • build(deps): Bump github.com/elliotchance/pie/v2 from 2.9.0 to 2.9.1 by @dependabot in #508
  • build(deps): Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.0 to 2.8.1 by @dependabot in #509
  • build(deps): Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 by @dependabot in #503
  • build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 by @dependabot in #507
  • Add support for templatePatch by @KyriosGN0 in #499
  • build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #515
  • build(deps): Bump github/codeql-action from 3.27.4 to 3.27.6 by @dependabot in #514
  • feat: make provider compatible with Argo CD 2.12 by @the-technat in #472
  • build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #516
  • build(deps): Bump k8s.io/kubernetes from 1.29.6 to 1.29.7 by @dependabot in #517

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

19 Nov 14:09
be4a871
Compare
Choose a tag to compare

This release updates a bunch of dependencies and includes some fixes.

What's Changed

  • ci: Fix deprecation warnings of golangci-lint by @mkilchhofer in #469
  • build(deps): Bump github.com/argoproj/argo-cd to 2.12.4 by @mkilchhofer in #470
  • feat: update terraform-plugin-framework dependencies by @the-technat in #471
  • build(deps): Bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #475
  • fix: change go module path to new repo location by @the-technat in #474
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0 by @dependabot in #476
  • feat: rename source advertised in plugin server by @the-technat in #479
  • fix(argocd_cluster): use cluster list api to avoid 403 issues with cluster get api at cluster read time by @w4rgrum in #399
  • ci: Add job which aggregates test results used for branch protection by @mkilchhofer in #480
  • build(deps): Bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #481
  • build(deps): Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #482
  • build(deps): Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #483
  • build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #484
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by @dependabot in #486
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.12.0 to 1.13.0 by @dependabot in #488
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.16.0 to 0.17.0 by @dependabot in #487
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 by @dependabot in #485
  • build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #491
  • build(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #495
  • build(deps): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in #497
  • build(deps): Bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #496
  • build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 by @dependabot in #493
  • build(deps): Bump github.com/ProtonMail/gopenpgp/v2 from 2.7.5 to 2.8.0 by @dependabot in #494
  • build(deps): Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #501
  • build(deps): Bump github/codeql-action from 3.27.1 to 3.27.4 by @dependabot in #500
  • Revert "build(deps): Bump github.com/argoproj/argo-cd to 2.12.4 (#470)" by @the-technat in #502

New Contributors

Full Changelog: v7.0.3...v7.1.0

v7.0.3

17 Oct 18:56
7136695
Compare
Choose a tag to compare

This release ensures compatibility with Argo CD 2.11.

What's Changed

Full Changelog: v7.0.2...v7.0.3

v7.0.2

15 Oct 17:38
f0e1f5b
Compare
Choose a tag to compare

This is a dependency maintenance release updating the "core" dependency github.com/argoproj/argo-cd/v2.

What's Changed

  • build(deps): Bump golang.org/x/crypto from 0.26.0 to 0.28.0 by @dependabot in #460
  • chore(deps): Update argo-cd to 2.10.17 and matching k8s.io/ by @mkilchhofer in #465
  • build(deps): Bump github.com/rs/cors from 1.9.0 to 1.11.0 by @dependabot in #466

Full Changelog: v7.0.1...v7.0.2