Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: separate docs for for 2.4 branch #902

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ Each extension provides configuration properties to configure the clients and wi

## Compatibility

Quarkus GitHub App provides two different version streams, one compatible with Quarkus 2.x and the other compatible with Quarkus 3.x.
Quarkus GitHub App provides multiple different version streams, one compatible with Quarkus 2.x while the others compatible with Quarkus 3.x and aligned with Quarkus LTS.

| Quarkus | Quarkus GitHub App | Documentation |
|-------------|--------------------|--------------------------------------------------------------------------------------------------------|
| 2.x | 1.6.x | [Documentation](https://docs.quarkiverse.io/quarkus-amazon-services/1.x/index.html) |
| 3.2.x (LTS) | 2.4.x | [Documentation](https://docs.quarkiverse.io/quarkus-amazon-services/2.4.x/index.html) |
| 3.3.x | 2.5.x | [Documentation](https://docs.quarkiverse.io/quarkus-amazon-services/dev/index.html) |

| Quarkus | Quarkus GitHub App | Documentation |
|---------|--------------------|--------------------------------------------------------------------------------------------------------|
| 2.x | 1.6.x | [Documentation](https://docs.quarkiverse.io/quarkus-amazon-services/1.x/index.html) |
| 3.x | 2.x | [Documentation](https://docs.quarkiverse.io/quarkus-amazon-services/dev/index.html) |

Use the latest version of the corresponding stream, [the list of versions is available on Maven Central](https://search.maven.org/artifact/io.quarkiverse.amazonservices/quarkus-amazon-services-bom).

Expand Down