Skip to content

Commit

Permalink
1.7 beta to GA (#4373)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Marking v1.7 as GA in the docs

## Checklist
Uncomment if you're publishing docs for a prerelease version of dbt
(delete if not applicable):
- [x] Add versioning components, as described in [Versioning
Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages)
- [x] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/guides/migration/versions)

- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [x] Add a checklist item for anything that needs to happen before this
PR is merged, such as "needs technical review" or "change base branch."

Adding new pages (delete if not applicable):
- [ ] Add page to `website/sidebars.js`
- [ ] Provide a unique filename for the new page

Removing or renaming existing pages (delete if not applicable):
- [ ] Remove page from `website/sidebars.js`
- [ ] Add an entry `website/static/_redirects`
- [ ] [Ran link
testing](https://github.com/dbt-labs/docs.getdbt.com#running-the-cypress-tests-locally)
to update the links that point to the deleted page
  • Loading branch information
matthewshaver authored Nov 2, 2023
2 parents 13b42d6 + 57c5e92 commit 9fb122a
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)"
id: upgrading-to-v1.7
description: New features and changes in dbt Core v1.7
displayed_sidebar: "docs"
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
id: "upgrading-to-v1.6"
displayed_sidebar: "docs"
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**](/docs/dbt-versions/core-upgrade/upgrading-to-v1.7) (beta)| Oct 26, 2023 | - | - |
| [**v1.7**](/docs/dbt-versions/core-upgrade/upgrading-to-v1.7) | Nov 2, 2023 | Active | Nov 1, 2024 |
| [**v1.6**](/docs/dbt-versions/core-upgrade/upgrading-to-v1.6) | Jul 31, 2023 | Active | Jul 30, 2024 |
| [**v1.5**](/docs/dbt-versions/core-upgrade/upgrading-to-v1.5) | Apr 27, 2023 | Critical | Apr 27, 2024 |
| [**v1.4**](/docs/dbt-versions/core-upgrade/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 9fb122a

Please sign in to comment.