Skip to content

Commit

Permalink
update Compatibility Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasfritz committed May 31, 2024
1 parent 1279276 commit 2e6c52c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Monitoring Python applications is available using [Pyctuator](https://github.com
## Compatibility Matrix
In the Spring Boot Admin Server App, the Spring Boot Admin's version matches the major and minor versions of Spring Boot.

| Spring Boot Version | Spring Boot Admin |
|---------------------|--------------------|
| 2.6 | 2.6.Y |
| 2.7 | 2.7.Y |
| 3.0 | 3.0.Y |
| 3.1 | 3.1.Y |
| 3.2 | 3.2.Y |
| Spring Boot Version | Spring Boot Admin |
|---------------------|-------------------|
| 2.6 | 2.6.Y |
| 2.7 | 2.7.Y |
| 3.0 | 3.0.Y |
| 3.1 | 3.1.Y |
| 3.2 | 3.2.Y |
| 3.3 | 3.3.Y |

Nevertheless, it is possible to monitor any version of a Spring Boot service independently of the underlying Spring Boot version in the service.
Hence, it is possible to run Spring Boot Admin Server version 2.6 and monitor a service that is running on Spring Boot 2.3 using Spring Boot Admin Client version 2.3.
Expand Down

0 comments on commit 2e6c52c

Please sign in to comment.