Skip to content

Commit

Permalink
Revert generated CHANGES from incorrect path release (#745)
Browse files Browse the repository at this point in the history
* Revert "updated CHANGELOG.md" for 0.81.1

This reverts commit 6e0414c.

* Revert "updated documentation" for 0.81.1

This reverts commit f715c4c.
  • Loading branch information
nywilken authored Jan 30, 2024
1 parent f715c4c commit 61bfb86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
## v0.81.1 (January 30, 2024)
BREAKING CHANGES:

* `data.hcp_packer_iteration`: Removed the `incremental_version` attribute. Use the `fingerprint`, `id` or `uuid` attributes instead. [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]
* `hcp_packer_channel_assignment`: Removed the `iteration_id` attribute. Use the `version_fingerprint` attribute instead. [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]
* `hcp_packer_channel_assignment`: Removed the `iteration_version` attribute. Use the `version_fingerprint` attribute instead. [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]

FEATURES:

* Add `hcp_notifications_webhook` resource. [[GH-723](https://github.com/hashicorp/terraform-provider-hcp/pull/723)]
* `data.hcp_packer_artifact`: Added the `hcp_packer_artifact` data source, which replaces `data.hcp_packer_image` [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]
* `data.hcp_packer_version`: Added the `hcp_packer_version` data source, which replaces `data.hcp_packer_iteration` [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]

DEPRECATIONS:

* `data.hcp_packer_image`: This data source will be removed in a future release, and is superseded by `data.hcp_packer_artifact` [[GH-735](https://github.com/hashicorp/terraform-provider-hcp/pull/735)]
* `data.hcp_packer_iteration`: This data source will be removed in a future release, and is superseded by `data.hcp_packer_version` [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]
* `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. [[GH-726](https://github.com/hashicorp/terraform-provider-hcp/pull/726)]
## v0.81.0 (January 24, 2024)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.1"
version = "~> 0.81.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.1"
version = "~> 0.81.0"
}
}
}
Expand Down

0 comments on commit 61bfb86

Please sign in to comment.