From df41cd221cec5a3a91d99a39c751a8ed878acc99 Mon Sep 17 00:00:00 2001 From: Nic Date: Wed, 12 Aug 2026 10:17:31 +0100 Subject: [PATCH 1/2] chore(deps): bump antd-go v0.11.2-rc.1 -> v0.11.2 Move off the release candidate onto the final antd v0.11.2 (released 2026-08-10). Builds clean and all tests pass against the stable API. Co-Authored-By: Claude Opus 4.8 (1M context) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e7bc935..c02e307 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.12 require ( github.com/BurntSushi/toml v1.6.0 - github.com/WithAutonomi/ant-sdk/antd-go v0.11.2-rc.1 + github.com/WithAutonomi/ant-sdk/antd-go v0.11.2 github.com/coreos/go-oidc/v3 v3.18.0 github.com/elimity-com/scim v0.0.0-20240320110924-172bf2aee9c8 github.com/ethereum/go-ethereum v1.17.3 diff --git a/go.sum b/go.sum index a831dd0..93a9c51 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDO github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8= github.com/VictoriaMetrics/fastcache v1.13.0 h1:AW4mheMR5Vd9FkAPUv+NH6Nhw+fmbTMGMsNAoA/+4G0= github.com/VictoriaMetrics/fastcache v1.13.0/go.mod h1:hHXhl4DA2fTL2HTZDJFXWgW0LNjo6B+4aj2Wmng3TjU= -github.com/WithAutonomi/ant-sdk/antd-go v0.11.2-rc.1 h1:lgSrIi40QuK0BIKV7ODgGv7BKgcq1u6HAdRYJNXcCUg= -github.com/WithAutonomi/ant-sdk/antd-go v0.11.2-rc.1/go.mod h1:ZSOY0f3zD3ypyM5wSRD62QK4CaIbxUgPkHe3b5ABNkw= +github.com/WithAutonomi/ant-sdk/antd-go v0.11.2 h1:ziVI38M1DpVJLZJ7GaLgTvGJhzgYK0xdgta31qph2XE= +github.com/WithAutonomi/ant-sdk/antd-go v0.11.2/go.mod h1:5JtaWzf87rJ3YqPRfQDyHJXrLEyakeAJyLIj7cspHVs= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bits-and-blooms/bitset v1.20.0 h1:2F+rfL86jE2d/bmw7OhqUg2Sj/1rURkBn3MdfoPyRVU= From 86ca6f3ee37de424c2d2cb8ba182f01416eb1cee Mon Sep 17 00:00:00 2001 From: Nic Date: Fri, 14 Aug 2026 12:57:39 +0100 Subject: [PATCH 2/2] chore(deps): bump antd v0.11.2 -> v0.12.0 (all three pins) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.12.0 released while the v0.11.2 bump sat in review; go straight to it. Also brings .antd-version and the Dockerfile ANTD_IMAGE arg along per the lockstep rule — the earlier commit had only moved go.mod. Co-Authored-By: Claude Fable 5 --- .antd-version | 2 +- Dockerfile | 2 +- go.mod | 2 +- go.sum | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.antd-version b/.antd-version index 54a058a..87a1cf5 100644 --- a/.antd-version +++ b/.antd-version @@ -1 +1 @@ -v0.11.2-rc.1 +v0.12.0 diff --git a/Dockerfile b/Dockerfile index c3f6b72..e185cb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # platform); keep ANTD_IMAGE in lockstep with .antd-version. release.yml # passes the pinned tag explicitly; this default keeps `docker compose # up --build` and bare `docker build` working out of the box. -ARG ANTD_IMAGE=ghcr.io/withautonomi/antd:v0.11.2-rc.1 +ARG ANTD_IMAGE=ghcr.io/withautonomi/antd:v0.12.0 FROM ${ANTD_IMAGE} AS antd # Build frontend on the native arch — JS output is arch-independent. diff --git a/go.mod b/go.mod index c02e307..07d770b 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.12 require ( github.com/BurntSushi/toml v1.6.0 - github.com/WithAutonomi/ant-sdk/antd-go v0.11.2 + github.com/WithAutonomi/ant-sdk/antd-go v0.12.0 github.com/coreos/go-oidc/v3 v3.18.0 github.com/elimity-com/scim v0.0.0-20240320110924-172bf2aee9c8 github.com/ethereum/go-ethereum v1.17.3 diff --git a/go.sum b/go.sum index 93a9c51..c6fbdfe 100644 --- a/go.sum +++ b/go.sum @@ -14,6 +14,8 @@ github.com/VictoriaMetrics/fastcache v1.13.0 h1:AW4mheMR5Vd9FkAPUv+NH6Nhw+fmbTMG github.com/VictoriaMetrics/fastcache v1.13.0/go.mod h1:hHXhl4DA2fTL2HTZDJFXWgW0LNjo6B+4aj2Wmng3TjU= github.com/WithAutonomi/ant-sdk/antd-go v0.11.2 h1:ziVI38M1DpVJLZJ7GaLgTvGJhzgYK0xdgta31qph2XE= github.com/WithAutonomi/ant-sdk/antd-go v0.11.2/go.mod h1:5JtaWzf87rJ3YqPRfQDyHJXrLEyakeAJyLIj7cspHVs= +github.com/WithAutonomi/ant-sdk/antd-go v0.12.0 h1:Yt8lCXU6C2yiTA5sHCo3ozGn5sAEdqFRRRv6H+xXSZI= +github.com/WithAutonomi/ant-sdk/antd-go v0.12.0/go.mod h1:5JtaWzf87rJ3YqPRfQDyHJXrLEyakeAJyLIj7cspHVs= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bits-and-blooms/bitset v1.20.0 h1:2F+rfL86jE2d/bmw7OhqUg2Sj/1rURkBn3MdfoPyRVU=