Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
PR for release 1.12.2 (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: [btpsa bot] docu generation <btpsabot@users.noreply.github.com>
Co-authored-by: Alexander Rieder <36697893+AlexRieder@users.noreply.github.com>
Co-authored-by: Rui Nogueira <rui1610@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Nov 21, 2023
1 parent ed579a6 commit 7f7e1a4
Show file tree
Hide file tree
Showing 1,327 changed files with 4,287 additions and 3,652 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/build-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,36 @@ jobs:
flake8 ./libs/python/ --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 ./libs/python/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=moby/buildkit:v0.11.6
#with:
# buildkitd-flags: --debug

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
file: ./config/Dockerfile
build-args: |
BTPSA_VERSION_GIT_ARG=${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-integration-test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}
- name: Build Docker image
id: dockerbuild
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./config/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-integration-test-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}
- name: Build Docker image
id: dockerbuild
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./config/Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

📢 **Please be aware that with release 1.9.0 this tool is in maintenance mode** - see also the corresponding [announcement](https://github.com/SAP-samples/btp-setup-automator/discussions/558)

As an alternative for the btp-setup-automator we recommend to use the [Terraform Provider for SAP BTP](https://github.com/SAP/terraform-provider-btp) as tool for the setup of infrastructure on the SAP BTP available in the [Hashicorp Terraform registry](https://registry.terraform.io/providers/SAP/btp/latest).

## Description

This repository provides the user with a script to **automate the setup** of an [SAP Business Technology Platform (SAP BTP) account](https://account.hana.ondemand.com/) and to **learn** how this is done with the various command line interfaces and tools that run inside a [Docker](https://www.docker.com/) container. It uses JSON configuration files to automate this setup of SAP BTP accounts or do other administrative tasks.
Expand Down
6 changes: 3 additions & 3 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
attrs==23.1.0
blessed==1.20.0
certifi==2023.7.22
certifi==2023.11.17
charset-normalizer==3.3.2
idna==3.4
inquirer==3.1.3
Jinja2==3.1.2
jsonschema==4.19.2
jsonschema==4.20.0
MarkupSafe==2.1.3
mccabe==0.7.0
ninja2==0.1
Expand All @@ -18,7 +18,7 @@ readchar==4.0.5
requests==2.31.0
six==1.16.0
urllib3==2.1.0
wcwidth==0.2.9
wcwidth==0.2.10
pyyaml==6.0.1
xmltodict==0.13.0
shortuuid==1.0.11
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-build-apps-runtime"
"sap-bigdataservices"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-build-apps-runtime"
"sap-bigdataservices"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ unknown

## plan

service plan >standard< for >sap-build-apps-runtime< is available in data centers:
service plan >standard< for >sap-bigdataservices< is available in data centers:

* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'us10', 'name': 'US East (VA)'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ unknown

## name

SAP Build Apps runtime: The runtime service for SAP Build Apps. Allows connectivity to visual cloud functions applications developed and deployed on the SAP Build Apps runtime. A subscription to SAP Build Apps is required to use this service.
SAP Big Data Services: Big Data Services

`name`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-calm"
"sap-build-apps-runtime"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-calm"
"sap-build-apps-runtime"
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"default"
"standard"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"default"
"standard"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ unknown

## plan

service plan >default< for >sap-calm< is available in data centers:
service plan >standard< for >sap-build-apps-runtime< is available in data centers:

* {'region': 'ap10', 'name': 'Australia (Sydney)'}
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}

`plan`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :---------- | :---------- |
| `"default"` | |
| Value | Explanation |
| :----------- | :---------- |
| `"standard"` | |
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :---------- | :---------- |
| `"default"` | |
| Value | Explanation |
| :----------- | :---------- |
| `"standard"` | |

## name

SAP Cloud ALM, memory extension: Add extensions for special use cases that exceed the standard functions of SAP Cloud ALM under Enterprise Support. Excessively store and extend data, e.g. to upload additional data, increase run retention time, add process management assets and tenants. Leverage the development environment of SAP BTP, for example, by your own, dashboards, or enhancements.
SAP Build Apps runtime: The runtime service for SAP Build Apps. Allows connectivity to visual cloud functions applications developed and deployed on the SAP Build Apps runtime. A subscription to SAP Build Apps is required to use this service.

`name`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-document-information-extraction"
"sap-calm"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-document-information-extraction"
"sap-calm"
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"blocks_of_100"
"default"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"blocks_of_100"
"default"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ unknown

## plan

service plan >blocks\_of\_100< for >sap-document-information-extraction< is available in data centers:
service plan >default< for >sap-calm< is available in data centers:

* {'region': 'ap10', 'name': 'Australia (Sydney)'}
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :---------------- | :---------- |
| `"blocks_of_100"` | |
| `"default"` | |
| `"free"` | |
| Value | Explanation |
| :---------- | :---------- |
| `"default"` | |
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ all of

* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0.md "check type definition")

* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1.md "check type definition")

* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-2.md "check type definition")

# then Properties

| Property | Type | Required | Nullable | Defined by |
Expand Down Expand Up @@ -39,15 +35,13 @@ unknown

**enum**: the value of this property must be equal to one of the following values:

| Value | Explanation |
| :---------------- | :---------- |
| `"blocks_of_100"` | |
| `"default"` | |
| `"free"` | |
| Value | Explanation |
| :---------- | :---------- |
| `"default"` | |

## name

Document Information Extraction: Document Information Extraction helps you to process various documents that have content in headers and tables. You can use the extracted information, for example, to automatically process payables, invoices, or payment notes while making sure that invoices and payables match.
SAP Cloud ALM, memory extension: Add extensions for special use cases that exceed the standard functions of SAP Cloud ALM under Enterprise Support. Excessively store and extend data, e.g. to upload additional data, increase run retention time, add process management assets and tenants. Leverage the development environment of SAP BTP, for example, by your own, dashboards, or enhancements.

`name`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-graph"
"sap-document-information-extraction"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"sap-graph"
"sap-document-information-extraction"
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"api"
"blocks_of_100"
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ unknown
**constant**: the value of this property must be equal to:

```json
"api"
"blocks_of_100"
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ unknown

## plan

service plan >api< for >sap-graph< is available in data centers:
service plan >blocks\_of\_100< for >sap-document-information-extraction< is available in data centers:

* {'region': 'ap10', 'name': 'Australia (Sydney)'}
* {'region': 'ap11', 'name': 'Singapore'}
* {'region': 'ca10', 'name': 'Canada (Montreal)'}
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu30', 'name': 'Europe (Frankfurt)'}
* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
* {'region': 'us10', 'name': 'US East (VA)'}
* {'region': 'us30', 'name': 'US Central (IA)'}

`plan`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ unknown

| Property | Type | Required | Nullable | Defined by |
| :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/102/then/allOf/1/if/properties/plan") |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/103/then/allOf/1/if/properties/plan") |

## plan

Expand All @@ -20,7 +20,7 @@ unknown

* cannot be null

* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/102/then/allOf/1/if/properties/plan")
* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/103/then/allOf/1/if/properties/plan")

### plan Type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ unknown

| Property | Type | Required | Nullable | Defined by |
| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/102/then/allOf/1/then/properties/plan") |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/103/then/allOf/1/then/properties/plan") |

## plan

Expand All @@ -26,7 +26,7 @@ service plan >default< for >sap-document-information-extraction< is available in

* cannot be null

* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/102/then/allOf/1/then/properties/plan")
* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/103/then/allOf/1/then/properties/plan")

### plan Type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ unknown

| Property | Type | Required | Nullable | Defined by |
| :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/102/then/allOf/2/if/properties/plan") |
| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/103/then/allOf/2/if/properties/plan") |

## plan

Expand All @@ -20,7 +20,7 @@ unknown

* cannot be null

* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/102/then/allOf/2/if/properties/plan")
* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/103/then/allOf/2/if/properties/plan")

### plan Type

Expand Down
Loading

0 comments on commit 7f7e1a4

Please sign in to comment.