Skip to content

Commit 7db42ff

Browse files
Merge pull request #2447 from bunkerity/dev
2 parents dd7e42d + f628aa1 commit 7db42ff

File tree

219 files changed

+3215
-637
lines changed

Some content is hidden

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

219 files changed

+3215
-637
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
label: BunkerWeb version
4848
description: What version of BunkerWeb are you running?
4949
placeholder: Version
50-
value: 1.6.2-rc6
50+
value: 1.6.2-rc7
5151
validations:
5252
required: true
5353
- type: dropdown

.github/workflows/beta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,14 @@ jobs:
6464
strategy:
6565
matrix:
6666
image: [bunkerweb, scheduler, autoconf, ui, all-in-one]
67-
arch: ["linux/arm64,linux/arm/v7"]
67+
arch: [linux/arm64, linux/arm/v7]
6868
exclude:
6969
- image: all-in-one
70-
arch: "linux/arm64,linux/arm/v7"
70+
arch: linux/arm/v7
7171
include:
7272
- release: beta
7373
cache: false
74+
push: false
7475
cache_suffix: arm
7576
- image: bunkerweb
7677
dockerfile: src/bw/Dockerfile
@@ -82,7 +83,6 @@ jobs:
8283
dockerfile: src/ui/Dockerfile
8384
- image: all-in-one
8485
dockerfile: src/all-in-one/Dockerfile
85-
arch: "linux/arm64"
8686
uses: ./.github/workflows/container-build.yml
8787
with:
8888
RELEASE: ${{ matrix.release }}
@@ -366,7 +366,7 @@ jobs:
366366
# Remove ARM VM
367367
rm-arm:
368368
if: ${{ always() }}
369-
needs: [create-arm, push-images, build-packages, build-all-in-one-arm]
369+
needs: [create-arm, push-images, build-packages]
370370
uses: ./.github/workflows/rm-arm.yml
371371
secrets:
372372
ARM_ID: ${{ needs.create-arm.outputs.id }}

.github/workflows/container-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
SSH_IP: ${{ secrets.ARM_SSH_IP }}
6767
SSH_CONFIG: ${{ secrets.ARM_SSH_CONFIG }}
6868
- name: Setup Buildx
69-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
69+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7070
if: inputs.CACHE_SUFFIX != 'arm'
7171
- name: Setup Buildx (ARM)
72-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
72+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7373
if: inputs.CACHE_SUFFIX == 'arm'
7474
with:
7575
endpoint: ssh://root@arm
76-
platforms: linux/arm64,linux/arm/v7,linux/arm/v6
76+
platforms: linux/arm64,linux/arm/v7
7777
- name: Login to Docker Hub
7878
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
7979
with:

.github/workflows/linux-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
SSH_IP: ${{ secrets.ARM_SSH_IP }}
7676
SSH_CONFIG: ${{ secrets.ARM_SSH_CONFIG }}
7777
- name: Setup Buildx
78-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
78+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7979
if: startsWith(env.ARCH, 'arm') == false
8080
- name: Setup Buildx (ARM)
81-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
81+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
8282
if: startsWith(env.ARCH, 'arm') == true
8383
with:
8484
endpoint: ssh://root@arm
85-
platforms: linux/arm64,linux/arm/v7,linux/arm/v6
85+
platforms: linux/arm64,linux/arm/v7
8686
- name: Login to Docker Hub
8787
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
8888
with:

.github/workflows/push-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
SSH_IP: ${{ secrets.ARM_SSH_IP }}
5959
SSH_CONFIG: ${{ secrets.ARM_SSH_CONFIG }}
6060
- name: Setup Buildx (ARM)
61-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
61+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6262
with:
6363
endpoint: ssh://root@arm
64-
platforms: linux/arm64,linux/arm/v7,linux/arm/v6
64+
platforms: linux/arm64,linux/arm/v7
6565
buildkitd-flags: --debug
6666
# Compute metadata
6767
- name: Extract metadata

.github/workflows/rc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
strategy:
6565
matrix:
6666
image: [bunkerweb, scheduler, autoconf, ui, all-in-one]
67-
arch: ["linux/arm64,linux/arm/v7"]
67+
arch: [linux/arm64, linux/arm/v7]
6868
exclude:
6969
- image: all-in-one
70-
arch: "linux/arm64,linux/arm/v7"
70+
arch: linux/arm/v7
7171
include:
7272
- release: rc
7373
cache: false
@@ -83,7 +83,6 @@ jobs:
8383
dockerfile: src/ui/Dockerfile
8484
- image: all-in-one
8585
dockerfile: src/all-in-one/Dockerfile
86-
arch: "linux/arm64"
8786
uses: ./.github/workflows/container-build.yml
8887
with:
8988
RELEASE: ${{ matrix.release }}

.github/workflows/release.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
strategy:
7575
matrix:
7676
image: [bunkerweb, scheduler, autoconf, ui, all-in-one]
77-
arch: ["linux/arm64,linux/arm/v7"]
77+
arch: [linux/arm64, linux/arm/v7]
7878
exclude:
7979
- image: all-in-one
80-
arch: "linux/arm64,linux/arm/v7"
80+
arch: linux/arm/v7
8181
include:
8282
- release: latest
8383
cache: false
@@ -93,7 +93,6 @@ jobs:
9393
dockerfile: src/ui/Dockerfile
9494
- image: all-in-one
9595
dockerfile: src/all-in-one/Dockerfile
96-
arch: "linux/arm64"
9796
uses: ./.github/workflows/container-build.yml
9897
with:
9998
RELEASE: ${{ matrix.release }}
@@ -162,14 +161,7 @@ jobs:
162161
# Wait for all builds and extract VERSION
163162
wait-builds:
164163
runs-on: ubuntu-latest
165-
needs:
166-
[
167-
codeql,
168-
build-containers,
169-
build-containers-arm,
170-
build-all-in-one-arm,
171-
build-packages,
172-
]
164+
needs: [codeql, build-containers, build-containers-arm, build-packages]
173165
outputs:
174166
version: ${{ steps.getversion.outputs.version }}
175167
versionrpm: ${{ steps.getversionrpm.outputs.versionrpm }}
@@ -384,7 +376,7 @@ jobs:
384376
# Remove ARM VM
385377
rm-arm:
386378
if: ${{ always() }}
387-
needs: [create-arm, push-images, build-packages, build-all-in-one-arm]
379+
needs: [create-arm, push-images, build-packages]
388380
uses: ./.github/workflows/rm-arm.yml
389381
secrets:
390382
ARM_ID: ${{ needs.create-arm.outputs.id }}

.github/workflows/staging-create-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install terraform
2626
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2727
- name: Install kubectl
28-
uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
28+
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1
2929
if: inputs.TYPE == 'k8s'
3030
with:
3131
version: "v1.29.1"

.github/workflows/staging-delete-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tar xf /tmp/terraform.tar -C / && mkdir ~/.ssh && touch ~/.ssh/id_rsa.pub
3535
env:
3636
SECRET_KEY: ${{ secrets.SECRET_KEY }}
37-
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
37+
- uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1
3838
if: inputs.TYPE == 'k8s'
3939
with:
4040
version: "v1.29.1"

.github/workflows/staging-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
REG_USER: ${{ github.actor }}
6767
REG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
if: inputs.TYPE == 'k8s'
69-
- uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0
69+
- uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1
7070
if: inputs.TYPE == 'k8s'
7171
with:
7272
version: "v1.29.1"

0 commit comments

Comments
 (0)