mirror of https://github.com/dapr/docs.git
				
				
				
			Merge pull request #3577 from JoshVanL/v1.11-release-patch-1
Update v1.11 latest version to v1.10.1 and add release date
This commit is contained in:
		
						commit
						b448458c39
					
				|  | @ -32,8 +32,8 @@ Patch support is for supported versions (current and previous). | |||
| 
 | ||||
| The Dapr's sidecar image is published to both [GitHub Container Registry](https://github.com/dapr/dapr/pkgs/container/daprd) and [Docker Registry](https://hub.docker.com/r/daprio/daprd/tags). The default image contains all components. From version 1.11, Dapr also offers a variation of the sidecar image, containing only stable components. | ||||
| 
 | ||||
| * Default sidecar images: `daprio/daprd:<version>` or `ghcr.io/dapr/daprd:<version>` (for example `ghcr.io/dapr/daprd:1.11.0`) | ||||
| * Sidecar images for stable components: `daprio/daprd:<version>-stablecomponents` or `ghcr.io/dapr/daprd:<version>-stablecomponents` (for example `ghcr.io/dapr/daprd:1.11.0-stablecomponents`) | ||||
| * Default sidecar images: `daprio/daprd:<version>` or `ghcr.io/dapr/daprd:<version>` (for example `ghcr.io/dapr/daprd:1.11.1`) | ||||
| * Sidecar images for stable components: `daprio/daprd:<version>-stablecomponents` or `ghcr.io/dapr/daprd:<version>-stablecomponents` (for example `ghcr.io/dapr/daprd:1.11.1-stablecomponents`) | ||||
| 
 | ||||
| On Kubernetes, the sidecar image can be overwritten for the application Deployment resource with the `dapr.io/sidecar-image` annotation. See more about [Dapr's arguments and annotations]({{<ref "arguments-annotations-overview.md" >}}). The default 'daprio/daprd:latest' image is used if not specified. | ||||
| 
 | ||||
|  | @ -45,6 +45,7 @@ The table below shows the versions of Dapr releases that have been tested togeth | |||
| 
 | ||||
| | Release date | Runtime     | CLI  | SDKs  | Dashboard  | Status | | ||||
| |--------------------|:--------:|:--------|---------|---------|---------| | ||||
| | June 22nd 2023 | 1.11.1</br>  | 1.11.0 | Java 1.9.0 </br>Go 1.8.0 </br>PHP 1.1.0 </br>Python 1.10.0 </br>.NET 1.11.0 </br>JS 3.1.0 | 0.13.0 | Supported (current) | | ||||
| | June 12th 2023 | 1.11.0</br>  | 1.11.0 | Java 1.9.0 </br>Go 1.8.0 </br>PHP 1.1.0 </br>Python 1.10.0 </br>.NET 1.11.0 </br>JS 3.1.0 | 0.13.0 | Supported (current) | | ||||
| | May 15th 2023 | 1.10.7</br>  | 1.10.0 | Java 1.8.0 </br>Go 1.7.0 </br>PHP 1.1.0 </br>Python 1.9.0 </br>.NET 1.10.0 </br>JS 3.0.0 | 0.11.0 | Supported | | ||||
| | May 12th 2023 | 1.10.6</br>  | 1.10.0 | Java 1.8.0 </br>Go 1.7.0 </br>PHP 1.1.0 </br>Python 1.9.0 </br>.NET 1.10.0 </br>JS 3.0.0 | 0.11.0 | Supported | | ||||
|  | @ -116,8 +117,8 @@ General guidance on upgrading can be found for [self hosted mode]({{< ref self-h | |||
| |                          |                 1.9.6 |                   1.10.7 | | ||||
| | 1.8.0 to 1.8.6           |                   N/A |                    1.9.6 | | ||||
| | 1.9.0                    |                   N/A |                    1.9.6 | | ||||
| | 1.10.0                   |                   N/A |                   1.10.7 | | ||||
| | 1.11.0                   |                   N/A |                   1.11.0 | | ||||
| | 1.10.0                   |                   N/A |                   1.10.8 | | ||||
| | 1.11.0                   |                   N/A |                   1.11.1 | | ||||
| 
 | ||||
| 
 | ||||
| ## Upgrade on Hosting platforms | ||||
|  |  | |||
|  | @ -1 +1 @@ | |||
| {{- if .Get "short" }}1.11{{ else if .Get "long" }}1.11.0{{ else if .Get "cli" }}1.11.0{{ else }}1.11.0{{ end -}} | ||||
| {{- if .Get "short" }}1.11{{ else if .Get "long" }}1.11.1{{ else if .Get "cli" }}1.11.0{{ else }}1.11.1{{ end -}} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue