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

Commit 7f7e1a4

Browse files
lechnerc77[btpsa bot] docu generationAlexRiederrui1610dependabot[bot]
authored
PR for release 1.12.2 (#607)
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>
1 parent ed579a6 commit 7f7e1a4

File tree

1,327 files changed

+4287
-3652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,327 files changed

+4287
-3652
lines changed

.github/workflows/build-quality-check.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,36 @@ jobs:
4242
flake8 ./libs/python/ --count --select=E9,F63,F7,F82 --show-source --statistics
4343
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4444
flake8 ./libs/python/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
45+
46+
- name: Set up QEMU
47+
uses: docker/setup-qemu-action@v3
48+
49+
- name: Set up Docker Buildx
50+
uses: docker/setup-buildx-action@v3
51+
with:
52+
driver-opts: |
53+
image=moby/buildkit:v0.11.6
54+
#with:
55+
# buildkitd-flags: --debug
56+
4557
- name: Log in to the Container registry
4658
uses: docker/login-action@v3
4759
with:
4860
registry: ${{ env.REGISTRY }}
4961
username: ${{ github.actor }}
5062
password: ${{ secrets.GITHUB_TOKEN }}
63+
5164
- name: Extract metadata (tags, labels) for Docker
5265
id: meta
5366
uses: docker/metadata-action@v5
5467
with:
5568
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
69+
5670
- name: Build Docker image
57-
uses: docker/build-push-action@v5.0.0
71+
uses: docker/build-push-action@v5.1.0
5872
with:
5973
context: .
74+
platforms: linux/amd64
6075
file: ./config/Dockerfile
6176
build-args: |
6277
BTPSA_VERSION_GIT_ARG=${{ github.sha }}

.github/workflows/docker-dev-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545

4646
- name: Build Docker image
47-
uses: docker/build-push-action@v5.0.0
47+
uses: docker/build-push-action@v5.1.0
4848
with:
4949
context: .
5050
platforms: linux/amd64

.github/workflows/docker-release-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

4848
- name: Build Docker image
49-
uses: docker/build-push-action@v5.0.0
49+
uses: docker/build-push-action@v5.1.0
5050
with:
5151
context: .
5252
platforms: linux/amd64

.github/workflows/stage-integration-test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}
4949
- name: Build Docker image
5050
id: dockerbuild
51-
uses: docker/build-push-action@v5.0.0
51+
uses: docker/build-push-action@v5.1.0
5252
with:
5353
context: .
5454
file: ./config/Dockerfile

.github/workflows/stage-integration-test-slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}
4949
- name: Build Docker image
5050
id: dockerbuild
51-
uses: docker/build-push-action@v5.0.0
51+
uses: docker/build-push-action@v5.1.0
5252
with:
5353
context: .
5454
file: ./config/Dockerfile

README.md

Lines changed: 2 additions & 0 deletions

config/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
attrs==23.1.0
22
blessed==1.20.0
3-
certifi==2023.7.22
3+
certifi==2023.11.17
44
charset-normalizer==3.3.2
55
idna==3.4
66
inquirer==3.1.3
77
Jinja2==3.1.2
8-
jsonschema==4.19.2
8+
jsonschema==4.20.0
99
MarkupSafe==2.1.3
1010
mccabe==0.7.0
1111
ninja2==0.1
@@ -18,7 +18,7 @@ readchar==4.0.5
1818
requests==2.31.0
1919
six==1.16.0
2020
urllib3==2.1.0
21-
wcwidth==0.2.9
21+
wcwidth==0.2.10
2222
pyyaml==6.0.1
2323
xmltodict==0.13.0
2424
shortuuid==1.0.11

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if-properties-name.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-then.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if-properties-name.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if-properties-plan.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-then.md

Lines changed: 1 addition & 4 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-properties-plan.md

Lines changed: 3 additions & 3 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then.md

Lines changed: 4 additions & 4 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if-properties-name.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if-properties-plan.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-then.md

Lines changed: 2 additions & 2 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-properties-plan.md

Lines changed: 3 additions & 5 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then.md

Lines changed: 4 additions & 10 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if-properties-name.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-if-properties-plan.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-if.md

Lines changed: 1 addition & 1 deletion

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-then.md

Lines changed: 2 additions & 5 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1-if.md renamed to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-1-if.md

Lines changed: 2 additions & 2 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-1-then.md renamed to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-1-then.md

Lines changed: 2 additions & 2 deletions

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-2-if.md renamed to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-2-if.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)