-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Release v2.10.0 #716
Merged
Release v2.10.0 #716
Conversation
This file contains 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
tests: bump golangci-lint to v1.61.0
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.23.0 to 0.24.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.23.0...v0.24.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] <[email protected]>
…m/hashicorp/terraform-plugin-go-0.24.0 deps: bump github.com/hashicorp/terraform-plugin-go from 0.23.0 to 0.24.0
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.11.0 to 1.12.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.11.0...v1.12.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] <[email protected]>
…m/hashicorp/terraform-plugin-framework-1.12.0 deps: bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0
copy of junos_applications resource but with Block List instead of Block set to have a workaround for the performance issue on Terraform plan with many Block Sets workaround for #709
to avoid repeating definitions
copy of junos_security_address_book resource but with Block List instead of Block Set to have a workaround for the performance issue on Terraform plan with many Block Sets workaround for #498
copy of junos_security_zone resource but with Block List instead of Block Set to have a workaround for the performance issue on Terraform plan with many Block Sets
copy of junos_security_global_policy resource but with Block Set instead of Block List to have a workaround for too complex plan output when number of blocks on the resource changes
copy of junos_security_policy resource but with Block Set instead of Block List to have a workaround for too complex plan output when number of blocks on the resource changes
before unlocking it as this is unnecessary and may produce inconsistent warnings Fix #710
r/*: remove the action of delete candidate configuration
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. - [Commits](golang/crypto@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
when version is null in config default to v2
when engine_type is null in config default to local
in create/update functions
…ource in create/update functions
in create/update functions
Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.13.0 to 0.14.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.13.0...v0.14.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] <[email protected]>
custom_ciphers cannot be the same between srx and router
…g/x/crypto-0.28.0 deps: bump golang.org/x/crypto from 0.27.0 to 0.28.0
…m/hashicorp/terraform-plugin-framework-validators-0.14.0 deps: bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0
add applications, address-book ordered and policy unordered
forwardingoptions_dhcprelay: use new provider via framework
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
FEATURES:
ENHANCEMENTS:
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list
some of config errors are now sent during Plan instead of during Apply
optional boolean attributes doesn't accept value false
optional string attributes doesn't accept empty value
the resource schema has been upgraded to have one-blocks in single mode instead of list
BUG FIXES:
version
is null in config (default tov2
)