You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,12 @@ Monitoring Python applications is available using [Pyctuator](https://github.com
12
12
## Compatibility Matrix
13
13
In the Spring Boot Admin Server App, the Spring Boot Admin's version matches the major and minor versions of Spring Boot.
14
14
15
-
| Spring Boot Version | Spring Boot Admin |
16
-
|---------------------|--------------------|
17
-
| 2.6 | 2.6.Y |
18
-
| 2.7 | 2.7.Y |
19
-
| 3.0 | 3.0.Y |
15
+
| Spring Boot Version | Spring Boot Admin |
16
+
|---------------------|-------------------|
17
+
| 2.7 | 2.7.Y |
18
+
| 3.0 | 3.0.Y |
19
+
| ... | ... |
20
+
| 3.3 | 3.3.Y |
20
21
21
22
Nevertheless, it is possible to monitor any version of a Spring Boot service independently of the underlying Spring Boot version in the service.
22
23
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.
0 commit comments