Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/about-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The platform consists of the following blocks:

|Language|Framework|Build Tool|Application|Library|Autotest|
|:-|:-:|:-:|:-:|:-:|:-:|
|Java|Java 17, Java 21|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|Java|Java 17, Java 21, Java 25|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|Python|Python 3.8, FastAPI, Flask|Python|:white_check_mark:|:white_check_mark:||
|C#|.Net 3.1, .Net 6.0|.Net|:white_check_mark:|:white_check_mark:||
|C|None|Make,CMake|:white_check_mark:|||
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/add-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Follow the instructions below to fill in the fields of the **Codebase Info** men

* **Application Code Language** - defines the code language with its supported frameworks:

* Java – selecting a specific Java version (17 and 21 are available; Java 8 and 11 deprecated since v3.12).
* Java – selecting a specific Java version (17, 21, and 25 are available; Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12).
* JavaScript - selecting JavaScript allows using React, Vue, Angular, Express, Next.js and Antora frameworks.
* Python - selecting Python allows using the Python v.3.8, FastAPI, Flask frameworks.
* Go - selecting Go allows using the Beego, Gin and Operator SDK frameworks.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/add-autotest.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ In our case, we will use the **Clone** strategy:
2. Specify the autotest language properties:

* **Autotest code language** - defines the code language with its supported frameworks. Selecting **Other** allows extending the default code languages and get the necessary build tool.
* **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 17 or Java 21 to be used. Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12.
* **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 17, Java 21, or Java 25 to be used. Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12.
* **Build Tool** - allows to choose the build tool to use. In case of autotests, Gradle and Maven are available.
* **Autotest report framework** - all the autotest reports will be created in the Allure framework by default.

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/add-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ In our example, we will use the **Create from template** strategy:

* **Library code language** - defines the code language with its supported frameworks:

* Java – selecting specific Java version (17 and 21 are available; Java 8 and 11 deprecated since v3.12).
* JavaScript - selecting JavaScript allows using the NPM tool.
* Java – selecting specific Java version (17, 21, and 25 are available; Java 8 and 11 deprecated since v3.12).
* JavaScript - selecting JavaScript allows using the React, Vue, Angular, Express, and Next.js frameworks.
* Python - selecting Python allows using the Python v.3.8, FastAPI, Flask.
* Groovy-pipeline - selecting Groovy-pipeline allows having the ability to customize a stages logic.
* Terraform - selecting Terraform allows using the Terraform different versions via the **Terraform version manager** ([tfenv](https://github.com/tfutils/tfenv#usage)).
Expand Down
Loading