mirror of https://github.com/dapr/docs.git
				
				
				
			Merge pull request #2882 from hhunter-ms/endgame_v1.9_prep
[Endgame] prep v1.9 branch for release
This commit is contained in:
		
						commit
						15dc49c9ee
					
				|  | @ -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: | ||||
|  |  | |||
|  | @ -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. | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| # Site Configuration | ||||
| baseURL = "https://v1-9.docs.dapr.io/" | ||||
| baseURL = "https://docs.dapr.io/" | ||||
| title = "Dapr Docs" | ||||
| theme = "docsy" | ||||
| disableFastRender = true | ||||
|  | @ -163,17 +163,20 @@ github_subdir = "daprdocs" | |||
| github_branch = "v1.9" | ||||
| 
 | ||||
| # Versioning | ||||
| version_menu = "v1.9 (preview)" | ||||
| version_menu = "v1.9 (latest)" | ||||
| version = "v1.9" | ||||
| archived_version = false | ||||
| url_latest_version = "https://docs.dapr.io" | ||||
| 
 | ||||
| [[params.versions]] | ||||
|   version = "v1.9 (preview)" | ||||
|   version = "v1.10 (preview)" | ||||
|   url = "https://v1-10.docs.dapr.io" | ||||
| [[params.versions]] | ||||
|   version = "v1.9 (latest)" | ||||
|   url = "#" | ||||
| [[params.versions]] | ||||
|   version = "v1.8 (latest)" | ||||
|   url = "https://docs.dapr.io" | ||||
|   version = "v1.8" | ||||
|   url = "https://v1-8.docs.dapr.io" | ||||
| [[params.versions]] | ||||
|   version = "v1.7" | ||||
|   url = "https://v1-7.docs.dapr.io" | ||||
|  |  | |||
|  | @ -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</br>  | 1.9.0 | Java 1.7.0 </br>Go 1.6.0 </br>PHP 1.1.0 </br>Python 1.8.1 </br>.NET 1.9.0 </br>JS 2.4.2 | 0.11.0 | Supported (current) | | ||||
| | August 10th 2022 | 1.8.4</br>  | 1.8.1 | Java 1.6.0 </br>Go 1.5.0 </br>PHP 1.1.0 </br>Python 1.7.0 </br>.NET 1.8.0 </br>JS 2.3.0 | 0.11.0 | Supported (current) | | ||||
| | July 29th 2022 | 1.8.3</br>  | 1.8.0 | Java 1.6.0 </br>Go 1.5.0 </br>PHP 1.1.0 </br>Python 1.7.0 </br>.NET 1.8.0 </br>JS 2.3.0 | 0.11.0 | Supported | | ||||
| | July 21st 2022 | 1.8.2</br>  | 1.8.0 | Java 1.6.0 </br>Go 1.5.0 </br>PHP 1.1.0 </br>Python 1.7.0 </br>.NET 1.8.0 </br>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 | ||||
| 
 | ||||
|  |  | |||
|  | @ -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 -}} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue