Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/guides/breaking-changes-list.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
page_title: "Breaking Changes List"
subcategory: "Upgrades & Migrations""
---

# Breaking Changes
This page details the breaking changes and deprecations we're managing according to our [Breaking Changes policy](./breaking-changes-policy.md).

## Announced

| Version | Deprecated | Replacement | Migration Guide | Enactment | Completion |
| - |---------------------------------------------------------| - | - | - | - |
|---------|---------------------------------------------------------|-------------|-----------------|-----------|------------|
| [v0.37.1](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.37.1) | `octopusdeploy_project.versioning_strategy` (attribute) | `octopusdeploy_project_versioning_strategy` (new resource) | [Guide](./migration-guide-v0.37.1.md) | 2025-06-04 | 2025-12-04 |

## Enacted
Expand All @@ -18,4 +23,5 @@ We aren't currently tracking any enacted Breaking Changes.
|---------|------------|-------------|-----------------|-----------|------------|
| [v0.8.0](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.8.0) | Many changes* | Many changes* | [Guide](./migration-guide-v0.8.0.md) | N/A | N/A |


-> *The breaking changes in v0.8.0 were all done years before our Breaking Changes policy was officially established, so didn't follow those procedures, but the Migration Guide is noted here just in case.
4 changes: 2 additions & 2 deletions docs/guides/migration-guide-v0.8.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_title: "Migration to v0.8.0"
subcategory: "Migrations"
page_title: "Migrating to v0.8.0"
subcategory: "Upgrades & Migrations"
---

`v0.8.0` includes a number of breaking changes. This guide provides an outline of these changes along with tips on migration.
Expand Down
8 changes: 7 additions & 1 deletion templates/guides/breaking-changes-list.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
page_title: "Breaking Changes List"
subcategory: "Upgrades & Migrations""
---

# Breaking Changes
This page details the breaking changes and deprecations we're managing according to our [Breaking Changes policy](./breaking-changes-policy.md).

## Announced

| Version | Deprecated | Replacement | Migration Guide | Enactment | Completion |
| - |---------------------------------------------------------| - | - | - | - |
|---------|---------------------------------------------------------|-------------|-----------------|-----------|------------|
| [v0.37.1](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.37.1) | `octopusdeploy_project.versioning_strategy` (attribute) | `octopusdeploy_project_versioning_strategy` (new resource) | [Guide](./migration-guide-v0.37.1.md) | 2025-06-04 | 2025-12-04 |

## Enacted
Expand All @@ -18,4 +23,5 @@ We aren't currently tracking any enacted Breaking Changes.
|---------|------------|-------------|-----------------|-----------|------------|
| [v0.8.0](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.8.0) | Many changes* | Many changes* | [Guide](./migration-guide-v0.8.0.md) | N/A | N/A |


-> *The breaking changes in v0.8.0 were all done years before our Breaking Changes policy was officially established, so didn't follow those procedures, but the Migration Guide is noted here just in case.
4 changes: 2 additions & 2 deletions templates/guides/migration-guide-v0.8.0.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_title: "Migration to v0.8.0"
subcategory: "Migrations"
page_title: "Migrating to v0.8.0"
subcategory: "Upgrades & Migrations"
---

`v0.8.0` includes a number of breaking changes. This guide provides an outline of these changes along with tips on migration.
Expand Down
Loading