Skip to content
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

build(deps): Update IBM-Cloud/ibm requirement from ~> 1.63.0 to ~> 1.64.0 #46

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Updates the requirements on IBM-Cloud/ibm to permit the latest version.

Release notes

Sourced from IBM-Cloud/ibm's releases.

v1.64.0

Features

  • Support for Privileged Access Gateway
    • Datasources
      • ibm_pag_instance
    • Resources
      • ibm_pag_instance
  • Support for Resource Access Tag
    • Resources
      • ibm_resource_access_tag
  • Support for SCC
    • Datasources
      • ibm_scc_control_libraries
      • ibm_scc_profiles
      • ibm_scc_provider_types

Enhancements

  • Direct Link: Dedicated VLAN Mapping (4900)
  • Add filter attributes in sm_secrets (5193)
  • Add server_name to instance and instances data source (5184)
  • Adding expiration_date field to IAM and Service Credentials (5195)
  • support replace argument for resource tags (5192)
  • Added computed to network_attachments for is_bare_metal_server (5215)
  • fix(CatalogManagement): Bump Go SDK to v0.61.2, remove catalog syndication (5219)
  • GO RC SDK v2 migration (5214)
  • added support for health reasons and health state in vpc dns bindings (5222)
  • adding datasources for automated WP connection and Profile attachments (5179)
  • Adding attribute registrations for resource instance key and attribute endpoint_type for key policies (5221)
  • Deprecate Power VPN (5226)
  • add wait logic for tags async (5174)
  • Minimum validation for multitenant formations (5199)
  • Feature is sg rule local ip (5244)
  • Added support for options field in child enterprise account (5243)
  • fix(flex): add Stringify function and tests (5240)
  • add utility function for unit testing (5225)
  • DiffSuppressFunc for ICD service_endpoints argument (5218)
  • Extended wait logic to ibm_resource_tag (5251)
  • Add support to the --disable-outbound-traffic-protection VPC cluster create flag (5247)

BugFixes

  • x_auth_token is not marked as sensitive and thus leaks in logs (5181)
  • Added a empty string check on ips for endpoint gateway resource (5201)
  • Update terraform docs for drift and formatting (5194)
  • Update code engine documentation (5213)
  • Update docs for SC secret (5241)
  • Change network type from list to set in resource instance (5253)
Changelog

Sourced from IBM-Cloud/ibm's changelog.

1.64.0 (Apr 03, 2024)

Features

  • Support for Privileged Access Gateway
    • Datasources
      • ibm_pag_instance
    • Resources
      • ibm_pag_instance
  • Support for Resource Access Tag
    • Resources
      • ibm_resource_access_tag
  • Support for SCC
    • Datasources
      • ibm_scc_control_libraries
      • ibm_scc_profiles
      • ibm_scc_provider_types

Enhancements

  • Direct Link: Dedicated VLAN Mapping (4900)
  • Add filter attributes in sm_secrets (5193)
  • Add server_name to instance and instances data source (5184)
  • Adding expiration_date field to IAM and Service Credentials (5195)
  • support replace argument for resource tags (5192)
  • Added computed to network_attachments for is_bare_metal_server (5215)
  • fix(CatalogManagement): Bump Go SDK to v0.61.2, remove catalog syndication (5219)
  • GO RC SDK v2 migration (5214)
  • added support for health reasons and health state in vpc dns bindings (5222)
  • adding datasources for automated WP connection and Profile attachments (5179)
  • Adding attribute registrations for resource instance key and attribute endpoint_type for key policies (5221)
  • Deprecate Power VPN (5226)
  • add wait logic for tags async (5174)
  • Minimum validation for multitenant formations (5199)
  • Feature is sg rule local ip (5244)
  • Added support for options field in child enterprise account (5243)
  • fix(flex): add Stringify function and tests (5240)
  • add utility function for unit testing (5225)
  • DiffSuppressFunc for ICD service_endpoints argument (5218)
  • Extended wait logic to ibm_resource_tag (5251)
  • Add support to the --disable-outbound-traffic-protection VPC cluster create flag (5247)

BugFixes

  • x_auth_token is not marked as sensitive and thus leaks in logs (5181)
  • Added a empty string check on ips for endpoint gateway resource (5201)
  • Update terraform docs for drift and formatting (5194)
  • Update code engine documentation (5213)
  • Update docs for SC secret (5241)
  • Change network type from list to set in resource instance (5253)

1.64.0-beta0 (Mar 25, 2024)

Features

... (truncated)

Commits
  • 43c2e96 Bump up version to 1.64.0
  • 98aa75e update CHANGELOG
  • f8f65f0 Remove replace and vendor latest bluemix-go sdk
  • cf4f926 Add support to the --disable-outbound-traffic-protection VPC cluster create f...
  • 558154c Change network type from list to set in resource instance (#5253)
  • 3247514 Extended wait logic to ibm_resource_tag (#5251)
  • 2227023 Use DiffSuppressFunc
  • c6b93b5 feat: add utility function for unit testing
  • 1c9bf76 Refactor ssh key resource (#5239)
  • c7c7522 Update docs for SC secret (#5241)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…64.0

Updates the requirements on [IBM-Cloud/ibm](https://github.com/IBM-Cloud/terraform-provider-ibm) to permit the latest version.
- [Release notes](https://github.com/IBM-Cloud/terraform-provider-ibm/releases)
- [Changelog](https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/CHANGELOG.md)
- [Commits](IBM-Cloud/terraform-provider-ibm@v1.63.0...v1.64.0)

---
updated-dependencies:
- dependency-name: IBM-Cloud/ibm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
@prb112 prb112 merged commit 6ca3169 into main Apr 11, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/terraform/IBM-Cloud/ibm-tw-1.64.0 branch April 11, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant