Merge branch 'v1.15' into scheduler-host-port

This commit is contained in:
Marc Duiker 2025-07-22 13:02:31 +02:00 committed by GitHub
commit ff1ada31bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 45 additions and 41 deletions

View File

@ -45,6 +45,9 @@ The table below shows the versions of Dapr releases that have been tested togeth
| Release date | Runtime | CLI | SDKs | Dashboard | Status | Release notes | | Release date | Runtime | CLI | SDKs | Dashboard | Status | Release notes |
|--------------------|:--------:|:--------|---------|---------|---------|------------| |--------------------|:--------:|:--------|---------|---------|---------|------------|
| July 18th 2025 | 1.15.8</br> | 1.15.0 | Java 1.14.1 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.8 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.8) |
| July 16th 2025 | 1.15.7</br> | 1.15.0 | Java 1.14.1 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.7 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.7) |
| June 20th 2025 | 1.15.6</br> | 1.15.0 | Java 1.14.1 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.6 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.6) |
| May 5th 2025 | 1.15.5</br> | 1.15.0 | Java 1.14.1 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.5 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.5) | | May 5th 2025 | 1.15.5</br> | 1.15.0 | Java 1.14.1 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.5 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.5) |
| April 4th 2025 | 1.15.4</br> | 1.15.0 | Java 1.14.0 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.4 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.4) | | April 4th 2025 | 1.15.4</br> | 1.15.0 | Java 1.14.0 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.4 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.4) |
| March 5rd 2025 | 1.15.3</br> | 1.15.0 | Java 1.14.0 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.3 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.3) | | March 5rd 2025 | 1.15.3</br> | 1.15.0 | Java 1.14.0 </br>Go 1.12.0 </br>PHP 1.2.0 </br>Python 1.15.0 </br>.NET 1.15.4 </br>JS 3.5.2 </br>Rust 0.16.1 | 0.15.0 | Supported (current) | [v1.15.3 release notes](https://github.com/dapr/dapr/releases/tag/v1.15.3) |

View File

@ -8,4 +8,4 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: false

View File

@ -8,7 +8,7 @@
transactions: false transactions: false
etag: true etag: true
ttl: false ttl: false
query: false workflow: false
- component: Azure Cosmos DB - component: Azure Cosmos DB
link: setup-azure-cosmosdb link: setup-azure-cosmosdb
state: Stable state: Stable
@ -19,7 +19,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: true workflow: false
- component: Microsoft SQL Server - component: Microsoft SQL Server
link: setup-sqlserver link: setup-sqlserver
state: Stable state: Stable
@ -30,7 +30,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: false
- component: Azure Table Storage - component: Azure Table Storage
link: setup-azure-tablestorage link: setup-azure-tablestorage
state: Stable state: Stable
@ -41,4 +41,4 @@
transactions: false transactions: false
etag: true etag: true
ttl: false ttl: false
query: false workflow: false

View File

@ -8,7 +8,7 @@
transactions: false transactions: false
etag: true etag: true
ttl: false ttl: false
query: false workflow: false
- component: Apache Cassandra - component: Apache Cassandra
link: setup-cassandra link: setup-cassandra
state: Stable state: Stable
@ -19,7 +19,7 @@
transactions: false transactions: false
etag: false etag: false
ttl: true ttl: true
query: false workflow: false
- component: CockroachDB - component: CockroachDB
link: setup-cockroachdb link: setup-cockroachdb
state: Stable state: Stable
@ -30,7 +30,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: true workflow: false
- component: Couchbase - component: Couchbase
link: setup-couchbase link: setup-couchbase
state: Alpha state: Alpha
@ -41,7 +41,7 @@
transactions: false transactions: false
etag: true etag: true
ttl: false ttl: false
query: false workflow: false
- component: etcd - component: etcd
link: setup-etcd link: setup-etcd
state: Beta state: Beta
@ -52,7 +52,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: false
- component: Hashicorp Consul - component: Hashicorp Consul
link: setup-consul link: setup-consul
state: Alpha state: Alpha
@ -63,7 +63,7 @@
transactions: false transactions: false
etag: false etag: false
ttl: false ttl: false
query: false workflow: false
- component: Hazelcast - component: Hazelcast
link: setup-hazelcast link: setup-hazelcast
state: Alpha state: Alpha
@ -74,7 +74,7 @@
transactions: false transactions: false
etag: false etag: false
ttl: false ttl: false
query: false workflow: false
- component: In-memory - component: In-memory
link: setup-inmemory link: setup-inmemory
state: Stable state: Stable
@ -85,7 +85,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: true
- component: JetStream KV - component: JetStream KV
link: setup-jetstream-kv link: setup-jetstream-kv
state: Alpha state: Alpha
@ -96,7 +96,7 @@
transactions: false transactions: false
etag: false etag: false
ttl: false ttl: false
query: false workflow: false
- component: Memcached - component: Memcached
link: setup-memcached link: setup-memcached
state: Stable state: Stable
@ -107,7 +107,7 @@
transactions: false transactions: false
etag: false etag: false
ttl: true ttl: true
query: false workflow: false
- component: MongoDB - component: MongoDB
link: setup-mongodb link: setup-mongodb
state: Stable state: Stable
@ -118,7 +118,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: true workflow: true
- component: MySQL & MariaDB - component: MySQL & MariaDB
link: setup-mysql link: setup-mysql
state: Stable state: Stable
@ -129,7 +129,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: true
- component: Oracle Database - component: Oracle Database
link: setup-oracledatabase link: setup-oracledatabase
state: Beta state: Beta
@ -140,7 +140,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: false
- component: PostgreSQL v1 - component: PostgreSQL v1
link: setup-postgresql-v1 link: setup-postgresql-v1
state: Stable state: Stable
@ -151,7 +151,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: true workflow: true
- component: PostgreSQL v2 - component: PostgreSQL v2
link: setup-postgresql-v2 link: setup-postgresql-v2
state: Stable state: Stable
@ -162,7 +162,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: true
- component: Redis - component: Redis
link: setup-redis link: setup-redis
state: Stable state: Stable
@ -173,7 +173,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: true workflow: true
- component: RethinkDB - component: RethinkDB
link: setup-rethinkdb link: setup-rethinkdb
state: Beta state: Beta
@ -184,7 +184,7 @@
transactions: false transactions: false
etag: false etag: false
ttl: false ttl: false
query: false workflow: false
- component: SQLite - component: SQLite
link: setup-sqlite link: setup-sqlite
state: Stable state: Stable
@ -195,7 +195,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: false
- component: Zookeeper - component: Zookeeper
link: setup-zookeeper link: setup-zookeeper
state: Alpha state: Alpha
@ -206,4 +206,4 @@
transactions: false transactions: false
etag: true etag: true
ttl: false ttl: false
query: false workflow: false

View File

@ -8,7 +8,7 @@
transactions: true transactions: true
etag: true etag: true
ttl: true ttl: true
query: false workflow: false
- component: Object Storage - component: Object Storage
link: setup-oci-objectstorage link: setup-oci-objectstorage
state: Alpha state: Alpha
@ -19,4 +19,4 @@
transactions: false transactions: false
etag: true etag: true
ttl: true ttl: true
query: false workflow: false

View File

@ -17,7 +17,7 @@
<th>ETag</th> <th>ETag</th>
<th>TTL</th> <th>TTL</th>
<th>Actors</th> <th>Actors</th>
<th>Query</th> <th>Workflow</th>
<th>Status</th> <th>Status</th>
<th>Component version</th> <th>Component version</th>
<th>Since runtime version</th> <th>Since runtime version</th>
@ -38,7 +38,8 @@
{{ if .features.transactions }} {{ if .features.transactions }}
<span role="img" aria-label="Transactions: Supported"></span> <span role="img" aria-label="Transactions: Supported"></span>
{{else}} {{else}}
<img src="/images/emptybox.png" alt="Transactions: Not supported" aria-label="Transactions: Not supported" /> <img src="/images/emptybox.png" alt="Transactions: Not supported"
aria-label="Transactions: Not supported" />
{{ end }} {{ end }}
</td> </td>
<td align="center"> <td align="center">
@ -63,10 +64,10 @@
{{ end }} {{ end }}
</td> </td>
<td align="center"> <td align="center">
{{ if .features.query }} {{ if .features.workflow }}
<span role="img" aria-label="Query: Supported"></span> <span role="img" aria-label="Workflow: Supported"></span>
{{else}} {{else}}
<img src="/images/emptybox.png" alt="Query: Not supported" aria-label="Query: Not supported" /> <img src="/images/emptybox.png" alt="Workflow: Not supported" aria-label="Workflow: Not supported" />
{{ end }} {{ end }}
</td> </td>
<td>{{ .state }}</td> <td>{{ .state }}</td>

View File

@ -1 +1 @@
{{- if .Get "short" }}1.15{{ else if .Get "long" }}1.15.5{{ else if .Get "cli" }}1.15.1{{ else }}1.15.1{{ end -}} {{- if .Get "short" }}1.15{{ else if .Get "long" }}1.15.8{{ else if .Get "cli" }}1.15.1{{ else }}1.15.1{{ end -}}