Skip to content

Commit

Permalink
1.7 beta to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Oct 30, 2023
1 parent 6b64e06 commit ab81cd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions website/dbt-versions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
exports.versions = [
{
version: "1.7",
EOLDate: "2024-07-31",
isPrerelease: "true"
EOLDate: "2024-10-30",
},
{
version: "1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Upgrading to v1.7 (beta)"
title: "Upgrading to v1.7 (latest)"
description: New features and changes in dbt Core v1.7
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Upgrading to v1.6 (latest)"
title: "Upgrading to v1.6"
description: New features and changes in dbt Core v1.6
---

Expand Down
3 changes: 1 addition & 2 deletions website/snippets/core-versions-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| dbt Core | Initial Release | Support Level | Critical Support Until |
|------------------------------------------------------------|-----------------|----------------|-------------------------|
| [**v1.7**](/guides/migration/versions/upgrading-to-v1.7) (beta)| Oct 26, 2023 | - | - |
| [**v1.7**](/guides/migration/versions/upgrading-to-v1.7) | Oct 31, 2023 | Active | Oct 30, 2024 |
| [**v1.6**](/guides/migration/versions/upgrading-to-v1.6) | Jul 31, 2023 | Active | Jul 30, 2024 |
| [**v1.5**](/guides/migration/versions/upgrading-to-v1.5) | Apr 27, 2023 | Critical | Apr 27, 2024 |
| [**v1.4**](/guides/migration/versions/upgrading-to-v1.4) | Jan 25, 2023 | Critical | Jan 25, 2024 |
Expand All @@ -18,6 +18,5 @@ _Future release dates are tentative and subject to change._

| dbt Core | Planned Release | Critical & dbt Cloud Support Until |
|----------|-----------------|-------------------------------------|
| **v1.7** | _Oct 2023_ | _Oct 2024_ |
| **v1.8** | _Jan 2024_ | _Jan 2025_ |
| **v1.9** | _Apr 2024_ | _Apr 2025_ |

0 comments on commit ab81cd3

Please sign in to comment.