From 4742db5d956b81b40e440ed6df2116664fcc03f3 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:20:06 +0000 Subject: [PATCH] chore(main): release 0.1.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ k8s/deployment.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a8e97c5..ca1ac018 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.10" + ".": "0.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1941d412..5eef504c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.11](https://github.com/graphprotocol/dipper/compare/v0.1.10...v0.1.11) (2026-09-17) + + +### Fixed + +* **worker:** let a chain submission try every RPC provider in one job ([#695](https://github.com/graphprotocol/dipper/issues/695)) ([f40a71f](https://github.com/graphprotocol/dipper/commit/f40a71ff52e78d37ffa57fe19a9d88b28b8ada1d)) + + +### Documentation + +* rewrite the README around the agreement lifecycle ([#688](https://github.com/graphprotocol/dipper/issues/688)) ([38f86ae](https://github.com/graphprotocol/dipper/commit/38f86ae44b9067877f121fdf7c86e9f03fb316b1)) + ## [0.1.10](https://github.com/edgeandnode/dipper/compare/v0.1.9...v0.1.10) (2026-08-03) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 9c709f8a..ed5dca9a 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -25,7 +25,7 @@ spec: fsGroup: 1000 containers: - name: dipper - image: ghcr.io/edgeandnode/dipper-service:v0.1.10 # x-release-please-version + image: ghcr.io/edgeandnode/dipper-service:v0.1.11 # x-release-please-version args: - /config/config.json ports: