From 9ae02b8713f6f7fdc8b2546549b37061d18bbd3a Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:19:58 -0400 Subject: [PATCH] Removing versions (#6021) ## What are you changing in this pull request and why? Now that we have the option for dbt Cloud in the docs, we are removing the v1.9 beta content until the beta is actually out. This removes the whole upgrade guide since the sidebar is autogenerated. ## Checklist - [ ] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [ ] The topic I'm writing about is for specific dbt version(s) and I have versioned it according to the [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and/or [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content) guidelines. - [ ] I have added checklist item(s) to this list for anything anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." --- website/dbt-versions.js | 4 --- .../core-upgrade/06-upgrading-to-v1.9.md | 27 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 website/docs/docs/dbt-versions/core-upgrade/06-upgrading-to-v1.9.md diff --git a/website/dbt-versions.js b/website/dbt-versions.js index e5a2b9f4290..0f322100a45 100644 --- a/website/dbt-versions.js +++ b/website/dbt-versions.js @@ -16,10 +16,6 @@ exports.versions = [ version: "1.9.1", customDisplay: "Cloud (Versionless)", }, - { - version: "1.9", - isPrerelease: true, - }, { version: "1.8", EOLDate: "2025-04-15", diff --git a/website/docs/docs/dbt-versions/core-upgrade/06-upgrading-to-v1.9.md b/website/docs/docs/dbt-versions/core-upgrade/06-upgrading-to-v1.9.md deleted file mode 100644 index 544590b18df..00000000000 --- a/website/docs/docs/dbt-versions/core-upgrade/06-upgrading-to-v1.9.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Upgrading to v1.9 (beta)" -id: upgrading-to-v1.9 -description: New features and changes in dbt Core v1.9 -displayed_sidebar: "docs" ---- - -## Resources - -- Changelog (coming soon) -- [dbt Core CLI Installation guide](/docs/core/installation-overview) -- [Cloud upgrade guide](/docs/dbt-versions/upgrade-dbt-version-in-cloud) — dbt Cloud is now versionless. dbt v1.9 will not appear in the version dropdown. Select **Versionless** to get all the latest features and functionality in your dbt Cloud account. - -## What to know before upgrading - -dbt Labs is committed to providing backward compatibility for all versions 1.x, except for any changes explicitly mentioned on this page. If you encounter an error upon upgrading, please let us know by [opening an issue](https://github.com/dbt-labs/dbt-core/issues/new). - - -## New and changed features and functionality - -Features and functionality new in dbt v1.9. - -**Coming soon** - -## Quick hits - -**Coming soon** \ No newline at end of file