From bb330a036555e959ff620830a9a99b413544f005 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 19:40:38 +1000 Subject: [PATCH] chore(artifactapi): deploy v3.7.4 (#218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why artifactapi `v3.7.4` images are built and pushed; au-syd1 is on `v3.7.3`. This rolls forward to ship the terraform provider registry. ## Changes - `api-deployment`: `artifactapi` `v3.7.3` → `v3.7.4` - `ui-deployment`: `artifactapi-ui` `v3.7.3` → `v3.7.4` ## What's new in v3.7.4 - Local terraform repos are now a real provider registry: `/.well-known/terraform.json` + `providers.v1` versions/download with GPG-signed SHA256SUMS (#102). - The signing key self-provisions in the DB (`signing_keys` table) — no K8s secret to mount, so no deployment wiring needed. Once synced, `terraform init` against `source = "artifactapi.k8s.syd1.au.unkin.net//"` works. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/218 Co-authored-by: Ben Vincent Co-committed-by: Ben Vincent --- apps/base/artifactapi/api-deployment.yaml | 2 +- apps/base/artifactapi/ui-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/artifactapi/api-deployment.yaml b/apps/base/artifactapi/api-deployment.yaml index c29b7df..21e65b7 100644 --- a/apps/base/artifactapi/api-deployment.yaml +++ b/apps/base/artifactapi/api-deployment.yaml @@ -35,7 +35,7 @@ spec: mountPath: /combined-certs containers: - name: api - image: git.unkin.net/unkin/artifactapi:v3.7.3 + image: git.unkin.net/unkin/artifactapi:v3.7.4 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/apps/base/artifactapi/ui-deployment.yaml b/apps/base/artifactapi/ui-deployment.yaml index 09ae7d3..89e0d5a 100644 --- a/apps/base/artifactapi/ui-deployment.yaml +++ b/apps/base/artifactapi/ui-deployment.yaml @@ -22,7 +22,7 @@ spec: automountServiceAccountToken: true containers: - name: ui - image: git.unkin.net/unkin/artifactapi-ui:v3.7.3 + image: git.unkin.net/unkin/artifactapi-ui:v3.7.4 imagePullPolicy: IfNotPresent ports: - containerPort: 80