Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.10"
".": "0.1.11"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.11](https://github.com/edgeandnode/dipper/compare/v0.1.10...v0.1.11) (2026-08-11)


### Documentation

* rewrite the README around the agreement lifecycle ([#688](https://github.com/edgeandnode/dipper/issues/688)) ([38f86ae](https://github.com/edgeandnode/dipper/commit/38f86ae44b9067877f121fdf7c86e9f03fb316b1))

## [0.1.10](https://github.com/edgeandnode/dipper/compare/v0.1.9...v0.1.10) (2026-08-03)


Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down