generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPR-1513: Introduce
version_fingerprint
alias for `hcp_packer_chann…
…el_assignment.iteration_fingerprint` (#136) * Add `version_fingerprint` attribute * Add migration/compatibility tests * Run `make gencheck` * Deprecate `iteration_fingerprint` * Update related changelogs
- Loading branch information
1 parent
e0ce512
commit afacc47
Showing
8 changed files
with
249 additions
and
103 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
```release-note:breaking-change | ||
Removed the `data.hcp_packer_iteration.incremental_version` attribute. Use the `fingerprint`, `id` or `uuid` attributes to reference iterations instead. | ||
`data.hcp_packer_iteration`: Removed the `incremental_version` attribute. Use the `fingerprint`, `id` or `uuid` attributes instead. | ||
``` | ||
|
||
```release-note:breaking-change | ||
Removed the `hcp_packer_channel_assignment.iteration_version` attribute. Use the `iteration_fingerprint` attribute to reference iterations instead. | ||
`hcp_packer_channel_assignment`: Removed the `iteration_version` attribute. Use the `version_fingerprint` attribute instead. | ||
``` | ||
|
||
```release-note:breaking-change | ||
Removed the `hcp_packer_channel_assignment.iteration_id` attribute. Use the `iteration_fingerprint` attribute to reference iterations instead. | ||
`hcp_packer_channel_assignment`: Removed the `iteration_id` attribute. Use the `version_fingerprint` attribute instead. | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
```release-note:deprecation | ||
`hcp_packer_channel_assignment`: The `iteration_fingerprint` attribute is now deprecated and will be removed in a future release. | ||
Refer to the `version_fingerprint` attribute release notes for more information. | ||
``` | ||
|
||
```release-note:improvement | ||
`hcp_packer_channel_assignment`: The `iteration_fingerprint` attribute has been renamed to `version_fingerprint`. The attribute functionality has not changed. | ||
During the deprecation period for `iteration_fingerprint`, either attribute may be used. | ||
``` |
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
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
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
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
Oops, something went wrong.