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

chore(deps): bump terraform-provider-openstack/openstack from 1.51.1 to 1.53.0 #7

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps terraform-provider-openstack/openstack from 1.51.1 to 1.53.0.

Release notes

Sourced from terraform-provider-openstack/openstack's releases.

v1.53.0

https://github.com/terraform-provider-openstack/terraform-provider-openstack/blob/main/CHANGELOG.md#1530--26-october-2023

v1.52.1

https://github.com/terraform-provider-openstack/terraform-provider-openstack/blob/main/CHANGELOG.md#1521-29-june-2023

v1.52.0

https://github.com/terraform-provider-openstack/terraform-provider-openstack/blob/main/CHANGELOG.md#1520-29-june-2023

Changelog

Sourced from terraform-provider-openstack/openstack's changelog.

1.53.0 ( 26 October, 2023)

NOTES

  • Marked various resources as deprecated and added a deprecation warning for the user (#1591)

IMPROVEMENTS

  • Added project_id argument to the openstack_fw_rule_v2 data source (#1594)
  • Added project_id argument to the openstack_fw_rule_v2 resource (#1594)
  • Added project_id argument to the openstack_fw_policy_v2 data source (#1594)
  • Added project_id argument to the openstack_fw_policy_v2 resource (#1594)
  • Updated openstack_compute_instance_v2 to use Glance client instead of deprecated Nova client for images (#1615)

BUG FIXES

  • Fixed segmentation_id on openstack_networking_network_v2 to allow neutron to dynamically set it (#1600)
  • Fixed an issue to allow cluster_template_id on openstack_containerinfra_cluster_v1 to be updated without triggering a new cluster creation (#1598)

1.52.1 (29 June, 2023)

NOTES

  • Moved the documentation of various ressources to the deprecation subcategory (#1590)
  • Updated docs location (#1590)
  • Added subcategories for VPNaaS and FWaaS documentation (#1590)

1.52.0 (29 June, 2023)

NOTES

  • Documentation has been updated with sub-categories for easier browsing (#1540)
  • [] stripping for IPv6 addresses was removed from openstack_dns_recordset_v2 resource (#1581)

IMPROVEMENTS

  • Added a new openstack_fw_rule_v2 resource and data source (#1577)
  • Added a new openstack_fw_policy_v2 resource and data source (#1584)
  • Added a new openstack_fw_group_v2 resource and data source (#1588 #1589)
  • Added a new openstack_identity_inherit_role_assignment_v3 resource (#1567)
  • Added validators to the openstack_vpnaas_ipsec_policy_v2 resource (#1558)
  • Added user_id argument to the openstack_compute_keypair_v2 data source (#1554)
  • Added project_id argument to the openstack_identity_project_v3 data source (#1559)
  • The private_key attribute in the openstack_compute_keypair_v2 resource is now marked as sensitive (#1548)
  • The openstack_dns_recordset_v2 resource now refreshes record values and ignores record order for individual record values within the same resource (#1581)
  • The openstack_sharedfilesystem_share_access_v2 resource now prefers to use the GET method for share access rules retriving (#1583)
  • Added multiattach argument to the openstack_compute_instance_v2 resource (#1542)
  • Added xz decompression support to the openstack_images_image_v2 resource (#1579)

BUG FIXES

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner October 30, 2023 20:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

The following labels could not be found: dep/terraform, dependabot.

@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 30, 2023
@tom-hauschke
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@tom-hauschke
Copy link
Contributor

@dependabot recreate

Bumps [terraform-provider-openstack/openstack](https://github.com/terraform-provider-openstack/terraform-provider-openstack) from 1.51.1 to 1.53.0.
- [Release notes](https://github.com/terraform-provider-openstack/terraform-provider-openstack/releases)
- [Changelog](https://github.com/terraform-provider-openstack/terraform-provider-openstack/blob/main/CHANGELOG.md)
- [Commits](terraform-provider-openstack/terraform-provider-openstack@v1.51.1...v1.53.0)

---
updated-dependencies:
- dependency-name: terraform-provider-openstack/openstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/terraform-provider-openstack/openstack-1.53.0 branch from bb574b6 to 105079f Compare October 31, 2023 12:56
Signed-off-by: tom-hauschke <[email protected]>
@tom-hauschke tom-hauschke merged commit e631bb0 into main Oct 31, 2023
5 checks passed
@tom-hauschke tom-hauschke deleted the dependabot/terraform/terraform-provider-openstack/openstack-1.53.0 branch October 31, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants