diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index f20c34e85..16c5874d4 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -3,11 +3,11 @@ name: Azure Static Web App Root on: push: branches: - - v1.8 + - v1.9 pull_request: types: [opened, synchronize, reopened, closed] branches: - - v1.8 + - v1.9 jobs: build_and_deploy_job: diff --git a/.github/workflows/website-v1-9.yml b/.github/workflows/website-v1-10.yml similarity index 96% rename from .github/workflows/website-v1-9.yml rename to .github/workflows/website-v1-10.yml index 1942b96a3..33b7bbe32 100644 --- a/.github/workflows/website-v1-9.yml +++ b/.github/workflows/website-v1-10.yml @@ -3,11 +3,11 @@ name: Azure Static Web App v1.9 on: push: branches: - - v1.9 + - v1.10 pull_request: types: [opened, synchronize, reopened, closed] branches: - - v1.9 + - v1.10 jobs: build_and_deploy_job: @@ -28,7 +28,7 @@ jobs: HUGO_ENV: production HUGO_VERSION: "0.100.2" with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_9 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_10 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) skip_deploy_on_missing_secrets: true action: "upload" @@ -49,6 +49,6 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v0.0.1-preview with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_9 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_10 }} skip_deploy_on_missing_secrets: true action: "close" diff --git a/README.md b/README.md index f494e6ea7..4a9e9b7e1 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The following branches are currently maintained: | Branch | Website | Description | | ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ | -| [v1.8](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. | -| [v1.9](https://github.com/dapr/docs/tree/v1.9) (pre-release) | https://v1-9.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.9+ go here. | +| [v1.9](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. | +| [v1.10](https://github.com/dapr/docs/tree/v1.10) (pre-release) | https://v1-10.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.10+ go here. | For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/#branch-guidance) document. diff --git a/daprdocs/config.toml b/daprdocs/config.toml index cd3ea778f..20dc6f9b7 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://v1-9.docs.dapr.io/" +baseURL = "https://v1-10.docs.dapr.io" title = "Dapr Docs" theme = "docsy" disableFastRender = true @@ -160,20 +160,23 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.9" +github_branch = "v1.10" # Versioning -version_menu = "v1.9 (preview)" -version = "v1.9" +version_menu = "v1.10 (preview)" +version = "v1.10" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] - version = "v1.9 (preview)" + version = "v1.10 (preview)" url = "#" [[params.versions]] - version = "v1.8 (latest)" + version = "v1.9 (latest)" url = "https://docs.dapr.io" +[[params.versions]] + version = "v1.8" + url = "https://v1-8.docs.dapr.io" [[params.versions]] version = "v1.7" url = "https://v1-7.docs.dapr.io" diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index 932fc7d7a..9dd585b87 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -34,6 +34,7 @@ The table below shows the versions of Dapr releases that have been tested togeth | Release date | Runtime | CLI | SDKs | Dashboard | Status | |--------------------|:--------:|:--------|---------|---------|---------| +| October 13th 2022 | 1.9.0
| 1.9.0 | Java 1.7.0
Go 1.6.0
PHP 1.1.0
Python 1.8.1
.NET 1.9.0
JS 2.4.2 | 0.11.0 | Supported (current) | | August 10th 2022 | 1.8.4
| 1.8.1 | Java 1.6.0
Go 1.5.0
PHP 1.1.0
Python 1.7.0
.NET 1.8.0
JS 2.3.0 | 0.11.0 | Supported (current) | | July 29th 2022 | 1.8.3
| 1.8.0 | Java 1.6.0
Go 1.5.0
PHP 1.1.0
Python 1.7.0
.NET 1.8.0
JS 2.3.0 | 0.11.0 | Supported | | July 21st 2022 | 1.8.2
| 1.8.0 | Java 1.6.0
Go 1.5.0
PHP 1.1.0
Python 1.7.0
.NET 1.8.0
JS 2.3.0 | 0.11.0 | Supported | @@ -80,7 +81,7 @@ General guidance on upgrading can be found for [self hosted mode]({{< ref self-h | 1.6.0 | N/A | 1.7.4 | | 1.7.0 to 1.7.4 | N/A | 1.8.0 | | 1.8.0 | N/A | 1.8.4 | - +| 1.9.0 | N/A | 1.9.0 | ## Breaking changes and deprecations diff --git a/daprdocs/layouts/shortcodes/dapr-latest-version.html b/daprdocs/layouts/shortcodes/dapr-latest-version.html index 516238bcd..db415d450 100644 --- a/daprdocs/layouts/shortcodes/dapr-latest-version.html +++ b/daprdocs/layouts/shortcodes/dapr-latest-version.html @@ -1 +1 @@ -{{- if .Get "short" }}1.8{{ else if .Get "long" }}1.8.4{{ else if .Get "cli" }}1.8.1{{ else }}1.8.4{{ end -}} +{{- if .Get "short" }}1.9{{ else if .Get "long" }}1.9.0{{ else if .Get "cli" }}1.9.0{{ else }}1.9.0{{ end -}}