Skip to content

Commit 3266150

Browse files
committed
Merge branch 'next' into release/0.6.0-rc0
Brings in the three fixes found while testing this release candidate: KMS CA certificates (#1128), ACME authorization parsing (#1129), and the DNS-01 self check against authoritative nameservers (#1130).
2 parents cb4c373 + be6880a commit 3266150

9 files changed

Lines changed: 572 additions & 89 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
DSTACK_REV=${{ env.DSTACK_REV }}
8989
DSTACK_SRC_URL=${{ env.DSTACK_SRC_URL }}
9090
91+
- name: Verify pinned packages
92+
run: |
93+
dstack/build/shared/verify-pinned-packages.sh dstack-kms-check:latest \
94+
dstack/kms/dstack-app/builder/shared/pinned-packages.txt
95+
9196
- name: Build kms-builder target
9297
run: |
9398
docker buildx build \

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ path = [
4848
"sdk/go/go.sum",
4949
"sdk/go/ratls/go.sum",
5050
"dstack/kms/dstack-app/builder/shared/builder-pinned-packages.txt",
51+
"dstack/kms/dstack-app/builder/shared/pinned-packages.txt",
5152
"dstack/gateway/dstack-app/builder/shared/builder-pinned-packages.txt",
5253
"dstack/gateway/dstack-app/builder/shared/pinned-packages.txt",
5354
]

0 commit comments

Comments
 (0)