From 5fff6479dfc5c3fb146ee159b497c1a353884b1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 23:46:24 +0000 Subject: [PATCH] chore(main): release 0.4.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ docker-compose.yml | 2 +- k8s/deployment.yaml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3cf436..8579006 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.5" + ".": "0.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0b182..a3a4e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to the Rewards Eligibility Oracle project will be documented The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.6](https://github.com/graphprotocol/rewards-eligibility-oracle/compare/v0.4.5...v0.4.6) (2025-11-22) + + +### Fixed + +* remove unused keys/URLs from config ([3d9f6a1](https://github.com/graphprotocol/rewards-eligibility-oracle/commit/3d9f6a1c3ca837e28cfe803647ea6596822f61a3)) + + +### Changed + +* **main:** release 0.4.5 ([#70](https://github.com/graphprotocol/rewards-eligibility-oracle/issues/70)) ([8339a26](https://github.com/graphprotocol/rewards-eligibility-oracle/commit/8339a26edcc32ed3b0dfed8034180fb590bde538)) + ## [0.4.5](https://github.com/graphprotocol/rewards-eligibility-oracle/compare/v0.4.4...v0.4.5) (2025-11-22) diff --git a/docker-compose.yml b/docker-compose.yml index 3020c96..d8553fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: rewards-eligibility-oracle # Set the image name - image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.5 # x-release-please-version + image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.6 # x-release-please-version volumes: # Mount data directory to store data diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 686c944..ee5d66f 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: rewards-eligibility-oracle - image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.5 # x-release-please-version + image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.6 # x-release-please-version env: # Runtime-only configuration (not in config.toml) - name: RUN_ON_STARTUP