Releases: SAP/terraform-provider-scc
Releases · SAP/terraform-provider-scc
v1.1.0
What's Changed
Exciting New Features 🚀
- feat: Add import identities support for domain mapping resource by @ravi-ydv in #204
- feat: Add import identities support for subaccount and subaccount using auth resources by @ravi-ydv in #205
- feat: Support import identities for system mapping and system mapping resource by @ravi-ydv in #208
- feat: Support import identities for k8s service channel and add examples in doc by @ravi-ydv in #209
- feat: removed identity block from update function by @ravi-ydv in #211
- feat: Implement list resource for subaccount by @ravi-ydv in #217
- feat: Implement list functionality for ABAP and K8s service channels by @ravi-ydv in #227
- feat: Implement list resource for system mapping and system mapping resource by @ravi-ydv in #226
- feat: Implement LIST functionality for domain mapping resource by @ravi-ydv in #222
Bug Fixes 🐞
- fix: Update resource_subaccount for import without using user credentials by @sp1goyal in #184
- fix: Fix for unintended update of attributes in subaccount resource by @sp1goyal in #212
Dependencies 🔗
- chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #171
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.3 to 1.14.0 by @dependabot[bot] in #180
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.16.1 to 1.17.0 by @dependabot[bot] in #182
Other Changes
- docs: ensure proper formating of examples by @lechnerc77 in #185
- chore: Test fixes and re-recorded fixtures by @sp1goyal in #218
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
Dependencies 🔗
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.18.0 to 0.19.0 by @dependabot[bot] in #157
Full Changelog: v1.0.0-rc1...v1.0.0
v1.0.0-rc1
What's Changed
Exciting New Features 🚀
Bug Fixes 🐞
Dependencies 🔗
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.0 by @dependabot[bot] in #144
- chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.28.0 to 0.29.0 by @dependabot[bot] in #143
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.16.0 to 1.16.1 by @dependabot[bot] in #151
Full Changelog: v0.4.0-beta1...v1.0.0-rc1
v0.4.0-beta1
What's Changed
Breaking Changes 🛠
- fix: Added Validators for System Mapping Resource by @sp1goyal in #121
- fix: Updated Tunnel Connectivity in Subaccount resource with test and fixtures by @sp1goyal in #124
Dependencies 🔗
- chore(deps): upgrade Go version to 1.25 by @lechnerc77 in #126
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #129
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #130
Full Changelog: v0.3.0-beta1...v0.4.0-beta1
v0.3.0-beta1
What's Changed
Breaking Changes 🛠
- fix: Aligning attributes with UI for K8S Service Channel by @sp1goyal in #109
- fix: Aligning attributes for System Mapping Resource by @sp1goyal in #108
- fix: Aligning with UI for System Mapping by @sp1goyal in #107
Exciting New Features 🚀
Bug Fixes 🐞
Other Changes
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.2 to 1.13.3 by @dependabot[bot] in #117
Full Changelog: v0.2.0-beta1...v0.3.0-beta1
v0.2.0-beta1
What's Changed
Exciting New Features 🚀
- feat: Implementation of subaccount using authentication data resource by @sp1goyal in #93
- feat: Implementation of ABAP Service Channel with tests and docs by @sp1goyal in #98
Bug Fixes 🐞
- fix: Updated Guide and ReadMe files by @sp1goyal in #91
- fix: Refactoring subaccount resource along with docs by @sp1goyal in #92
- fix: Updated Test for K8S service channel and some documentation changes by @sp1goyal in #96
- fix: Updated subaccount id in tests and updated fixtures by @sp1goyal in #99
Other Changes
- fix: Change in error return for debugging and copilot review by @sp1goyal in #94
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 by @dependabot[bot] in #100
Full Changelog: v0.1.0-beta1...v0.2.0-beta1
v0.1.0-beta1
What's Changed
Exciting New Features 🚀
- chore: Changes in devcontainer,go.mod and main file for provider setup by @sp1goyal in #12
- feat: Commits for endpoints used in provider by @sp1goyal in #13
- feat: Validator implementation for provider by @sp1goyal in #17
- feat: Helper implementation for provider by @sp1goyal in #18
- feat: Client implementation for provider by @sp1goyal in #20
- feat: Provider implementation by @sp1goyal in #19
- feat: Service Channel K8S Implementation with tests by @sp1goyal in #22
- feat: Domain Mapping Implementation with tests by @sp1goyal in #21
- feat: Subaccount implementation with tests by @sp1goyal in #16
- feat: System Mapping implementation with tests by @sp1goyal in #15
- feat: System Mapping Resource implementation with tests by @sp1goyal in #14
- feat: Implementing Provider & Client Transport based on CA Certificate by @sp1goyal in #36
- feat: Fix for Empty Test Fixtures by @sp1goyal in #38
- feat: Fix to test with import by @sp1goyal in #45
- fix: Added error test cases and updated fixtures by @sp1goyal in #47
- feat: Application Connections and Service Channels implementation for subaccount configuration by @sp1goyal in #48
- feat: Changes due to renaming provider by @sp1goyal in #59
- feat: Changes in Datasources as per repo name change by @sp1goyal in #60
- feat: Changes in Resources as repo name changed by @sp1goyal in #61
- feat: Changes in documentation as repo name changes by @sp1goyal in #62
- feat: Integration Tests for Provider by @sp1goyal in #64
- feat: Implement Certificate Based Authentication by @sp1goyal in #78
- feat: Updated Test Fixtures by @sp1goyal in #79
- feat: change package structure for upjet support by @sp1goyal in #81
- fix: Sonar Coverage, Cleanup and Code Smell fixes by @sp1goyal in #82
- fix: Sonar Coverage, Cleanup and Code Smell fixes by @sp1goyal in #85
- fix: Updated Test and Fixtures for Sonar Coverage and Minor Fixes by @sp1goyal in #87
Bug Fixes 🐞
- fix: Removed Duplicate Older Files causing Go Lint Issue by @sp1goyal in #31
- fix: Updated Tests and Test Fixtures by @sp1goyal in #41
- fix: Renaming files for integration tests by @sp1goyal in #86
- fix: Update release.yml by @sp1goyal in #90
Other Changes
- docs: developer documentation - local setup by @sp1goyal in #39
- docs: Documentation templates and examples (along with minor fixes) by @sp1goyal in #43
- docs: update CONTRIBUTING.md by @lechnerc77 in #68
New Contributors
- @lechnerc77 made their first contribution in #1
- @dependabot made their first contribution in #5
- @ajinkyapatil8190 made their first contribution in #11
- @sp1goyal made their first contribution in #12
- @vipinvkmenon made their first contribution in #69
Full Changelog: https://github.com/SAP/terraform-provider-scc/commits/v0.1.0-beta1