Releases: vmware/terraform-provider-tanzu-mission-control
Releases · vmware/terraform-provider-tanzu-mission-control
v1.4.9
Release Date: 2025-04-02
FEATURES:
- Added support to override variables in the control plane for VKS 3.2.0. #488
DOCUMENTATION:
- Update links in product documentation. #524
- Update naming style from imperative to declarative. #491
BUG FIXES:
- Fixed datasource schema for tanzu kubernetes clusters. #479
CHORES:
- Bump
codecov/codecov-action
from 5.3.1 to 5.4.0. #515 - Bump
actions/checkout
from 4.2.1 to 4.2.2. #514 - Remove
codeql
. #512 - Bump
goreleaser/goreleaser-action
from 6.1.0 to 6.2.1. #510 - Bump
golangci/golangci-lint-action
from 6.2.0 to 6.5.0. #509 - Bump
codecov/codecov-action
from 5.1.2 to 5.3.1. #502 - Bump
actions/stale
from 9.0.0 to 9.1.0. #501 - Bump
actions/setup-go
from 5.2.0 to 5.3.0. #500
New Contributors:
- @stevewallone made their first contribution in #491
- @samirg717 made their first contribution in #529
v1.4.8
Release Date: 2024-01-30
BUG FIXES:
- Fix for eks cluster and nodepool tag issue #463
- Fix incorrect conversion between integer types. #467
DEPRECATIONS:
- Remove TSM integration support. #475
CHORES:
- Updated
crazy-max/ghaction-import-gpg
to 6.2.0. #459 - Updated
goreleaser/goreleaser-action
to 6.1.0 #460 - Updated
codecov/codecov-action
to 5 #461 - Updated
go
to 1.23.2 #462 - Updated
codecov/codecov-action
to 5.0.7 #464 - Updated
github.com/stretchr/testify
to 1.10.0 #466 - Updated
codecov/codecov-action
to 5.1.1 #473 - Updated
golang.org/x/crypto
to 0.31.0 #474 - Updated
actions/setup-go
to 5.2.0 #480 - Updated
golang.org/x/net
to 0.33.0 #490 - Updated
codecov/codecov-action
to 5.1.2 #496 - Updated
golangci/golangci-lint-action
to 6.2.0 #497
New Contributors
- @gusainsandhya made their first contribution in #463
v1.4.7
Release Date: 2024-11-13
FEATURES:
data/tanzu-mission-control_tanzu_kubernetes_cluster
: Added Tanzu Kubernetes Cluster data source. #444
DOCUMENTATION:
- Updated AKS Cluster guide. #326
CHORES:
- Added CodeQL Analysis. #436
- Updated
golang.org/x/net
to 0.23.0. #398 - Updated
golang.org/x/oauth2
to 0.24.0. #438 - Updated
sigs.k8s.io/yaml
to 1.4.0. #430 - Updated
github.com/stretchr/testify
to 1.9.0. #432 - Updated
github.com/go-openapi/strfmt
to 0.23.0. #433 - Updated
github.com/go-test/deep
to 1.1.1. #439 - Updated
github.com/jarcoal/httpmock
to 1.3.1. #441
v1.4.6
Release v1.4.6 (25 October 2024)
Changelog
- 633f1c9 Revert "update release workflow"
- f5287b5 update release workflow
- 74f8bc7 check for existence and value of preserve field
- 46c9b7c check to make sure that additional properties exist
- c64db8d Change the default CSP url
- 20b1919 Mark osimage and coreaddon computed
Full Changelog: v1.4.5...v1.4.6
v1.4.5
v1.4.4
Release v1.4.4 (2024/03/21)
Changelog
- 7c1f28d Fix deref for dataprotection resource
- 67acae5 Fix go imports in files
- d5171ca adding opaque secret functionality to k8s secret resource
- 2fd429b Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
- 22506a4 Fixed eks acceptance testing related issue
- 663f12f Update AKS acceptance/mock tests to use kubernetes 1.27.9
- 19dc699 Fix the namespace acceptance tests
- 8aaa942 Make meta data converter mapping generic and populate provisioner meta info
- c63ad81 Added changes to run acceptance testing for EKS
- 7ad4b6a Added logic nodepool tags should not be same as cluster tags
- 229c50f Added nodepool tags in test config file for acceptance testing and corrected for acceptance EKS cluster testing
- d31a14c Filter out cluster tags from nodepool tags while showing diff
- 212b9fc Resolved linting issues
- 18b24e0 Added cluster tags to nodepool inputs for terraform
What's Changed
- Make meta data converter mapping generic and populate provisioner meta info by @shobha2626 in #380
- Applied cluster tags to nodepools, don't report this as a terraform change by @snootan in #369
- Fix the namespace acceptance tests by @ramya-bangera in #381
- Update AKS acceptance/mock tests to use kubernetes 1.27.9 by @gshaw-pivotal in #382
- Fixed eks acceptance testing related issue by @snootan in #383
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by https://github.com/dependabot in #384
- Add opaque secret type by @warroyo in #385
- Fix go imports in files by @shobha2626 in #387
- Fix deref for dataprotection resource by @rnarenpujari in #388
New Contributors
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Release v1.4.3 (2024/02/14)
Changelog
- 2edb61c Update provisioner data source test and documentation
- 543c51f Fix Provisioner List Data read
- 7df2dcd Do not fail the planning phase if the custom template name specified in the custom policy assignment is not found
- abea42c Update the doc link and add the usecase to show custom policy template creation and assignment in the policy guide
- 9be22e2 Implement fix for failing AKS acceptance/mock test
- 9ee214b Add tanzukubernetescluster tag to clusterclass datasource tests to ensure that these tests are triggered while we run the tanzukubernetescluster tests in automation as both of them share the same environment requirements.
- b4c3cb5 Handle conflicts b/w data protection at cluster and cluster-group level
- 4d5af73 Fix lint errors
- 08319f7 Address review comments
- 5f0423c Add new use_node_agent field to schema
- c2f91ab Update tests and docs for data protection resource
- 1c25a42 Update data protection resource to support cluster group scope
- 06d8034 Add models & client for cluster group data protection
- d73a7a0 Docs for CG Schedule Signed-off-by: Astha Agarwal [email protected]
- e623ae9 CRUD operations of CG Schedule Signed-off-by: Astha Agarwal [email protected]
- bcb50d1 Add models and client for CG Schedule Signed-off-by: Astha Agarwal [email protected]
- 52c3984 Fix lint errors
- a67a90c Address review comments
- 9b98ab7 Add new use_node_agent field to schema
- 8e50af4 Update tests and docs for data protection resource
- dd01311 Update data protection resource to support cluster group scope
- 2f73976 Add models & client for cluster group data protection
What's Changed
- Feat/dataprotection clustergroup by @eastaga in #375
- Add tanzukubernetescluster tag to clusterclass datasource tests by @ramya-bangera in #376
- Implement fix for failing AKS acceptance/mock test by @gshaw-pivotal in #377
- Update the doc link and add the example link to the cutom policy guide by @ramya-bangera in #378
- Fix Provisioner List Data read by @shobha2626 in #379
Full Changelog: v1.4.2...v1.4.3
v1.4.2
Release v1.4.2 (2024/01/25)
Changelog
- 25c9eca Fix the NPE issue in provisioner resource/datasource
- e782184 Add wait time for create/update operation to complete
- 03d7e88 Add support for the Permission Template
- e83bed2 Fix the resource definition and API endpoint in the test as per the schema
- 9f63c49 Update the copyright to 2024
- 3d7e7ab [Feature complete]Custom IAM Role modles, client, schema, implmementation and docs
- 013cd5d Add support for Custom Policy Assignment
- da0f966 Add acceptance test and guide for custom policy resource
- b0148a2 Add support for Custom Policy Assignment
- dab40e0 Added custom policy template resource
- c6bc92e Add the inspections build tag to Makefile, accidentally removed while rebasing and updated the copyright to 2024
- 6e024b1 [Feature-Inspection] Client/Models/Schema, implementation, tests & Docs
- 92c4692 Improve test coverage of managed identities
- 79e4449 Update aks cluster docs
- 5bb3f97 Add support for managed identity to be specified during terraform apply for aks clusters
- 3eeabe9 Fix the hyperlink in provisioner doc
- c947580 Fixed additional review comments
- 1e8ee49 Addressed lint issues and gofmt
- edcab5d Addressed initial review comments
- c2d8d61 Fixed linting issues
- 9bb12de Fixed the linting error
- b4ab0b9 Updated docs
- ef2dbc5 Go formatting and Lint
- f84f494 wait for mgmt cluster healthy and kubeconfig implemented
What's Changed
- Fix the hyperlink in provisioner documentation by @shobha2626 in #368
- [Feature Complete]Inspection datasources, docs, acceptance tests by @GilTeraSky in #327
- Feat/Custom Policy Template -- Feature Complete by @GilTeraSky in #334
- Add support for aks managed identities by @gshaw-pivotal in #359
- Feat/Custom Policy Assignment -- Feature Complete by @GilTeraSky in #347
- Add acceptance test and guide for custom policy resource by @shobha2626 in #371
- [Feature complete]Custom IAM Role models, client, schema, implementation and docs by @GilTeraSky in #333
- Feat/Permission Template -- Feature Complete by @GilTeraSky in #342
- Add wait time for create/update operation to complete. by @ramya-bangera in #372
- Fix the NPE issue in provisioner resource/datasource by @ramya-bangera in #373
- EKS wait for management cluster and pinniped to be healthy and set kubeconfig when wait_for_kubeconfig is set to true by @sreenivasmrpivot in #353
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Release v1.4.1 (2023/01/03)
Changelog
- 8e66181 Provisioner resource and data source documentation
- 5f4bb0b Add provisioner mock test and test tag
- 6dd6495 Add update provisioner acceptance test
- 284a083 Acceptance test for provisioner resource
- eaf6b42 Models, clients, schema with CRUD support for provisioner
- 5215c85 Remove the issue#1 from known issues doc as the cluster class support is available from v1.4.0
- 151bcf6 Fix the backup schedule datasource schema and the broken converter mapping
- eb66938 Bump golang.org/x/crypto from 0.14.0 to 0.17.0
- 48a7925 Add jsonencode for clustervariables and nodepool overrides in the tanzukubernetescluster resource acceptance tests
v1.4.0
Release v1.4.0 (2023/12/01)
Changelog
- 17ce9eb Fix data protection schema and documentation
- 4457ae3 Fix UTKG documentation
- aa6bc46 Guide for complete data protection feature usage
- 04b0004 Added import section to all resource + added refrence to cluster class data source in TKG
- dc8b936 Initial changes for eks sec ip support
- 97b504b Fix management cluster registration documentation
- 9a1f03d Documentation for management cluster
- c8d77a9 Acceptance and mock test for management cluster resource
- bfa005f Models, clients and schema implementation for management cluster resource
- 7fabc42 Rebase Squash + UTKG Resource & Cluster Class Data Source is done
What's Changed
- Feature/management cluster registration resource by @ekoop-terasky in #344
- Feat/UTKG -- Feature Complete by @GilTeraSky in #338
- [Feature] management cluster registration resource by @ekoop-terasky in #345
- Fix management cluster registration documentation by @ekoop-terasky in #346
- Feature/eks secondary ip by @sreenivasmrpivot in #319
- Guide for complete data protection feature usage documentation by @shobha2626 in #348
- Fix/Docs by @GilTeraSky in #349
- Fix data protection schema and documentation by @shobha2626 in #350
New Contributors
- @sreenivasmrpivot made their first contribution in #319
Full Changelog: v1.3.1...v1.4.0