Skip to content

Commit 9b9e542

Browse files
committed
Upgraded terraform-provider-openstack to v3
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent d93a6d5 commit 9b9e542

File tree

86 files changed

+3701
-6691
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+3701
-6691
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## [Unreleased]
10+
11+
TODO: Include all important changes of v2.1 and v3
12+
13+
### Changed
14+
15+
- Update terraform-provider-openstack to `v3.0.0`
16+
17+
### Removed
18+
19+
- Removed support for deprecated `openstack_compute_floatingip_associate_v2` resource
20+
- Removed support for deprecated `openstack_compute_floatingip_v2` resource
21+
- Removed support for deprecated `openstack_compute_secgroup_v2` resource
22+
823
## [0.5.0] - 2025-03-24
924

1025
### Migration from 0.4.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export TERRAFORM_VERSION := 1.5.5
88
export TERRAFORM_PROVIDER_SOURCE := terraform-provider-openstack/openstack
99
export TERRAFORM_DOCS_PATH := docs/resources
1010
export TERRAFORM_PROVIDER_REPO := https://github.com/terraform-provider-openstack/terraform-provider-openstack
11-
export TERRAFORM_PROVIDER_VERSION := 1.54.1
11+
export TERRAFORM_PROVIDER_VERSION := 3.0.0
1212

1313
PLATFORMS ?= linux_amd64 linux_arm64
1414

apis/blockstorage/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/blockstorage/v1alpha1/zz_volumev3_types.go

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/compute/v1alpha1/zz_floatingipassociatev2_terraformed.go

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)