-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.16.0 to 0.17.0 #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Dray56
merged 1 commit into
main
from
dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-validators-0.17.0
Feb 20, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…idators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a77b600 to
6164e9f
Compare
Dray56
approved these changes
Feb 20, 2025
SylwekLewan-dev
added a commit
to datev/terraform-provider-cloudfoundry
that referenced
this pull request
May 14, 2025
* chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (cloudfoundry#111) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 (cloudfoundry#115) Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-go (cloudfoundry#112) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update for import document of space_role (cloudfoundry#118) * chore(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (cloudfoundry#121) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (cloudfoundry#120) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...e60da84) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added string descriptor extension for mta (cloudfoundry#123) * chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (cloudfoundry#125) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Prep Work (cloudfoundry#129) - Release v1.3.0 * Updated go-cfclient version (cloudfoundry#135) * feat: add version rule as parameter for mta resource (cloudfoundry#130) * Removed custom plan modifier in route resource (cloudfoundry#137) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#140) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators (cloudfoundry#141) Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed removing env (cloudfoundry#139) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#142) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add service plan data source * feat: Add cf-cli (cloudfoundry#151) Install cf-cli during the build of the devcontainer * test: update OpenTofu test matrix * Added test cases for service data plan * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: added support for service plan visibility (cloudfoundry#161) * feat: added support for service plan visibility * feat: update service plan visibility * chore: update service plan visibility * feat: update plan visibility * feat: update service plan visibility * fix: fixes the failing test for service plan visibility * fix: update space attribute to be computed * feat: update markdown description for delete function * fix: update markdown description for delete function * fix: markdown decsription update * update markdown description * Added cf only user resource * chore(deps): bump github.com/hashicorp/terraform-plugin-testing Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Terraform test matrix * Rerecorded provider tests for v1.10.* above * chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.3.2...55c2c14) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/cloudfoundry-community/go-uaa Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.3.4-0.20240727153833-d675ee37e6c9 to 0.3.5. - [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases) - [Commits](https://github.com/cloudfoundry-community/go-uaa/commits/v0.3.5) --- updated-dependencies: - dependency-name: github.com/cloudfoundry-community/go-uaa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: v1.4.0 Prep Work - Release v1.4.0 * Added comment for user_cf import * chore: Add note - Add note to user data source * feat: network_policy resource added (cloudfoundry#171) * Add NetworkPolicy resource * Generate documentation * Add a test for updating network policy resource * Remove unused networkPoliciesType.Id * Move policy_client from session to resource_network_policy * Add network policy resource to provider test * Regenerate docs * chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (cloudfoundry#174) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Lint action update (cloudfoundry#176) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * Migrated the lint configuration from v1 to v2 * Fixed the static check errors coming after updating the linter version * fix:route destination issue with app * fix : inconsistent plan for private docker app image * feat: add module as parameter for mta resource Allows specifying modules that should be deployed. * feat:Add container ssh control on app level * Added deploy logs in TF_LOG * fix : make spaces in security group computed * chore : v1.5.0 Prep Work * chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.30.0 to 3.36.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.30.0 to 3.36.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.30.0...v3.36.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.47.0 to 0.52.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.47.0...v0.52.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix : params instance binding in app * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Goyal <61136876+sp1goyal@users.noreply.github.com> Co-authored-by: Debaditya Ray <65864761+Dray56@users.noreply.github.com> Co-authored-by: Vipin Menon <vipinvkmenon@users.noreply.github.com> Co-authored-by: Philipp <philipp@stotz.email> Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com> Co-authored-by: Debaditya <debadityaray00@gmail.com> Co-authored-by: PRAJIN OLLEKKATT PRAKASAN <71236507+prajin-op@users.noreply.github.com> Co-authored-by: Vipin Vijaykumar <vipin.vijaykumar@sap.com> Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov> Co-authored-by: Philipp Stotz <philipp.stotz@sap.com>
SylwekLewan-dev
added a commit
to datev/terraform-provider-cloudfoundry
that referenced
this pull request
May 14, 2025
* chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (cloudfoundry#111) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 (cloudfoundry#115) Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-go (cloudfoundry#112) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update for import document of space_role (cloudfoundry#118) * chore(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (cloudfoundry#121) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (cloudfoundry#120) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...e60da84) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added string descriptor extension for mta (cloudfoundry#123) * chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (cloudfoundry#125) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Prep Work (cloudfoundry#129) - Release v1.3.0 * Updated go-cfclient version (cloudfoundry#135) * feat: add version rule as parameter for mta resource (cloudfoundry#130) * Removed custom plan modifier in route resource (cloudfoundry#137) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#140) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators (cloudfoundry#141) Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed removing env (cloudfoundry#139) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#142) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add service plan data source * feat: Add cf-cli (cloudfoundry#151) Install cf-cli during the build of the devcontainer * test: update OpenTofu test matrix * Added test cases for service data plan * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: added support for service plan visibility (cloudfoundry#161) * feat: added support for service plan visibility * feat: update service plan visibility * chore: update service plan visibility * feat: update plan visibility * feat: update service plan visibility * fix: fixes the failing test for service plan visibility * fix: update space attribute to be computed * feat: update markdown description for delete function * fix: update markdown description for delete function * fix: markdown decsription update * update markdown description * Added cf only user resource * chore(deps): bump github.com/hashicorp/terraform-plugin-testing Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Terraform test matrix * Rerecorded provider tests for v1.10.* above * chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.3.2...55c2c14) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/cloudfoundry-community/go-uaa Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.3.4-0.20240727153833-d675ee37e6c9 to 0.3.5. - [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases) - [Commits](https://github.com/cloudfoundry-community/go-uaa/commits/v0.3.5) --- updated-dependencies: - dependency-name: github.com/cloudfoundry-community/go-uaa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: v1.4.0 Prep Work - Release v1.4.0 * Added comment for user_cf import * chore: Add note - Add note to user data source * feat: network_policy resource added (cloudfoundry#171) * Add NetworkPolicy resource * Generate documentation * Add a test for updating network policy resource * Remove unused networkPoliciesType.Id * Move policy_client from session to resource_network_policy * Add network policy resource to provider test * Regenerate docs * chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (cloudfoundry#174) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Lint action update (cloudfoundry#176) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * Migrated the lint configuration from v1 to v2 * Fixed the static check errors coming after updating the linter version * fix:route destination issue with app * fix : inconsistent plan for private docker app image * feat: add module as parameter for mta resource Allows specifying modules that should be deployed. * feat:Add container ssh control on app level * Added deploy logs in TF_LOG * fix : make spaces in security group computed * chore : v1.5.0 Prep Work * chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.30.0 to 3.36.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.30.0 to 3.36.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.30.0...v3.36.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.47.0 to 0.52.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.47.0...v0.52.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix : params instance binding in app * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Goyal <61136876+sp1goyal@users.noreply.github.com> Co-authored-by: Debaditya Ray <65864761+Dray56@users.noreply.github.com> Co-authored-by: Vipin Menon <vipinvkmenon@users.noreply.github.com> Co-authored-by: Philipp <philipp@stotz.email> Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com> Co-authored-by: Debaditya <debadityaray00@gmail.com> Co-authored-by: PRAJIN OLLEKKATT PRAKASAN <71236507+prajin-op@users.noreply.github.com> Co-authored-by: Vipin Vijaykumar <vipin.vijaykumar@sap.com> Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov> Co-authored-by: Philipp Stotz <philipp.stotz@sap.com>
SylwekLewan-dev
added a commit
to datev/terraform-provider-cloudfoundry
that referenced
this pull request
May 14, 2025
* chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (cloudfoundry#111) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 (cloudfoundry#115) Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-go (cloudfoundry#112) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update for import document of space_role (cloudfoundry#118) * chore(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (cloudfoundry#121) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (cloudfoundry#120) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...e60da84) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added string descriptor extension for mta (cloudfoundry#123) * chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (cloudfoundry#125) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Prep Work (cloudfoundry#129) - Release v1.3.0 * Updated go-cfclient version (cloudfoundry#135) * feat: add version rule as parameter for mta resource (cloudfoundry#130) * Removed custom plan modifier in route resource (cloudfoundry#137) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#140) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators (cloudfoundry#141) Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed removing env (cloudfoundry#139) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#142) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add service plan data source * feat: Add cf-cli (cloudfoundry#151) Install cf-cli during the build of the devcontainer * test: update OpenTofu test matrix * Added test cases for service data plan * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: added support for service plan visibility (cloudfoundry#161) * feat: added support for service plan visibility * feat: update service plan visibility * chore: update service plan visibility * feat: update plan visibility * feat: update service plan visibility * fix: fixes the failing test for service plan visibility * fix: update space attribute to be computed * feat: update markdown description for delete function * fix: update markdown description for delete function * fix: markdown decsription update * update markdown description * Added cf only user resource * chore(deps): bump github.com/hashicorp/terraform-plugin-testing Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Terraform test matrix * Rerecorded provider tests for v1.10.* above * chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.3.2...55c2c14) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/cloudfoundry-community/go-uaa Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.3.4-0.20240727153833-d675ee37e6c9 to 0.3.5. - [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases) - [Commits](https://github.com/cloudfoundry-community/go-uaa/commits/v0.3.5) --- updated-dependencies: - dependency-name: github.com/cloudfoundry-community/go-uaa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: v1.4.0 Prep Work - Release v1.4.0 * Added comment for user_cf import * chore: Add note - Add note to user data source * feat: network_policy resource added (cloudfoundry#171) * Add NetworkPolicy resource * Generate documentation * Add a test for updating network policy resource * Remove unused networkPoliciesType.Id * Move policy_client from session to resource_network_policy * Add network policy resource to provider test * Regenerate docs * chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (cloudfoundry#174) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Lint action update (cloudfoundry#176) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * Migrated the lint configuration from v1 to v2 * Fixed the static check errors coming after updating the linter version * fix:route destination issue with app * fix : inconsistent plan for private docker app image * feat: add module as parameter for mta resource Allows specifying modules that should be deployed. * feat:Add container ssh control on app level * Added deploy logs in TF_LOG * fix : make spaces in security group computed * chore : v1.5.0 Prep Work * chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.30.0 to 3.36.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.30.0 to 3.36.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.30.0...v3.36.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.47.0 to 0.52.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.47.0...v0.52.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix : params instance binding in app * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Goyal <61136876+sp1goyal@users.noreply.github.com> Co-authored-by: Debaditya Ray <65864761+Dray56@users.noreply.github.com> Co-authored-by: Vipin Menon <vipinvkmenon@users.noreply.github.com> Co-authored-by: Philipp <philipp@stotz.email> Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com> Co-authored-by: Debaditya <debadityaray00@gmail.com> Co-authored-by: PRAJIN OLLEKKATT PRAKASAN <71236507+prajin-op@users.noreply.github.com> Co-authored-by: Vipin Vijaykumar <vipin.vijaykumar@sap.com> Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov> Co-authored-by: Philipp Stotz <philipp.stotz@sap.com>
SylwekLewan-dev
added a commit
to datev/terraform-provider-cloudfoundry
that referenced
this pull request
May 15, 2025
* chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (cloudfoundry#111) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 (cloudfoundry#115) Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-go (cloudfoundry#112) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update for import document of space_role (cloudfoundry#118) * chore(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (cloudfoundry#121) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (cloudfoundry#120) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...e60da84) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added string descriptor extension for mta (cloudfoundry#123) * chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (cloudfoundry#125) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Prep Work (cloudfoundry#129) - Release v1.3.0 * Updated go-cfclient version (cloudfoundry#135) * feat: add version rule as parameter for mta resource (cloudfoundry#130) * Removed custom plan modifier in route resource (cloudfoundry#137) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#140) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators (cloudfoundry#141) Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed removing env (cloudfoundry#139) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#142) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add service plan data source * feat: Add cf-cli (cloudfoundry#151) Install cf-cli during the build of the devcontainer * test: update OpenTofu test matrix * Added test cases for service data plan * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: added support for service plan visibility (cloudfoundry#161) * feat: added support for service plan visibility * feat: update service plan visibility * chore: update service plan visibility * feat: update plan visibility * feat: update service plan visibility * fix: fixes the failing test for service plan visibility * fix: update space attribute to be computed * feat: update markdown description for delete function * fix: update markdown description for delete function * fix: markdown decsription update * update markdown description * Added cf only user resource * chore(deps): bump github.com/hashicorp/terraform-plugin-testing Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Terraform test matrix * Rerecorded provider tests for v1.10.* above * chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.3.2...55c2c14) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/cloudfoundry-community/go-uaa Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.3.4-0.20240727153833-d675ee37e6c9 to 0.3.5. - [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases) - [Commits](https://github.com/cloudfoundry-community/go-uaa/commits/v0.3.5) --- updated-dependencies: - dependency-name: github.com/cloudfoundry-community/go-uaa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: v1.4.0 Prep Work - Release v1.4.0 * Added comment for user_cf import * chore: Add note - Add note to user data source * feat: network_policy resource added (cloudfoundry#171) * Add NetworkPolicy resource * Generate documentation * Add a test for updating network policy resource * Remove unused networkPoliciesType.Id * Move policy_client from session to resource_network_policy * Add network policy resource to provider test * Regenerate docs * chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (cloudfoundry#174) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Lint action update (cloudfoundry#176) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * Migrated the lint configuration from v1 to v2 * Fixed the static check errors coming after updating the linter version * fix:route destination issue with app * fix : inconsistent plan for private docker app image * feat: add module as parameter for mta resource Allows specifying modules that should be deployed. * feat:Add container ssh control on app level * Added deploy logs in TF_LOG * fix : make spaces in security group computed * chore : v1.5.0 Prep Work * chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.30.0 to 3.36.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.30.0 to 3.36.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.30.0...v3.36.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.47.0 to 0.52.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.47.0...v0.52.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix : params instance binding in app * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Goyal <61136876+sp1goyal@users.noreply.github.com> Co-authored-by: Debaditya Ray <65864761+Dray56@users.noreply.github.com> Co-authored-by: Vipin Menon <vipinvkmenon@users.noreply.github.com> Co-authored-by: Philipp <philipp@stotz.email> Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com> Co-authored-by: Debaditya <debadityaray00@gmail.com> Co-authored-by: PRAJIN OLLEKKATT PRAKASAN <71236507+prajin-op@users.noreply.github.com> Co-authored-by: Vipin Vijaykumar <vipin.vijaykumar@sap.com> Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov> Co-authored-by: Philipp Stotz <philipp.stotz@sap.com>
SylwekLewan-dev
added a commit
to datev/terraform-provider-cloudfoundry
that referenced
this pull request
May 15, 2025
* chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (cloudfoundry#111) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 (cloudfoundry#115) Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-go (cloudfoundry#112) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update for import document of space_role (cloudfoundry#118) * chore(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (cloudfoundry#121) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (cloudfoundry#120) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...e60da84) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added string descriptor extension for mta (cloudfoundry#123) * chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (cloudfoundry#125) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Prep Work (cloudfoundry#129) - Release v1.3.0 * Updated go-cfclient version (cloudfoundry#135) * feat: add version rule as parameter for mta resource (cloudfoundry#130) * Removed custom plan modifier in route resource (cloudfoundry#137) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#140) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators (cloudfoundry#141) Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed removing env (cloudfoundry#139) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#142) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add service plan data source * feat: Add cf-cli (cloudfoundry#151) Install cf-cli during the build of the devcontainer * test: update OpenTofu test matrix * Added test cases for service data plan * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: added support for service plan visibility (cloudfoundry#161) * feat: added support for service plan visibility * feat: update service plan visibility * chore: update service plan visibility * feat: update plan visibility * feat: update service plan visibility * fix: fixes the failing test for service plan visibility * fix: update space attribute to be computed * feat: update markdown description for delete function * fix: update markdown description for delete function * fix: markdown decsription update * update markdown description * Added cf only user resource * chore(deps): bump github.com/hashicorp/terraform-plugin-testing Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Terraform test matrix * Rerecorded provider tests for v1.10.* above * chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.3.2...55c2c14) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/cloudfoundry-community/go-uaa Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.3.4-0.20240727153833-d675ee37e6c9 to 0.3.5. - [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases) - [Commits](https://github.com/cloudfoundry-community/go-uaa/commits/v0.3.5) --- updated-dependencies: - dependency-name: github.com/cloudfoundry-community/go-uaa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: v1.4.0 Prep Work - Release v1.4.0 * Added comment for user_cf import * chore: Add note - Add note to user data source * feat: network_policy resource added (cloudfoundry#171) * Add NetworkPolicy resource * Generate documentation * Add a test for updating network policy resource * Remove unused networkPoliciesType.Id * Move policy_client from session to resource_network_policy * Add network policy resource to provider test * Regenerate docs * chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (cloudfoundry#174) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Lint action update (cloudfoundry#176) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * Migrated the lint configuration from v1 to v2 * Fixed the static check errors coming after updating the linter version * fix:route destination issue with app * fix : inconsistent plan for private docker app image * feat: add module as parameter for mta resource Allows specifying modules that should be deployed. * feat:Add container ssh control on app level * Added deploy logs in TF_LOG * fix : make spaces in security group computed * chore : v1.5.0 Prep Work * chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.30.0 to 3.36.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.30.0 to 3.36.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.30.0...v3.36.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.47.0 to 0.52.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.47.0...v0.52.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix : params instance binding in app * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Goyal <61136876+sp1goyal@users.noreply.github.com> Co-authored-by: Debaditya Ray <65864761+Dray56@users.noreply.github.com> Co-authored-by: Vipin Menon <vipinvkmenon@users.noreply.github.com> Co-authored-by: Philipp <philipp@stotz.email> Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com> Co-authored-by: Debaditya <debadityaray00@gmail.com> Co-authored-by: PRAJIN OLLEKKATT PRAKASAN <71236507+prajin-op@users.noreply.github.com> Co-authored-by: Vipin Vijaykumar <vipin.vijaykumar@sap.com> Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov> Co-authored-by: Philipp Stotz <philipp.stotz@sap.com>
SylwekLewan-dev
added a commit
to datev/terraform-provider-cloudfoundry
that referenced
this pull request
May 15, 2025
* chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (cloudfoundry#111) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 (cloudfoundry#115) Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.49.1. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-go (cloudfoundry#112) Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update for import document of space_role (cloudfoundry#118) * chore(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (cloudfoundry#121) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (cloudfoundry#120) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...e60da84) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added string descriptor extension for mta (cloudfoundry#123) * chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (cloudfoundry#125) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...051d919) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Prep Work (cloudfoundry#129) - Release v1.3.0 * Updated go-cfclient version (cloudfoundry#135) * feat: add version rule as parameter for mta resource (cloudfoundry#130) * Removed custom plan modifier in route resource (cloudfoundry#137) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#140) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators (cloudfoundry#141) Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed removing env (cloudfoundry#139) * chore(deps): bump github.com/hashicorp/terraform-plugin-framework (cloudfoundry#142) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add service plan data source * feat: Add cf-cli (cloudfoundry#151) Install cf-cli during the build of the devcontainer * test: update OpenTofu test matrix * Added test cases for service data plan * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: added support for service plan visibility (cloudfoundry#161) * feat: added support for service plan visibility * feat: update service plan visibility * chore: update service plan visibility * feat: update plan visibility * feat: update service plan visibility * fix: fixes the failing test for service plan visibility * fix: update space attribute to be computed * feat: update markdown description for delete function * fix: update markdown description for delete function * fix: markdown decsription update * update markdown description * Added cf only user resource * chore(deps): bump github.com/hashicorp/terraform-plugin-testing Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test: update Terraform test matrix * Rerecorded provider tests for v1.10.* above * chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.3.2...55c2c14) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/cloudfoundry-community/go-uaa Bumps [github.com/cloudfoundry-community/go-uaa](https://github.com/cloudfoundry-community/go-uaa) from 0.3.4-0.20240727153833-d675ee37e6c9 to 0.3.5. - [Release notes](https://github.com/cloudfoundry-community/go-uaa/releases) - [Commits](https://github.com/cloudfoundry-community/go-uaa/commits/v0.3.5) --- updated-dependencies: - dependency-name: github.com/cloudfoundry-community/go-uaa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: v1.4.0 Prep Work - Release v1.4.0 * Added comment for user_cf import * chore: Add note - Add note to user data source * feat: network_policy resource added (cloudfoundry#171) * Add NetworkPolicy resource * Generate documentation * Add a test for updating network policy resource * Remove unused networkPoliciesType.Id * Move policy_client from session to resource_network_policy * Add network policy resource to provider test * Regenerate docs * chore(deps): bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (cloudfoundry#174) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Lint action update (cloudfoundry#176) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * Migrated the lint configuration from v1 to v2 * Fixed the static check errors coming after updating the linter version * fix:route destination issue with app * fix : inconsistent plan for private docker app image * feat: add module as parameter for mta resource Allows specifying modules that should be deployed. * feat:Add container ssh control on app level * Added deploy logs in TF_LOG * fix : make spaces in security group computed * chore : v1.5.0 Prep Work * chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.30.0 to 3.36.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.30.0 to 3.36.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.30.0...v3.36.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.47.0 to 0.52.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.47.0...v0.52.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix : params instance binding in app * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.52.0 to 0.53.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.36.0 to 3.37.0. - [Release notes](https://github.com/cloudfoundry/lager/releases) - [Commits](cloudfoundry/lager@v3.36.0...v3.37.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/lager/v3 dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump code.cloudfoundry.org/policy_client Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Goyal <61136876+sp1goyal@users.noreply.github.com> Co-authored-by: Debaditya Ray <65864761+Dray56@users.noreply.github.com> Co-authored-by: Vipin Menon <vipinvkmenon@users.noreply.github.com> Co-authored-by: Philipp <philipp@stotz.email> Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com> Co-authored-by: Debaditya <debadityaray00@gmail.com> Co-authored-by: PRAJIN OLLEKKATT PRAKASAN <71236507+prajin-op@users.noreply.github.com> Co-authored-by: Vipin Vijaykumar <vipin.vijaykumar@sap.com> Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov> Co-authored-by: Philipp Stotz <philipp.stotz@sap.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/hashicorp/terraform-plugin-framework-validators from 0.16.0 to 0.17.0.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.
Changelog
Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.
Commits
75974fcUpdate changelog13b6d4dAddPreferWriteOnlyAttribute()validators toresourcevalidatorand all va...6be3c39build(deps): bump github.com/hashicorp/terraform-plugin-framework (#266)47cad1bResult of tsccr-helper -log-level=info gha update -latest .github/ (#264)e0fa613Update golangci config and resolvecopyloopvar(#265)e0dda54Result of tsccr-helper -log-level=info gha update -latest .github/ (#262)08b59e2Result of tsccr-helper -log-level=info gha update -latest .github/ (#261)c534568build(deps): bump github.com/hashicorp/copywrite in /tools (#260)bcaf368build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools (#259)9d17e39Result of tsccr-helper -log-level=info gha update -latest .github/ (#257)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)