From 00d454b59b2ff6ba5e1685fb36f576486602cb2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:44:48 +0000 Subject: [PATCH] chore(main): release 0.1.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ k8s/deployment.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1ac018..93fcfa20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eef504c..98989a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/graphprotocol/dipper/compare/v0.1.11...v0.1.12) (2026-09-17) + + +### Fixed + +* **ci:** publish container images under the graphprotocol organisation ([#696](https://github.com/graphprotocol/dipper/issues/696)) ([87f7c12](https://github.com/graphprotocol/dipper/commit/87f7c12a11e878fafd8c69c226c6e8d49973e6fc)) + ## [0.1.11](https://github.com/graphprotocol/dipper/compare/v0.1.10...v0.1.11) (2026-09-17) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index ce97021b..3da0d249 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -25,7 +25,7 @@ spec: fsGroup: 1000 containers: - name: dipper - image: ghcr.io/graphprotocol/dipper-service:v0.1.11 # x-release-please-version + image: ghcr.io/graphprotocol/dipper-service:v0.1.12 # x-release-please-version args: - /config/config.json ports: