Skip to content

Commit 90df514

Browse files
chore(main): release 0.4.4 (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1d99e6 commit 90df514

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.3"
2+
".": "0.4.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the Rewards Eligibility Oracle project will be documented
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.4](https://github.com/graphprotocol/rewards-eligibility-oracle/compare/v0.4.3...v0.4.4) (2025-11-21)
9+
10+
11+
### Added
12+
13+
* **auth:** support Kubernetes inline credentials ([#67](https://github.com/graphprotocol/rewards-eligibility-oracle/issues/67)) ([b1d99e6](https://github.com/graphprotocol/rewards-eligibility-oracle/commit/b1d99e6f0f34afad99b0fb36036c2548e5aae9e3))
14+
815
## [0.4.3](https://github.com/graphprotocol/rewards-eligibility-oracle/compare/v0.4.2...v0.4.3) (2025-11-21)
916

1017

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
container_name: rewards-eligibility-oracle
1010

1111
# Set the image name
12-
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.3 # x-release-please-version
12+
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.4 # x-release-please-version
1313

1414
volumes:
1515
# Mount data directory to store data

k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: rewards-eligibility-oracle
19-
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.3 # x-release-please-version
19+
image: ghcr.io/graphprotocol/rewards-eligibility-oracle:v0.4.4 # x-release-please-version
2020
env:
2121
# Runtime-only configuration (not in config.toml)
2222
- name: RUN_ON_STARTUP

0 commit comments

Comments
 (0)