Commit Graph

1003 Commits

Author SHA1 Message Date
renovate 34fd8aeee6 chore(deps): update golang:1.26.4 docker digest to 62df9f3
renovate/stability-days Updates have met minimum release age requirement
schemas / check (pull_request) Successful in 2m33s
schemas / vulnerabilities (pull_request) Successful in 2m2s
schemas / check-release (pull_request) Successful in 2m47s
pre-commit / pre-commit (pull_request) Successful in 6m12s
schemas / build (pull_request) Successful in 8m23s
schemas / deploy-prod (pull_request) Has been skipped
2026-06-11 06:13:06 +00:00
renovate 56dabf32ec chore(deps): update node.js to fb71d01 (#859)
schemas / vulnerabilities (push) Successful in 1m47s
schemas / check (push) Successful in 2m24s
Release / release (push) Failing after 54s
schemas / check-release (push) Successful in 2m44s
pre-commit / pre-commit (push) Successful in 6m9s
schemas / build (push) Successful in 6m48s
schemas / deploy-prod (push) Successful in 1m58s
2026-06-10 22:39:33 +00:00
renovate 531d0b4fc1 fix(deps): update module github.com/vektah/gqlparser/v2 to v2.5.34 (#860)
schemas / vulnerabilities (push) Successful in 1m45s
schemas / check (push) Successful in 2m23s
Release / release (push) Failing after 49s
schemas / check-release (push) Successful in 2m46s
pre-commit / pre-commit (push) Successful in 6m7s
schemas / build (push) Successful in 5m46s
schemas / deploy-prod (push) Successful in 1m35s
2026-06-10 22:09:30 +00:00
renovate a26dcd02ff fix(deps): update module golang.org/x/sync to v0.21.0 (#858)
Release / release (push) Failing after 1m10s
schemas / check (push) Successful in 2m15s
schemas / vulnerabilities (push) Successful in 5m56s
pre-commit / pre-commit (push) Successful in 6m41s
schemas / check-release (push) Successful in 7m48s
schemas / build (push) Successful in 5m16s
schemas / deploy-prod (push) Successful in 1m29s
2026-06-08 14:24:31 +00:00
renovate a7b1c93cac fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.3 (#857)
Release / release (push) Failing after 49s
schemas / vulnerabilities (push) Successful in 2m1s
schemas / check (push) Successful in 2m35s
schemas / check-release (push) Successful in 2m48s
pre-commit / pre-commit (push) Successful in 10m32s
schemas / build (push) Successful in 8m22s
schemas / deploy-prod (push) Successful in 1m29s
2026-06-08 12:27:09 +00:00
renovate 3a1f7fbb7f fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.2 (#856)
Release / release (push) Failing after 52s
schemas / vulnerabilities (push) Successful in 1m46s
schemas / check (push) Successful in 2m29s
schemas / check-release (push) Successful in 2m44s
pre-commit / pre-commit (push) Successful in 8m53s
schemas / build (push) Successful in 7m14s
schemas / deploy-prod (push) Successful in 1m13s
2026-06-06 08:20:28 +00:00
renovate eb29706040 chore(deps): update golang docker tag to v1.26.4 (#855)
schemas / check (push) Successful in 2m33s
schemas / vulnerabilities (push) Successful in 3m26s
schemas / check-release (push) Successful in 2m50s
Release / release (push) Failing after 1m2s
pre-commit / pre-commit (push) Successful in 6m28s
schemas / build (push) Successful in 11m12s
schemas / deploy-prod (push) Successful in 1m24s
2026-06-06 00:34:17 +00:00
renovate 09375dbc48 fix(deps): update opentelemetry-go monorepo (#853)
Release / release (push) Failing after 59s
schemas / vulnerabilities (push) Successful in 1m46s
schemas / check (push) Successful in 2m24s
schemas / check-release (push) Successful in 2m37s
pre-commit / pre-commit (push) Successful in 7m22s
schemas / build (push) Successful in 6m42s
schemas / deploy-prod (push) Successful in 1m45s
2026-05-31 08:32:07 +00:00
renovate f1d493ac60 fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.19.0 (#854)
schemas / check (push) Successful in 2m19s
schemas / vulnerabilities (push) Successful in 1m43s
schemas / check-release (push) Successful in 2m40s
Release / release (push) Failing after 50s
pre-commit / pre-commit (push) Successful in 5m51s
schemas / build (push) Successful in 6m30s
schemas / deploy-prod (push) Successful in 1m31s
2026-05-31 07:29:26 +00:00
renovate f806248829 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.1 (#852)
schemas / vulnerabilities (push) Successful in 1m59s
schemas / check (push) Successful in 2m36s
schemas / check-release (push) Successful in 2m58s
Release / release (push) Failing after 1m4s
pre-commit / pre-commit (push) Successful in 7m55s
schemas / build (push) Successful in 5m27s
schemas / deploy-prod (push) Successful in 1m44s
2026-05-28 10:19:51 +00:00
argoyle 3f22773f58 fix: bump eventsourced/pg to v2.0.2 and harden startup error logging (#851)
schemas / vulnerabilities (push) Successful in 1m43s
schemas / check (push) Successful in 2m25s
schemas / check-release (push) Successful in 2m38s
Release / release (push) Failing after 49s
pre-commit / pre-commit (push) Successful in 6m30s
schemas / build (push) Successful in 5m8s
schemas / deploy-prod (push) Successful in 1m37s
## Why

schemas is crash-looping at startup (exit 0 / `Completed`, no error in logs). Same root cause as dancefinder: pg v1.19.0+ auto-runs an idempotency migration whose partial index uses a non-IMMUTABLE `now()` predicate, which modern Postgres rejects (`functions in index predicate must be marked IMMUTABLE`), failing `pg.New()`. schemas was on the broken pg v1.20.0.

## What

**1. Dependency bump (fixes the crash)**
- `gitlab.com/unboundsoftware/eventsourced/pg/v2` → **v2.0.2** (the fixed, importable release; v2.0.0/v2.0.1 lacked the required `/v2` module path)
- `gitlab.com/unboundsoftware/eventsourced/eventsourced` → **v1.23.0** (required by pg/v2)
- Only the import path changes (`.../pg` → `.../pg/v2`); package stays `pg`, no call sites change.

**2. Startup error logging (diagnosability)**
- `main()` now also writes startup errors to stderr (survives the deferred OTel SDK shutdown that was swallowing them) and `os.Exit(1)` so the pod reports failed instead of `Completed`.

## Verification

`go build ./...`, `go vet`, full `go test ./...` all pass. eventsourced v1.23.0's metrics refactor is unused by schemas.

Mirrors dancefinder PRs #437 (bump) + #436 (logging).

Reviewed-on: #851
2026-05-25 20:45:22 +00:00
renovate d2d053e559 fix(deps): update module gitlab.com/unboundsoftware/eventsourced/pg to v1.20.0 (#850)
schemas / vulnerabilities (push) Successful in 1m42s
Release / release (push) Failing after 52s
schemas / check (push) Successful in 2m33s
schemas / check-release (push) Successful in 3m3s
pre-commit / pre-commit (push) Successful in 6m27s
schemas / build (push) Successful in 14m58s
schemas / deploy-prod (push) Failing after 2m46s
2026-05-25 18:55:51 +00:00
renovate 7ea5624734 fix(deps): update eventsourced (#849)
schemas / vulnerabilities (push) Successful in 1m56s
schemas / check (push) Successful in 2m56s
Release / release (push) Failing after 49s
schemas / check-release (push) Failing after 2m39s
schemas / build (push) Has been skipped
schemas / deploy-prod (push) Has been skipped
pre-commit / pre-commit (push) Successful in 7m45s
2026-05-25 15:59:34 +00:00
renovate f8a1a5ee58 fix(deps): update module golang.org/x/crypto to v0.52.0 (#848)
Release / release (push) Failing after 43s
schemas / vulnerabilities (push) Successful in 2m0s
schemas / check (push) Successful in 2m18s
schemas / check-release (push) Successful in 2m41s
pre-commit / pre-commit (push) Successful in 5m43s
schemas / build (push) Successful in 7m0s
schemas / deploy-prod (push) Successful in 1m28s
2026-05-25 01:22:00 +00:00
renovate 71922e8004 chore(deps): update node.js to v24.16.0 (#847)
Release / release (push) Failing after 46s
schemas / vulnerabilities (push) Successful in 1m59s
schemas / check (push) Successful in 2m29s
schemas / check-release (push) Successful in 2m48s
pre-commit / pre-commit (push) Successful in 11m11s
schemas / build (push) Successful in 9m6s
schemas / deploy-prod (push) Successful in 1m35s
2026-05-25 01:18:19 +00:00
renovate b2caaa6b60 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.4.0 (#846)
schemas / vulnerabilities (push) Successful in 1m45s
schemas / check (push) Successful in 2m26s
schemas / check-release (push) Successful in 2m37s
Release / release (push) Failing after 52s
pre-commit / pre-commit (push) Successful in 6m28s
schemas / build (push) Successful in 6m28s
schemas / deploy-prod (push) Successful in 1m25s
2026-05-24 20:52:18 +00:00
renovate 3f07e99fa1 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.3.1 (#845)
Release / release (push) Failing after 48s
schemas / vulnerabilities (push) Successful in 1m46s
schemas / check (push) Successful in 2m20s
schemas / check-release (push) Successful in 2m56s
pre-commit / pre-commit (push) Successful in 6m9s
schemas / build (push) Successful in 6m3s
schemas / deploy-prod (push) Successful in 1m28s
2026-05-24 08:20:29 +00:00
argoyle 111c2e4b19 fix(k8s): add scaleUp/scaleDown stabilization to schemas HPA (#844)
schemas / vulnerabilities (push) Successful in 1m50s
schemas / check (push) Successful in 2m30s
Release / release (push) Failing after 2m34s
schemas / check-release (push) Successful in 2m52s
pre-commit / pre-commit (push) Successful in 7m34s
schemas / build (push) Successful in 5m0s
schemas / deploy-prod (push) Successful in 1m17s
2026-05-21 17:10:16 +00:00
argoyle 4e50a051d0 perf(graph): warm schema cache on startup to kill cold-start spikes (#843)
Release / release (push) Failing after 59s
schemas / vulnerabilities (push) Successful in 2m34s
schemas / check (push) Successful in 2m59s
schemas / check-release (push) Successful in 3m18s
pre-commit / pre-commit (push) Successful in 6m28s
schemas / build (push) Successful in 6m20s
schemas / deploy-prod (push) Successful in 1m58s
2026-05-21 15:25:49 +00:00
renovate 9d70c0462a chore(deps): update golang:1.26.3 docker digest to 54d3246 (#842)
schemas / check (push) Successful in 3m1s
schemas / vulnerabilities (push) Successful in 1m47s
Release / release (push) Failing after 52s
schemas / check-release (push) Successful in 3m26s
pre-commit / pre-commit (push) Failing after 3m5s
schemas / build (push) Successful in 6m39s
schemas / deploy-prod (push) Successful in 1m33s
2026-05-20 07:43:44 +00:00
argoyle 39cf6fbb8c perf(graph): cache merged SDL and SchemaUpdate per ref (#841)
Release / release (push) Failing after 54s
schemas / vulnerabilities (push) Successful in 2m11s
schemas / check (push) Successful in 2m36s
schemas / check-release (push) Successful in 2m54s
pre-commit / pre-commit (push) Successful in 8m10s
schemas / build (push) Successful in 5m43s
schemas / deploy-prod (push) Successful in 1m9s
2026-05-19 07:51:49 +00:00
argoyle 9a4b05d897 fix(k8s): raise schemas CPU request from 20m to 100m (#840)
Release / release (push) Failing after 48s
schemas / vulnerabilities (push) Successful in 2m5s
schemas / check-release (push) Successful in 2m40s
schemas / check (push) Successful in 2m48s
pre-commit / pre-commit (push) Successful in 6m40s
schemas / build (push) Successful in 6m9s
schemas / deploy-prod (push) Successful in 1m21s
2026-05-19 07:23:04 +00:00
argoyle c4829cf280 fix: raise Node heap cap to 512MB and bump pod memory limit (#838)
Release / release (push) Failing after 50s
schemas / vulnerabilities (push) Successful in 2m4s
schemas / check (push) Successful in 2m21s
schemas / check-release (push) Successful in 2m50s
pre-commit / pre-commit (push) Successful in 5m58s
schemas / build (push) Successful in 12m18s
schemas / deploy-prod (push) Successful in 1m10s
2026-05-19 05:20:34 +00:00
argoyle 43765101f5 fix(k8s): point OTEL endpoint to k8s-monitoring-alloy service (#839)
Release / release (push) Failing after 51s
schemas / vulnerabilities (push) Successful in 1m48s
schemas / check (push) Successful in 2m31s
schemas / check-release (push) Successful in 3m1s
pre-commit / pre-commit (push) Successful in 6m59s
schemas / build (push) Successful in 13m14s
schemas / deploy-prod (push) Successful in 1m20s
The receiver suffix was stale — the `grafana-k8s-monitoring` module deploys a single Service named `k8s-monitoring-alloy` in the `monitoring` namespace, not `k8s-monitoring-alloy-receiver`. Pods were failing to ship traces with:

```
dial tcp: lookup k8s-monitoring-alloy-receiver.monitoring.svc.cluster.local on 100.64.0.10:53: no such host
```

Drop the `-receiver` suffix so the OTLP exporter resolves the correct service.

Reviewed-on: #839
2026-05-19 05:13:51 +00:00
renovate 7dddc70eda fix(deps): update module github.com/auth0/go-jwt-middleware/v3 to v3.2.0 (#837)
Release / release (push) Failing after 1m8s
schemas / check (push) Successful in 2m32s
schemas / vulnerabilities (push) Successful in 2m39s
schemas / check-release (push) Successful in 3m18s
pre-commit / pre-commit (push) Successful in 6m3s
schemas / build (push) Successful in 8m28s
schemas / deploy-prod (push) Successful in 1m19s
2026-05-18 11:19:07 +00:00
renovate 6be8e90e26 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.3.0 (#836)
schemas / vulnerabilities (push) Successful in 1m59s
schemas / check (push) Successful in 2m46s
schemas / check-release (push) Successful in 3m6s
Release / release (push) Failing after 59s
pre-commit / pre-commit (push) Successful in 6m56s
schemas / build (push) Successful in 6m13s
schemas / deploy-prod (push) Successful in 1m22s
2026-05-18 09:24:11 +00:00
renovate ec4c1895c8 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.2.0 (#835)
Release / release (push) Failing after 56s
schemas / vulnerabilities (push) Successful in 2m0s
schemas / check (push) Successful in 2m44s
schemas / check-release (push) Successful in 3m17s
pre-commit / pre-commit (push) Successful in 6m35s
schemas / build (push) Successful in 6m23s
schemas / deploy-prod (push) Successful in 1m12s
2026-05-15 15:22:21 +00:00
releaser f7074f2b77 chore(release): prepare for v0.9.7 (#834)
Release / release (push) Successful in 51s
Goreleaser / release (push) Successful in 2m43s
pre-commit / pre-commit (push) Successful in 6m47s
schemas / build (push) Successful in 7m45s
schemas / vulnerabilities (push) Successful in 2m22s
schemas / check-release (push) Successful in 2m55s
schemas / check (push) Successful in 2m59s
schemas / deploy-prod (push) Successful in 1m56s
## [0.9.7] - 2026-05-11

### 🐛 Bug Fixes

- *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/pg to v1.18.6 (#790)
- *(deps)* Update module github.com/alecthomas/kong to v1.15.0 (#791)
- *(deps)* Update opentelemetry-go monorepo (#793)
- *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.18.0 (#797)
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.268 (#798)
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.269 (#802)
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.270 (#804)
- *(deps)* Update module github.com/auth0/go-jwt-middleware/v3 to v3.1.0 (#805)
- *(deps)* Update module golang.org/x/crypto to v0.50.0 (#807)
- *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/pg to v1.18.7 (#810)
- *(deps)* Update module github.com/pressly/goose/v3 to v3.27.1 (#814)
- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.33 (#816)
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.90 (#818)
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0 (#820)
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.1.0 (#823)
- *(deps)* Update module gitlab.com/unboundsoftware/eventsourced/pg to v1.18.8 (#831)
- *(deps)* Update module golang.org/x/crypto to v0.51.0 (#832)

### 🎨 Styling

- Apply gofumpt formatting (#828)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update golang:1.26.1 docker digest to 5ba1126 (#795)
- *(deps)* Update golang docker tag to v1.26.2 (#800)
- *(deps)* Update node.js to 8510330 (#809)
- *(deps)* Update node.js to v24.15.0 (#811)
- *(deps)* Update golang:1.26.2 docker digest to e1203b8 (#812)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#822)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#826)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#827)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.2 (#830)
- *(deps)* Update golang docker tag to v1.26.3 (#833)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #834
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
v0.9.7
2026-05-14 07:27:51 +00:00
renovate a3028634f0 chore(deps): update golang docker tag to v1.26.3 (#833)
Release / release (push) Successful in 56s
schemas / vulnerabilities (push) Successful in 2m2s
schemas / check (push) Successful in 2m30s
schemas / check-release (push) Successful in 3m19s
pre-commit / pre-commit (push) Successful in 7m5s
schemas / build (push) Successful in 12m51s
schemas / deploy-prod (push) Successful in 1m7s
2026-05-11 23:25:38 +00:00
renovate e632e6afe0 fix(deps): update module golang.org/x/crypto to v0.51.0 (#832)
Release / release (push) Failing after 44s
schemas / vulnerabilities (push) Successful in 2m4s
schemas / check (push) Successful in 2m46s
schemas / check-release (push) Successful in 2m54s
pre-commit / pre-commit (push) Successful in 6m57s
schemas / build (push) Successful in 5m1s
schemas / deploy-prod (push) Successful in 1m34s
2026-05-11 20:11:45 +00:00
renovate 037fe80fb5 fix(deps): update module gitlab.com/unboundsoftware/eventsourced/pg to v1.18.8 (#831)
schemas / vulnerabilities (push) Successful in 1m59s
schemas / check (push) Successful in 2m43s
schemas / check-release (push) Successful in 2m58s
Release / release (push) Failing after 51s
pre-commit / pre-commit (push) Successful in 6m48s
schemas / build (push) Successful in 9m24s
schemas / deploy-prod (push) Successful in 1m14s
2026-05-10 10:11:46 +00:00
renovate 0ec93a6dbb chore(deps): update pre-commit hook golangci/golangci-lint to v2.12.2 (#830)
Release / release (push) Failing after 59s
schemas / vulnerabilities (push) Successful in 1m57s
schemas / check (push) Successful in 2m39s
schemas / check-release (push) Successful in 3m20s
pre-commit / pre-commit (push) Successful in 6m49s
schemas / build (push) Successful in 7m1s
schemas / deploy-prod (push) Successful in 1m12s
2026-05-09 13:01:27 +00:00
renovate 01a5e1ea67 chore(deps): update pre-commit hook golangci/golangci-lint to v2.12.1 (#827)
schemas / vulnerabilities (push) Successful in 1m58s
schemas / check (push) Successful in 2m38s
schemas / check-release (push) Successful in 2m53s
Release / release (push) Failing after 52s
pre-commit / pre-commit (push) Successful in 7m30s
schemas / build (push) Successful in 5m28s
schemas / deploy-prod (push) Successful in 1m7s
2026-05-05 19:18:56 +00:00
argoyle be9a64a41b style: apply gofumpt formatting (#828)
schemas / vulnerabilities (push) Successful in 2m8s
schemas / check (push) Successful in 2m39s
Release / release (push) Successful in 55s
schemas / check-release (push) Successful in 2m56s
pre-commit / pre-commit (push) Successful in 7m18s
schemas / build (push) Successful in 8m0s
schemas / deploy-prod (push) Successful in 1m11s
2026-05-05 09:22:48 +00:00
renovate 2c981fc21d chore(deps): update pre-commit hook golangci/golangci-lint to v2.12.0 (#826)
Release / release (push) Failing after 52s
schemas / vulnerabilities (push) Successful in 2m17s
schemas / check (push) Successful in 2m53s
schemas / check-release (push) Successful in 2m55s
pre-commit / pre-commit (push) Successful in 7m47s
schemas / build (push) Successful in 5m20s
schemas / deploy-prod (push) Successful in 1m10s
2026-05-04 14:41:11 +00:00
renovate 7e69b7d0a9 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.1.0 (#823)
schemas / check (push) Successful in 2m41s
schemas / vulnerabilities (push) Successful in 2m5s
Release / release (push) Successful in 59s
schemas / check-release (push) Successful in 2m52s
pre-commit / pre-commit (push) Successful in 6m45s
schemas / build (push) Successful in 10m57s
schemas / deploy-prod (push) Successful in 1m9s
2026-05-03 17:17:22 +00:00
renovate 763f502f7b chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#822)
schemas / vulnerabilities (push) Successful in 1m59s
schemas / check (push) Successful in 2m48s
schemas / check-release (push) Successful in 2m46s
Release / release (push) Successful in 1m0s
pre-commit / pre-commit (push) Successful in 6m35s
schemas / build (push) Successful in 8m24s
schemas / deploy-prod (push) Successful in 1m18s
2026-05-03 17:15:52 +00:00
renovate bd792e9027 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0 (#820)
Release / release (push) Successful in 56s
schemas / vulnerabilities (push) Successful in 2m13s
schemas / check (push) Successful in 3m1s
schemas / check-release (push) Successful in 2m56s
pre-commit / pre-commit (push) Successful in 6m2s
schemas / build (push) Successful in 6m19s
schemas / deploy-prod (push) Successful in 1m21s
2026-04-30 12:17:13 +00:00
renovate 4386e5511c fix(deps): update module github.com/99designs/gqlgen to v0.17.90 (#818)
Release / release (push) Successful in 57s
schemas / check (push) Successful in 2m15s
schemas / vulnerabilities (push) Successful in 2m22s
schemas / check-release (push) Successful in 2m46s
pre-commit / pre-commit (push) Successful in 8m16s
schemas / build (push) Successful in 7m34s
schemas / deploy-prod (push) Successful in 1m17s
2026-04-29 17:51:21 +00:00
renovate 4e0b896d62 fix(deps): update module github.com/vektah/gqlparser/v2 to v2.5.33 (#816)
Release / release (push) Successful in 58s
schemas / vulnerabilities (push) Successful in 2m12s
schemas / check (push) Successful in 2m41s
schemas / check-release (push) Successful in 3m13s
pre-commit / pre-commit (push) Successful in 6m10s
schemas / build (push) Successful in 5m38s
schemas / deploy-prod (push) Successful in 1m13s
2026-04-28 02:23:54 +00:00
renovate 12052e3752 fix(deps): update module github.com/pressly/goose/v3 to v3.27.1 (#814)
schemas / check (push) Successful in 2m37s
schemas / vulnerabilities (push) Successful in 1m59s
Release / release (push) Successful in 55s
schemas / check-release (push) Successful in 3m7s
pre-commit / pre-commit (push) Successful in 6m28s
schemas / build (push) Successful in 11m34s
schemas / deploy-prod (push) Successful in 1m17s
2026-04-28 00:09:23 +00:00
renovate 65f1f797e0 chore(deps): update golang:1.26.2 docker digest to e1203b8 (#812)
schemas / check (push) Successful in 2m24s
schemas / vulnerabilities (push) Successful in 2m28s
Release / release (push) Successful in 52s
schemas / check-release (push) Successful in 3m24s
pre-commit / pre-commit (push) Successful in 7m28s
schemas / build (push) Successful in 12m4s
schemas / deploy-prod (push) Successful in 1m19s
2026-04-22 09:23:44 +00:00
renovate 490e985662 chore(deps): update node.js to v24.15.0 (#811)
Release / release (push) Failing after 49s
schemas / vulnerabilities (push) Successful in 1m55s
schemas / check (push) Successful in 2m38s
schemas / check-release (push) Successful in 2m53s
pre-commit / pre-commit (push) Successful in 6m8s
schemas / build (push) Successful in 4m38s
schemas / deploy-prod (push) Successful in 1m13s
2026-04-19 19:30:55 +00:00
renovate 93d6363ef6 fix(deps): update module gitlab.com/unboundsoftware/eventsourced/pg to v1.18.7 (#810)
Release / release (push) Failing after 59s
schemas / vulnerabilities (push) Successful in 2m36s
schemas / check (push) Successful in 3m4s
schemas / check-release (push) Successful in 3m35s
pre-commit / pre-commit (push) Successful in 6m35s
schemas / build (push) Successful in 5m55s
schemas / deploy-prod (push) Successful in 1m39s
2026-04-16 13:36:15 +00:00
renovate 739bf213f4 chore(deps): update node.js to 8510330 (#809)
Release / release (push) Failing after 49s
schemas / vulnerabilities (push) Successful in 2m3s
schemas / check (push) Successful in 2m39s
schemas / check-release (push) Successful in 2m55s
pre-commit / pre-commit (push) Successful in 5m44s
schemas / build (push) Successful in 5m34s
schemas / deploy-prod (push) Successful in 1m17s
2026-04-16 01:21:40 +00:00
renovate 874f6afb4c fix(deps): update module golang.org/x/crypto to v0.50.0 (#807)
Release / release (push) Successful in 1m3s
schemas / vulnerabilities (push) Successful in 2m11s
schemas / check (push) Successful in 2m37s
schemas / check-release (push) Successful in 2m51s
pre-commit / pre-commit (push) Successful in 6m44s
schemas / build (push) Successful in 11m37s
schemas / deploy-prod (push) Successful in 57s
2026-04-12 17:22:33 +00:00
renovate 8f1dd264b4 fix(deps): update module github.com/auth0/go-jwt-middleware/v3 to v3.1.0 (#805)
schemas / vulnerabilities (push) Successful in 2m0s
schemas / check-release (push) Successful in 2m45s
Release / release (push) Successful in 1m4s
schemas / check (push) Successful in 3m22s
pre-commit / pre-commit (push) Successful in 6m40s
schemas / build (push) Successful in 17m36s
schemas / deploy-prod (push) Successful in 1m18s
2026-04-12 12:45:08 +00:00
renovate 6f762f22af fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.270 (#804)
schemas / check (push) Successful in 2m40s
schemas / vulnerabilities (push) Successful in 2m2s
Release / release (push) Failing after 47s
schemas / check-release (push) Successful in 2m45s
pre-commit / pre-commit (push) Successful in 6m38s
schemas / build (push) Successful in 8m13s
schemas / deploy-prod (push) Successful in 1m26s
2026-04-12 12:43:12 +00:00
renovate b04e236e10 fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.269 (#802)
Release / release (push) Successful in 1m0s
schemas / vulnerabilities (push) Successful in 2m18s
schemas / check (push) Successful in 2m47s
schemas / check-release (push) Successful in 2m51s
pre-commit / pre-commit (push) Successful in 6m36s
schemas / build (push) Successful in 6m24s
schemas / deploy-prod (push) Successful in 1m8s
2026-04-11 12:09:36 +00:00
renovate a900ca5b20 chore(deps): update golang docker tag to v1.26.2 (#800)
schemas / check (push) Successful in 3m33s
schemas / vulnerabilities (push) Successful in 2m4s
schemas / check-release (push) Successful in 3m56s
Release / release (push) Successful in 1m20s
pre-commit / pre-commit (push) Successful in 6m38s
schemas / build (push) Successful in 7m39s
schemas / deploy-prod (push) Successful in 1m16s
2026-04-10 23:48:25 +00:00